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

1 2 3 4 5 6 7 8 9

  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
ds_pri.h 54 uint64_t token; member in struct:dspri_info
ds_snmp.h 53 uint64_t token; member in struct:dssnmp_info
  /onnv/onnv-gate/usr/src/cmd/sgs/link_audit/common/
env.c 35 static const char *token = ":"; variable
47 tok = strtok_r(envstr, token, &lasts);
57 tok = strtok_r(NULL, token, &lasts);
  /onnv/onnv-gate/usr/src/cmd/sgs/tsort/common/
errtext.c 164 char *token; local
170 for (token = errstrtok(buf, space); token;
171 token = errstrtok((char *)0, space)) {
172 if (strcmp(token, "nochange") == 0) {
180 } else if (strcmp(token, "silent") == 0) {
189 } else if (strcmp(token, "verbose") == 0) {
198 } else if (strcmp(token, "expert") == 0) {
207 } else if (strcmp(token, "bell") == 0) {
209 } else if (strcmp(token, "nobell") == 0)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libgss/
g_exp_sec_context.c 82 gss_buffer_desc token; local
103 &ctx->internal_ctx_id, &token);
107 length = token.length + 4 + ctx->mech_type->length;
111 (void) gss_release_buffer(minor_status, &token);
125 (void) memcpy(buf+4+ctx->mech_type->length, token.value, token.length);
127 (void) gss_release_buffer(minor_status, &token);
g_imp_sec_context.c 81 gss_buffer_desc token; local
124 token.length = interprocess_token->length - sizeof (OM_uint32) - length;
125 token.value = p;
143 &token, &ctx->internal_ctx_id);
  /onnv/onnv-gate/usr/src/cmd/oawk/
makeprctab.c 36 { int token; member in struct:xx
106 for (p = proc; p->token != 0; p++)
109 for (p = proc; p->token != 0; p++)
110 table[p->token-FIRSTTOKEN] = p->name;
119 for (p = proc; p->token != 0; p++)
120 names[p->token-FIRSTTOKEN] = p->pname;
  /onnv/onnv-gate/usr/src/lib/libldap4/common/
dsparse.c 62 char *p, *line, *token, **toks; local
79 while (( token = next_token( &p )) != NULL ) {
86 toks[ tokcnt ] = token;
195 *t++ = '\0'; /* end of token */
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
dsparse.c 50 char *p, *line, *token, **toks; local
66 while (( token = next_token( &p )) != NULL ) {
73 toks[ tokcnt ] = token;
182 *t++ = '\0'; /* end of token */
  /onnv/onnv-gate/usr/src/lib/libpkg/common/
mappath.c 66 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...]
ckparam.c 92 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, TOKLEN)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/awk/
maketab.c 38 int token; member in struct:xx
136 fprintf(stderr, gettext("maketab funny token %d %s\n"),
147 for (p = proc; p->token != 0; p++)
148 table[p->token-FIRSTTOKEN] = p->name;
161 printf(" (void) sprintf(buf, \"token %%d\", n);\n");
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
ContentState.cxx 136 const LeafContentToken *token = iter.cur()->currentPosition(); local
137 if (token && !token->isInitial()) {
138 e.matchIndex = token->typeIndex() + 1;
139 const ElementType *type = token->elementType();
ModeInfo.cxx 14 #include "token.h"
33 Token token; // token to be returned member in struct:SP_NAMESPACE::PackedTokenInfo
249 t->token = p_->token;
ModeInfo.h 42 Token token; member in struct:SP_NAMESPACE::TokenInfo
Trie.h 40 Token token() const { return token_; } function in class:SP_NAMESPACE::Trie
TrieBuilder.cxx 72 Token t,
82 Token t,
98 Token token,
107 token, local
112 void TrieBuilder::recognizeEE(EquivCode code, Token t)
126 Token token,
152 setToken(trie, tokenLength, token, pri, ambiguities);
156 token, local
163 token, pri, ambiguities); local
    [all...]
parseAttribute.cxx 8 #include "token.h"
133 Token token = getToken(mode); local
134 if (token == tokenS) {
138 token = getToken(mode);
139 } while (token == tokenS);
143 token = getToken(mode);
144 } while (token == tokenS);
161 switch (token) {
205 lita = (token == tokenLita)
226 Token token = getToken(mode); local
393 Token token = getToken(tagMode); local
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
context.c 99 gss_buffer_t token /* GSS token */)
116 * If token then set the length to zero value to zero to indicate
117 * We indicat a null token since we don't need to send a token to
121 if (token) {
122 token->length = 0;
123 token->value = NULL;
162 gss_ctx_id_t *context, gss_buffer_t token)
170 gss_buffer_t token, gss_ctx_id_t *context
288 dh_token_desc token; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_upcalls.c 70 smb_token_t *token = NULL; local
77 token = smb_dr_decode_res_token(rsp + SMB_DR_DATA_OFFSET,
82 return (token);
159 * Returns the snapshot name for the @GMT token provided
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppbuiltin.c 46 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 = token
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
ruserpass.c 46 static int token(void);
106 while ((t = token()))
110 if (token() != ID || strcmp(host, tokval))
117 while (((t = token()) != 0) && t != MACHINE && t != DEFAULT)
121 if (token())
145 if (token() && *apass == 0) {
163 if (token() && *aacct == 0) {
259 token(void) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/
QualifierArray.java 148 String token = tokenizer.nextToken(); local
149 Object object = type.parseValue(token);
208 String token = tokenizer.nextToken(); local
209 token = type.formatValue(token);
211 if (token == null) {
215 string.append(token);
  /onnv/onnv-gate/usr/src/cmd/eqn/
lex.c 22 char token[SSIZE]; variable
119 token[sp++] = '\\';
120 token[sp++] = c;
123 "quoted string %.20s... too long"), token);
125 token[sp] = '\0';
126 yylval = (int)&token[0];
128 error(!FATAL, gettext("missing \" in %.20s"), token);
135 getstr(token, SSIZE);
136 if (dbg) printf(".\tlex token = |%s|\n", token);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/ldap_util/
kdb5_ldap_list.c 105 char *token = NULL; local
119 token = strtok_r(str, delimiter, &ptrptr);
120 for (count = 1; ((token != NULL) && (count < MAX_LIST_ENTRIES));
122 *plist = strdup(token);
127 token = strtok_r(NULL, delimiter, &ptrptr);

Completed in 719 milliseconds

1 2 3 4 5 6 7 8 9