Home
last modified time | relevance | path

Searched refs:token (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/titanic_51/usr/src/cmd/localedef/
H A Dparser.y31 char *token; member
36 %token T_CODE_SET
37 %token T_MB_CUR_MAX
38 %token T_MB_CUR_MIN
39 %token T_COM_CHAR
40 %token T_ESC_CHAR
41 %token T_LT
42 %token T_GT
43 %token T_NL
44 %token T_SEM
[all...]
/titanic_51/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c57 static uint32_t smb_token_setup_anon(smb_token_t *token);
69 smb_token_idmap(smb_token_t *token, smb_idmap_batch_t *sib) in smb_token_idmap() argument
76 if (!token || !sib) in smb_token_idmap()
81 if (token->tkn_flags & SMB_ATF_ANON) { in smb_token_idmap()
82 token->tkn_user.i_id = UID_NOBODY; in smb_token_idmap()
83 token->tkn_owner.i_id = UID_NOBODY; in smb_token_idmap()
86 id = &token->tkn_user; in smb_token_idmap()
95 id = &token->tkn_owner; in smb_token_idmap()
105 id = &token->tkn_primary_grp; in smb_token_idmap()
114 for (i = 0; i < token in smb_token_idmap()
135 smb_token_sids2ids(smb_token_t * token) smb_token_sids2ids() argument
245 smb_token_destroy(smb_token_t * token) smb_token_destroy() argument
269 smb_token_set_owner(smb_token_t * token) smb_token_set_owner() argument
287 smb_token_create_privs(smb_token_t * token) smb_token_create_privs() argument
329 smb_token_set_flags(smb_token_t * token) smb_token_set_flags() argument
351 smb_token_setup_common(smb_token_t * token) smb_token_setup_common() argument
429 smb_token_t *token = NULL; smb_logon() local
475 smb_logon_local(smb_logon_t * user_info,smb_token_t * token) smb_logon_local() argument
515 smb_logon_guest(smb_logon_t * user_info,smb_token_t * token) smb_logon_guest() argument
552 smb_logon_anon(smb_logon_t * user_info,smb_token_t * token) smb_logon_anon() argument
563 smb_token_auth_local(smb_logon_t * user_info,smb_token_t * token,smb_passwd_t * smbpw) smb_token_auth_local() argument
619 smb_token_setup_local(smb_passwd_t * smbpw,smb_token_t * token) smb_token_setup_local() argument
681 smb_token_setup_guest(smb_logon_t * user_info,smb_token_t * token) smb_token_setup_guest() argument
705 smb_token_setup_anon(smb_token_t * token) smb_token_setup_anon() argument
732 smb_token_user_sid(smb_token_t * token) smb_token_user_sid() argument
752 smb_token_group_sid(smb_token_t * token,int * iterator) smb_token_group_sid() argument
779 smb_token_is_member(smb_token_t * token,smb_sid_t * sid) smb_token_is_member() argument
804 smb_token_log(smb_token_t * token) smb_token_log() argument
875 smb_token_setup_wingrps(smb_token_t * token) smb_token_setup_wingrps() argument
[all...]
/titanic_51/usr/src/lib/libbsm/common/
H A Dau_to.c59 token_t *token; /* Resultant token */ in get_token() local
61 if ((token = (token_t *)malloc(sizeof (token_t))) == NULL) in get_token()
63 if ((token->tt_data = malloc(s)) == NULL) { in get_token()
64 free(token); in get_token()
67 token->tt_size = s; in get_token()
68 token->tt_next = NULL; in get_token()
69 return (token); in get_token()
75 * pointer to header token.
81 token_t *token; /* toke in au_to_header() local
122 token_t *token; /* token pointer */ au_to_header_ex() local
184 token_t *token; /* token pointer */ au_to_trailer() local
208 token_t *token; /* local token */ au_to_arg32() local
237 token_t *token; /* local token */ au_to_arg64() local
267 token_t *token; /* local token */ au_to_attr() local
313 token_t *token; /* token pointer */ au_to_data() local
391 token_t *token; /* local token */ au_to_privset() local
434 token_t *token; /* local token */ au_to_process() local
477 token_t *token; /* local token */ au_to_process_ex() local
534 token_t *token; /* local token */ au_to_seq() local
557 token_t *token; au_to_socket() local
586 token_t *token; /* local token */ au_to_subject() local
630 token_t *token; /* local token */ au_to_subject_ex() local
706 token_t *token; /* local token */ au_to_text() local
731 token_t *token; /* local token */ au_to_path() local
757 token_t *token; /* local token */ au_to_cmd() local
818 token_t *token; /* local token */ au_to_exit() local
841 token_t *token; /* local token */ au_to_return32() local
864 token_t *token; /* local token */ au_to_return64() local
888 token_t *token; /* local token */ au_to_opaque() local
914 token_t *token; /* local token */ au_to_in_addr() local
936 token_t *token; au_to_in_addr_ex() local
976 token_t *token; /* local token */ au_to_iport() local
993 token_t *token; /* local token */ au_to_ipc() local
1025 token_t *token; /* local token */ au_to_tid() local
1066 token_t *token; /* local token */ au_to_groups() local
1088 token_t *token; /* local token */ au_to_newgroups() local
1137 token_t *token; au_to_exec() local
1167 token_t *token; /* local token */ au_to_uauth() local
1193 token_t *token; /* local token */ au_to_upriv() local
1221 token_t *token; /* local token */ au_to_user() local
1249 token_t *token; /* local token */ au_to_xatom() local
1275 token_t *token; /* local token */ au_to_xselect() local
1311 token_t *token; /* local token */ x_common() local
1406 token_t *token; /* local token */ au_to_xproperty() local
1436 token_t *token; /* local token */ au_to_xclient() local
1458 token_t *token; /* local token */ au_to_label() local
1486 token_t *token; au_to_mylabel() local
1505 token_t *token; /* local token */ au_to_zonename() local
1533 token_t *token; /* local token */ au_to_fmri() local
[all...]
/titanic_51/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c176 char *token = currtok(); in comment() local
178 if (token == NULL || *token != '#') { in comment()
181 /* Swallow token. */ in comment()
182 token = nexttok(); in comment()
190 char *token = currtok(); in arch_name() local
193 errlog(VERBOSE, "token = '%s';", in arch_name()
194 token ? token : "<NULL>"); in arch_name()
196 if (token in arch_name()
241 char *token = currtok(); set_list() local
268 char *token = currtok(); set() local
389 char *token = currtok(); set_parents() local
469 char *token = currtok(); accept_token() local
494 char *token = currtok(); skip_to() local
[all...]
/titanic_51/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c103 DAT_SR_TOKEN token; member
232 DAT_SR_TOKEN *token);
237 DAT_SR_TOKEN *token);
242 DAT_SR_TOKEN *token);
247 DAT_SR_TOKEN *token,
253 DAT_SR_TOKEN *token,
390 return ("error: invalid token type"); in dat_sr_type_to_str()
405 DAT_SR_TOKEN token; in dat_sr_parse_eof() local
407 if (DAT_SUCCESS != dat_sr_get_token(file, &token)) { in dat_sr_parse_eof()
411 if (DAT_SR_TOKEN_EOF == token in dat_sr_parse_eof()
483 DAT_SR_TOKEN token; dat_sr_parse_entry() local
549 DAT_SR_TOKEN token; dat_sr_parse_ia_name() local
584 DAT_SR_TOKEN token; dat_sr_parse_api() local
623 DAT_SR_TOKEN token; dat_sr_parse_thread_safety() local
662 DAT_SR_TOKEN token; dat_sr_parse_default() local
701 DAT_SR_TOKEN token; dat_sr_parse_lib_path() local
735 DAT_SR_TOKEN token; dat_sr_parse_provider_version() local
774 DAT_SR_TOKEN token; dat_sr_parse_ia_params() local
809 DAT_SR_TOKEN token; dat_sr_parse_platform_params() local
844 DAT_SR_TOKEN token; dat_sr_parse_eoe() local
1077 dat_sr_get_token(DAT_OS_FILE * file,DAT_SR_TOKEN * token) dat_sr_get_token() argument
1103 dat_sr_put_token(DAT_OS_FILE * file,DAT_SR_TOKEN * token) dat_sr_put_token() argument
1126 dat_sr_read_token(DAT_OS_FILE * file,DAT_SR_TOKEN * token) dat_sr_read_token() argument
1254 dat_sr_read_str(DAT_OS_FILE * file,DAT_SR_TOKEN * token,DAT_OS_SIZE token_len) dat_sr_read_str() argument
1284 dat_sr_read_quoted_str(DAT_OS_FILE * file,DAT_SR_TOKEN * token,DAT_OS_SIZE token_len,DAT_COUNT num_escape_seq) dat_sr_read_quoted_str() argument
[all...]
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5unseal.c76 gss_buffer_desc token; local
192 /* get the token parameters */
269 token.length = tmsglen;
289 token.length = tmsglen - conflen - plain[tmsglen-1];
292 if (token.length) {
293 if ((token.value = (void *) xmalloc(token.length)) == NULL) {
300 (void) memcpy(token.value, plain+conflen, token.length);
302 token
[all...]
/titanic_51/usr/src/cmd/tnf/prex/
H A Dprexgram.y29 %token ADD
30 %token ALLOC
31 %token BUFFER
32 %token CLEAR
33 %token COMMA
34 %token CONNECT
35 %token DEALLOC
36 %token DELETE
37 %token FILTER
38 %token CONTINU
[all...]
/titanic_51/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c44 * @ token(s) entries are translated. Two translations are possible dependent
47 * A single token is interpreted as one of two reserved message
50 * the occurance of any other @ token will also enable message
56 * Besides the reserved output indicators, a single token is taken
60 * token for the associated definition found in the message
191 char *buffer, *token, *_mesgid = 0, *_setid = 0, *_domain = 0; in getmesgid() local
216 if ((token = strstr(buffer, id)) == NULL) in getmesgid()
223 _mesgid = token; in getmesgid()
224 while (!(isspace(*token))) in getmesgid()
225 token in getmesgid()
664 char buffer[LINE_MAX], * token; file() local
[all...]
/titanic_51/usr/src/uts/intel/io/acpica/
H A Dmaster_ops.c165 mftoken_t token = MF_UNEXPECTED; in mf_lex() local
168 return (token); /* MF_UNEXPECTED */ in mf_lex()
187 token = MF_EOF; in mf_lex()
191 token = MF_NEWLINE; in mf_lex()
194 token = MF_EQUALS; in mf_lex()
197 token = MF_BIT_OR; in mf_lex()
216 token = MF_UNEXPECTED; in mf_lex()
223 token = MF_STRING; in mf_lex()
228 token = MF_UNEXPECTED; in mf_lex()
232 token in mf_lex()
262 mftoken_t token; get_line() local
[all...]
/titanic_51/usr/src/cmd/eqn/
H A Dlex.c22 char token[SSIZE]; variable
119 token[sp++] = '\\'; in yylex()
120 token[sp++] = c; in yylex()
123 "quoted string %.20s... too long"), token); in yylex()
125 token[sp] = '\0'; in yylex()
126 yylval = (int)&token[0]; in yylex()
128 error(!FATAL, gettext("missing \" in %.20s"), token); in yylex()
135 getstr(token, SSIZE); in yylex()
136 if (dbg) printf(".\tlex token = |%s|\n", token); in yylex()
[all...]
/titanic_51/usr/src/cmd/cron/
H A Datt1.y45 %token TIME
46 %token NOW
47 %token NOON
48 %token MIDNIGHT
49 %token MINUTE
50 %token HOUR
51 %token DAY
52 %token WEEK
53 %token MONTH
54 %token YEA
[all...]
/titanic_51/usr/src/lib/libnsl/ipsec/
H A Dalgs.c84 char *lasts, *token; in build_keysizes() local
102 token = strtok_r(input_string, slash, &lasts); in build_keysizes()
103 if (token == NULL || (key_default = atoi(token)) == 0) in build_keysizes()
107 token = strtok_r(NULL, dash, &lasts); in build_keysizes()
108 if (token == NULL || (key_low = atoi(token)) == 0) in build_keysizes()
112 token = strtok_r(NULL, comma, &lasts); in build_keysizes()
113 if (token == NULL || (key_high = atoi(token)) in build_keysizes()
192 char *token, *lasts, *alg_names, *ef_name, *key_string, *block_string; build_list() local
[all...]
/titanic_51/usr/src/cmd/fm/fminject/common/
H A Dinj_grammar.y82 %token INJ_TOK_EVDEF
83 %token INJ_TOK_FMRIDEF
84 %token INJ_TOK_AUTHDEF
85 %token INJ_TOK_LISTDEF
87 %token INJ_TOK_INT8
88 %token INJ_TOK_INT16
89 %token INJ_TOK_INT32
90 %token INJ_TOK_INT64
91 %token INJ_TOK_UINT8
92 %token INJ_TOK_UINT1
[all...]
/titanic_51/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c132 * Set "token" to be the the string starting from the pointer "str" delimited
139 * memory for the new token string.
142 get_token(char **token, char *str, char *delim) in get_token() argument
148 *token = NULL; in get_token()
172 /* found a delimiter, so create a token string */ in get_token()
173 if ((*token = malloc(len)) == NULL) { in get_token()
179 (void) strlcpy(*token, start, len); in get_token()
188 /* if we hit the end of the string, the token is the whole string */ in get_token()
189 *token = s_strdup(start); in get_token()
389 * If there's no "=" in the token, i in cvt_hyper_option()
512 char *token, *parsestr; cvt_metal_kernel() local
568 char *token, *parsestr; cvt_hyper_kernel() local
610 char *token = NULL; cvt_hyper_module() local
680 char *parsestr, *token; parse_bootenvrc() local
[all...]
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y50 %token DT_TOK_COMMA DT_TOK_ELLIPSIS
51 %token DT_TOK_ASGN DT_TOK_ADD_EQ DT_TOK_SUB_EQ DT_TOK_MUL_EQ
52 %token DT_TOK_DIV_EQ DT_TOK_MOD_EQ DT_TOK_AND_EQ DT_TOK_XOR_EQ DT_TOK_OR_EQ
53 %token DT_TOK_LSH_EQ DT_TOK_RSH_EQ DT_TOK_QUESTION DT_TOK_COLON
54 %token DT_TOK_LOR DT_TOK_LXOR DT_TOK_LAND
55 %token DT_TOK_BOR DT_TOK_XOR DT_TOK_BAND DT_TOK_EQU DT_TOK_NEQ
56 %token DT_TOK_LT DT_TOK_LE DT_TOK_GT DT_TOK_GE DT_TOK_LSH DT_TOK_RSH
57 %token DT_TOK_ADD DT_TOK_SUB DT_TOK_MUL DT_TOK_DIV DT_TOK_MOD
58 %token DT_TOK_LNEG DT_TOK_BNEG DT_TOK_ADDADD DT_TOK_SUBSUB
59 %token DT_TOK_PREIN
[all...]
/titanic_51/usr/src/cmd/sgs/tsort/common/
H A Derrtext.c164 char *token; in errverb() local
170 for (token = errstrtok(buf, space); token; in errverb()
171 token = errstrtok((char *)0, space)) { in errverb()
172 if (strcmp(token, "nochange") == 0) { in errverb()
180 } else if (strcmp(token, "silent") == 0) { in errverb()
189 } else if (strcmp(token, "verbose") == 0) { in errverb()
198 } else if (strcmp(token, "expert") == 0) { in errverb()
207 } else if (strcmp(token, "bell") == 0) { in errverb()
209 } else if (strcmp(token, "nobel in errverb()
[all...]
/titanic_51/usr/src/common/smbsrv/
H A Dsmb_token.c50 * access token.
53 smb_token_query_privilege(smb_token_t *token, int priv_id) in smb_token_query_privilege() argument
58 if ((token == NULL) || (token->tkn_privileges == NULL)) in smb_token_query_privilege()
61 privset = token->tkn_privileges; in smb_token_query_privilege()
75 * Basic sanity check on a token.
78 smb_token_valid(smb_token_t *token) in smb_token_valid() argument
80 if (token == NULL) in smb_token_valid()
83 if ((token->tkn_user.i_sid == NULL) || in smb_token_valid()
84 (token in smb_token_valid()
[all...]
/titanic_51/usr/src/lib/libpp/common/
H A Dppbuiltin.c46 char* token; in ppbuiltin() local
57 token = pp.token; in ppbuiltin()
58 p = pp.token = pp.tmpbuf; in ppbuiltin()
69 p = pp.token = pp.valbuf; in ppbuiltin()
86 if (op) pp.token = pp.toknxt; in ppbuiltin()
89 *pp.token = 0; in ppbuiltin()
90 pp.token = token; in ppbuiltin()
113 pp.token = token; in ppbuiltin()
118 pp.token = pp.valbuf; in ppbuiltin()
119 …if ((c = pplex()) != T_ID || !(sym = ppsymref(pp.symtab, pp.token)) || !sym->macro || sym->macro->… in ppbuiltin()
[all …]
H A Dppcall.c105 old_token = pp.token; in ppcall()
107 pp.token = p = oldof(0, char, 0, n); in ppcall()
109 *pp.token++ = ' '; in ppcall()
129 if (streq(pp.token, tp->token)) in ppcall()
137 pp.token = old_token; in ppcall()
138 PUSH_TUPLE(sym, tp->token); in ppcall()
148 pp.token = pp.toknxt; in ppcall()
152 if ((pp.token = pp.toknxt) > q) in ppcall()
154 c = pp.token - p; in ppcall()
157 pp.token = p + c; in ppcall()
[all …]
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dppbuiltin.c46 char* token; in ppbuiltin() local
57 token = pp.token; in ppbuiltin()
58 p = pp.token = pp.tmpbuf; in ppbuiltin()
69 p = pp.token = pp.valbuf; in ppbuiltin()
86 if (op) pp.token = pp.toknxt; in ppbuiltin()
89 *pp.token = 0; in ppbuiltin()
90 pp.token = token; in ppbuiltin()
113 pp.token in ppbuiltin()
[all...]
H A Dppcall.c34 * only the macro token itself has been consumed
105 old_token = pp.token; in ppcall()
107 pp.token = p = oldof(0, char, 0, n); in ppcall()
109 *pp.token++ = ' '; in ppcall()
129 if (streq(pp.token, tp->token)) in ppcall()
137 pp.token = old_token; in ppcall()
138 PUSH_TUPLE(sym, tp->token); in ppcall()
148 pp.token = pp.toknxt; in ppcall()
152 if ((pp.token in ppcall()
[all...]
/titanic_51/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dtoken.c23 * token.c
80 * token which has an ASN.1 application 0 header prepended. The unserialized
81 * token supplied should be of type DH_INIT_CNTX.
105 * ~ ~ Serialized DH token
111 * We will define the token_size to be the sizeof the serialize token plus
116 __make_ap_token(gss_buffer_t result, /* The serialized token */ in __make_ap_token()
118 dh_token_t token, /* The unserialized input token */ in __make_ap_token() argument
119 dh_key_set_t keys /* The session keys to sign the token */) in __make_ap_token()
126 /* Allocate the signature for the input token */ in __make_ap_token()
214 __make_token(gss_buffer_t result,gss_buffer_t msg,dh_token_t token,dh_key_set_t keys) __make_token() argument
297 __get_ap_token(gss_buffer_t input,gss_OID mech,dh_token_t token,dh_signature_t sig) __get_ap_token() argument
405 __get_token(gss_buffer_t input,gss_buffer_t msg,dh_token_t token,dh_key_set_t keys) __get_token() argument
[all...]
/titanic_51/usr/src/cmd/rpcgen/
H A Drpc_scan.h98 * a token
100 struct token { struct
104 typedef struct token token; typedef
109 extern void scan(tok_kind, token *);
110 extern void scan2(tok_kind, tok_kind, token *);
111 extern void scan3(tok_kind, tok_kind, tok_kind, token *);
112 extern void scan_num(token *);
113 extern void peek(token *);
114 extern int peekscan(tok_kind, token *);
[all...]
/titanic_51/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c108 static int getvalue(char *token, u_longlong_t *valuep);
174 getvalue(char *token, u_longlong_t *valuep) in getvalue() argument
182 if (*token == '~') { in getvalue()
184 token++; in getvalue()
185 } else if (*token == '-') { in getvalue()
187 token++; in getvalue()
189 if (*token == '0') { in getvalue()
190 token++; in getvalue()
191 c = *token; in getvalue()
200 token in getvalue()
276 token_t token; lex() local
473 token_t token; usb_get_conf_rec() local
732 token_t token = NEWLINE; add_entry() local
[all...]
/titanic_51/usr/src/lib/libpri/common/
H A Dpri.c97 * - token: opaque PRI token, accepted from and/or returned to caller,
104 * - PRI_GET call ignores the token passed in, and returns
105 * immediately with current PRI and its token (if any)
107 * whose token differs from the token passed in by the caller;
108 * the passed in token should come from a previous pri_get()
109 * call with return value >= 0; the new PRI buffer and its token
134 pri_get(uint8_t wait, uint64_t *token, uint64_t **buf, in pri_get() argument
148 /* wait until have new PRI with different token */ in pri_get()
[all...]

12345678910>>...19