HomeSort by relevance Sort by last modified time
    Searched defs:tok (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/oawk/
token.c 30 struct tok struct
33 } tok[] = { variable in typeref:struct:tok
124 else if (n < LASTTOKEN) printf("lex: %s\n", tok[n-257].tnm);
133 return (tok[n-257].tnm);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
strsep.c 48 char *tok; local
52 for (tok = s;;) {
62 return (tok);
  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
slk.h 35 token tok; member in struct:slk
mio.h 35 union tok union
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/dbutil/
strtok.c 60 char *tok; local
82 tok = s - 1;
84 tok = s;
101 return (tok);
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
strsep.c 71 char *tok; local
75 for (tok = s; ; ) {
85 return (tok);
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/clib/
strsep.c 81 char *tok; local
85 for (tok = s;;) {
95 return (tok);
  /onnv/onnv-gate/usr/src/cmd/sgs/link_audit/common/
env.c 41 char *tok; local
47 tok = strtok_r(envstr, token, &lasts);
48 while (tok) {
54 lp->l_libname = strdup(tok);
57 tok = strtok_r(NULL, token, &lasts);
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/bsd/
strsep.c 65 char *tok; local
69 for (tok = s;;) {
79 return (tok);
  /onnv/onnv-gate/usr/src/cmd/ssh/ssh/
gss-clnt.c 71 gss_buffer_desc tok; local
127 maj = ssh_gssapi_init_ctx(ctxt, server_host, 0, NULL, &tok);
136 (void) gss_release_buffer(&min, &tok);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
MICwrap.c 59 dh_token_desc tok; local
61 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign;
88 tok.ver.verno = cntx->proto_version;
89 tok.ver.dh_version_u.body.type = DH_MIC;
100 * non serialized tok and the context keys.
102 if ((*minor = __make_token(token, message, &tok, &keys))
129 dh_token_desc tok; local
131 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign;
154 /* Deserialize token into tok using messaget and keys */
156 &tok, &keys)) != DH_SUCCESS)
223 dh_token_desc tok; local
314 dh_token_desc tok; local
    [all...]
context_establish.c 805 dh_token_desc tok; local
821 /* Deserialize the input token into tok using the session keys */
822 if (*minor = __get_token(token, NULL, &tok, &keys))
831 if (tok.ver.verno != dh_gss_ctx->proto_version) {
833 xdr_free(xdr_dh_token_desc, (char *)&tok);
838 if (tok.ver.dh_version_u.body.type != DH_ACCEPT_CNTX) {
839 xdr_free(xdr_dh_token_desc, (char *)&tok);
844 remote_ctx = &tok.ver.dh_version_u.
850 xdr_free(xdr_dh_token_desc, (char *)&tok);
858 xdr_free(xdr_dh_token_desc, (char *)&tok);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/awk/
maketab.c 116 int i, n, tok; local
131 n = sscanf(buf, "%1c %s %s %d", &c, def, name, &tok);
135 if (tok < FIRSTTOKEN || tok > LASTTOKEN) {
137 tok, buf);
140 names[tok-FIRSTTOKEN] = malloc(strlen(name)+1);
141 strcpy(names[tok-FIRSTTOKEN], name);
142 printf("\t(uchar *) \"%s\",\t/* %d */\n", name, tok);
  /onnv/onnv-gate/usr/src/cmd/sgs/crle/common/
util.c 245 char *tok, *_arg; local
260 if ((tok = strtok_r(_arg, separate, &lasts)) != NULL) {
263 if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_RELATIVE)) == 0)
265 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_EXEC)) == 0)
267 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_DEPENDS)) == 0)
269 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_PRELOAD)) == 0)
271 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_SELF)) == 0)
273 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_WEAK)) == 0)
275 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_ALL)) == 0)
277 else if (strcmp(tok, MSG_ORIG(MSG_MOD_REL_MEMORY)) == 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/devfsadm/
devpolicy.c 161 char *tok; local
247 while (tok = strtok(NULL, "\n\t ")) {
248 if (parse_plcy_token(tok, dp)) {
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/
traninit.c 207 char **tok; local
209 tok = Split(cp, &i, S_STRDUP);
210 T.var_name = tok[0];
211 T.var_value = tok[1];
214 char **tok; local
216 tok = Split(cp, &i, S_STRDUP);
217 T.var_RE_name = tok[0];
218 ExpandVariables(tok[1], buf, 0);
221 tok[1]);
tranvar.c 104 char **tok; local
140 tok = Split(name, &ntok, 0);
144 if (StrEq(tok[0], "include")) {
145 name = tok[1];
161 else if (StrEq(tok[0], "location")) {
167 else if (StrEq(tok[0], "path")) {
174 else if (StrEq(tok[0], "gi")) {
177 if (*tok[1] == 'L' || *tok[1] == 'l' ||
178 *tok[1] == 'M' || *tok[1] == 'm')
603 char **tok, **s, *atval; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4v/pri/
priplugin.c 248 uint64_t tok; local
265 tok = 0;
274 status = pri_devinit(&tok);
322 tok = 0;
  /onnv/onnv-gate/usr/src/cmd/tsol/updatehome/
setupfiles.c 282 char *tok; local
296 if ((tok = strrchr(dir, '/')) == NULL) {
302 *tok = '\000'; /* drop last component, it's the target */
306 for (tok = dir; tok = strtok(tok, "/"); tok = NULL) {
309 (void) strcat(path, tok);
  /onnv/onnv-gate/usr/src/lib/abi/apptrace/common/
abienv.c 58 char *tok; local
66 tok = strtok(envstr, comma);
67 while (tok != NULL) {
73 lp->l_libname = tok;
76 tok = strtok(NULL, comma);
84 char *tok; local
101 tok = strtok(envstr, comma);
102 while (tok != NULL) {
103 appendlist(list, listend, tok, 1);
104 tok = strtok(NULL, comma)
113 char *tok; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
exportent.c 215 char *tok; local
227 while ((tok = strtok(lp, ",")) != NULL) {
229 if (strncmp(opt, tok, len) == 0) {
230 if (tok[len] == '=') {
231 return (&tok[len + 1]);
232 } else if (tok[len] == 0) {
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
ldaputf8.c 142 char *tok; local
159 tok = LDAP_UTF8PREV(sp);
175 return tok;
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
AttributePattern.java 100 String tok = tk.nextToken(); local
104 if (tok.equals(WILDCARD)) {
115 middle = tok;
  /onnv/onnv-gate/usr/src/cmd/cpc/common/
caps.c 157 char *text, *tok, *cp; local
232 for (cp = strtok_r(text, " ", &tok);
233 cp != NULL; cp = strtok_r(NULL, " ", &tok)) {
  /onnv/onnv-gate/usr/src/cmd/sa/
sagb.c 233 char *tok; local
260 if ((tok = strtok(name, "[]")) != NULL) {
262 strcpy(nm, tok);
264 if ((tok = strtok(0, "[]")) != NULL) {
266 strcpy(ql, tok);

Completed in 600 milliseconds

1 2 3 4