Searched defs:token (Results 1 - 25 of 89) sorted by relevance

1234

/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Dgeneral.c100 mkloctoken(const char *location, char *token, size_t tokensize) argument
103 if (realpath(location, token) == NULL)
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Dgeneral.c105 mkloctoken(const char *location, char *token, size_t tokensize) argument
108 if (realpath(location, token) == NULL)
/osnet-11/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, argument
148 /* wait until have new PRI with different token */
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Ddsparse.c62 char *p, *line, *token, **toks; local
79 while (( token = next_token( &p )) != NULL ) {
86 toks[ tokcnt ] = token;
195 *t++ = '\0'; /* end of token */
/osnet-11/usr/src/lib/libpkg/common/
H A Dmappath.c66 char *token; local
72 * For each "/" separated token. If the token contains an environment
77 * If this is a token and it's an environment variable
91 * At this point EVERY token should evaluate
95 if ((token = getenv(varname)) != NULL &&
96 *token != NULL) {
98 while (*token)
99 *copy++ = *token++;
130 * move to the start of the next token
200 char *token; local
[all...]
H A Dckparam.c92 char *token; local
95 token = strtok(value, ", ");
97 while (token) {
98 ret_val += too_long(param, token, TOKLEN);
99 ret_val += not_ascii(param, token);
100 token = strtok(NULL, ", ");
125 char *token; local
128 token = strtok(value, ", ");
130 while (token) {
131 ret_val += too_long(param, token, TOKLE
[all...]
/osnet-11/usr/src/lib/libgss/
H A Dg_exp_sec_context.c83 gss_buffer_desc token; local
104 &ctx->internal_ctx_id, &token);
110 length = token.length + 4 + ctx->mech_type->length;
114 (void) gss_release_buffer(minor_status, &token);
128 (void) memcpy(buf+4+ctx->mech_type->length, token.value, token.length);
130 (void) gss_release_buffer(minor_status, &token);
H A Dg_imp_sec_context.c83 gss_buffer_desc token; local
126 token.length = interprocess_token->length - sizeof (OM_uint32) - length;
127 token.value = p;
145 &token, &ctx->internal_ctx_id);
/osnet-11/usr/src/lib/libpp/common/
H A Dppbuiltin.c46 char* token; local
57 token = pp.token;
58 p = pp.token = pp.tmpbuf;
69 p = pp.token = pp.valbuf;
86 if (op) pp.token = pp.toknxt;
89 *pp.token = 0;
90 pp.token = token;
113 pp.token
[all...]
H A Dppop.c111 int token; local
163 switch (token = pplex())
178 if (!token)
180 pathcanon(pp.token, 0, 0);
181 fp = ppsetfile(pp.token);
193 index = token == T_HEADER ? INC_STANDARD : INC_LOCAL;
203 if (streq(pp.token, "all"))
208 else if (streq(pp.token, "hosted"))
213 else if (streq(pp.token, "nohosted"))
220 error(3, "%s unexpected in %s map list", pptokstr(pp.token,
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddsparse.c50 char *p, *line, *token, **toks; local
66 while (( token = next_token( &p )) != NULL ) {
73 toks[ tokcnt ] = token;
182 *t++ = '\0'; /* end of token */
/osnet-11/usr/src/lib/libcommputil/common/
H A Dcommp_util.c57 * Finds the token in the char buffer. *current will be pointing to the
58 * token when function returns. If the char buffer has leading token,
63 char token, boolean_t last)
67 if (!last && (**current == token))
62 commp_find_token(const char **begin, const char **current, const char *end, char token, boolean_t last) argument
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c41 * a Diffie-Hellman DH_MIC token pointed to by token.
50 gss_buffer_t token /* output token */)
55 /* grap a pointer to the mic part of the token */
60 * Make sure we can return the mechanism status an the token
63 if (minor == 0 || token == GSS_C_NO_BUFFER)
82 /* Set the token version number and type */
86 /* Set the token qop, seq_number and client flag */
94 * Build the the output token fro
114 __dh_gss_verify( OM_uint32 *minor, gss_ctx_id_t context, gss_buffer_t message, gss_buffer_t token, int *qop ) argument
[all...]
H A Dcontext.c94 gss_buffer_t token /* GSS token */)
109 * If token then set the length to zero value to zero to indicate
110 * We indicat a null token since we don't need to send a token to
114 if (token) {
115 token->length = 0;
116 token->value = NULL;
155 gss_ctx_id_t *context, gss_buffer_t token)
163 gss_buffer_t token, gss_ctx_id_
154 __dh_gss_export_sec_context(OM_uint32 *minor, gss_ctx_id_t *context, gss_buffer_t token) argument
162 __dh_gss_import_sec_context(OM_uint32 *minor, gss_buffer_t token, gss_ctx_id_t *context) argument
249 __dh_gss_process_context_token(OM_uint32 *minor, gss_ctx_id_t context, gss_buffer_t token) argument
275 dh_token_desc token; local
[all...]
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 */ argument
118 dh_token_t token, /* The unserialized input token */
119 dh_key_set_t keys /* The session keys to sign the token */)
126 /* Allocate the signature for the input token */
212 __make_token(gss_buffer_t result, gss_buffer_t msg, dh_token_t token, dh_key_set_t keys ) argument
295 __get_ap_token(gss_buffer_t input, gss_OID mech, dh_token_t token, dh_signature_t sig ) argument
403 __get_token(gss_buffer_t input, gss_buffer_t msg, dh_token_t token, dh_key_set_t keys ) argument
[all...]
/osnet-11/usr/src/cmd/powertop/common/
H A Dcpufreq.c78 char *s, *token; local
106 for (token = strtok(s, ":"), s = NULL;
107 token != NULL && g_max_pstates < CPU_MAX_PSTATES;
108 token = strtok(NULL, ":")) {
110 state->speed = HZ2MHZ(atoll(token));
121 if (token != NULL) {
/osnet-11/usr/src/lib/libfru/libgenutil/
H A DStr.cc153 Str::tokenize(Str& token, const Str& separators, Str& remainder) argument
161 token = rc;
170 token = "";
/osnet-11/usr/src/lib/libsocket/inet/
H A Druserpass.c54 static int token();
169 while ((t = token()))
173 (void) token();
177 if (token() != ID || strcmp(host, d->tokval))
179 while ((t = token()) != 0 && t != MACHINE)
183 if (token())
203 if (token() && *apass == 0) {
212 (void) token();
226 token() function
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcompiler.h146 * scanned token are returned.
150 struct token struct
157 EXTERN struct token curr_token;
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dlexer.c269 int token; local
295 token = yylex (value, lexerstate->yyscanner);
296 if (token == GRUB_PARSER_TOKEN_BAD)
310 grub_dprintf("lexer", "token %u text [%s]\n", token, str);
319 return token;
/osnet-11/usr/src/lib/libc/port/gen/
H A D_xftw.c285 char *dirp, *token, *ptr; local
297 if ((token = strtok_r(dirp, "/", &ptr)) != NULL) {
304 while ((token = strtok_r(NULL, "/", &ptr)) != NULL) {
305 if ((cfd = openat(fd, token,
333 char *dirp, *token, *ptr; local
346 if ((token = strtok_r(dirp, "/", &ptr)) != NULL) {
353 while ((token = strtok_r(NULL, "/", &ptr)) != NULL &&
354 strcmp(token, unrootp) != 0) {
355 if ((cfd = openat(fd, token, O_RDONLY)) < 0) {
/osnet-11/usr/src/lib/libsrpt/common/
H A Dlibsrpt.c49 * token Configuration generation number. Use this token
58 srpt_GetConfig(nvlist_t **cfg, uint64_t *token) argument
102 *token = stmf_token;
112 * token Configuration generation number from srpt_GetConfig.
113 * Use this token to ensure the configuration hasn't been
123 srpt_SetConfig(nvlist_t *cfg, uint64_t token) argument
128 STMF_PORT_PROVIDER_TYPE, &token);
162 uint64_t token; local
169 ret = srpt_GetConfig(&cfgnv, &token);
206 uint64_t token; local
251 uint64_t token; local
324 uint64_t token; local
396 uint64_t token; local
[all...]
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dtic.h126 * scanned token are returned.
128 typedef struct token { struct
132 } token; typedef in typeref:struct:token
134 extern token curr_token;
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcompress.c96 /* Variables for tag and token parsing. */
98 int token; /* Loop counter for the eight tokens in tag. */ local
166 /* Get the next tag and advance to first token. */
169 for (token = 0; token < 8; token++, tag >>= 1) {
177 /* Determine token type and parse appropriately.*/
180 * We have a symbol token, copy the symbol across, and
184 /* Continue with the next token. */
188 * We have a phrase token
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsmb_autohome.c76 smb_autohome_add(const smb_token_t *token) argument
82 uid = token->tkn_user.i_id;
83 gid = token->tkn_primary_grp.i_id;
85 username = (token->tkn_posix_name)
86 ? token->tkn_posix_name : token->tkn_account_name;
314 * whitespace is compressed to simplify the token parsing,

Completed in 103 milliseconds

1234