Home
last modified time | relevance | path

Searched refs:next_token (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_realpath.c86 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in s_realpath() local
120 if (s - left >= sizeof (next_token)) { in s_realpath()
124 (void) memcpy(next_token, left, s - left); in s_realpath()
125 next_token[s - left] = '\0'; in s_realpath()
137 if (next_token[0] == '\0') in s_realpath()
139 else if (strcmp(next_token, ".") == 0) in s_realpath()
141 else if (strcmp(next_token, "..") == 0) { in s_realpath()
160 resolved_len = strlcat(resolved, next_token, PATH_MAX); in s_realpath()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddsparse.c42 static char *next_token( char ** sp );
63 while (( token = next_token( &p )) != NULL ) { in ldap_next_line_tokens()
149 next_token( char **sp ) in next_token() function
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c233 char *next_token; in parse_policylist() local
322 if ((next_token = strtok_r(value, SEP_COMMA, &lasts)) == NULL) { in parse_policylist()
332 while (next_token) { in parse_policylist()
333 if ((pmech = create_umech(next_token)) == NULL) { in parse_policylist()
347 next_token = strtok_r(NULL, SEP_COMMA, &lasts); in parse_policylist()
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c185 char *next_token; in parse_sup_dis_list() local
208 if ((next_token = strtok(value, SEP_COMMA)) == NULL) { in parse_sup_dis_list()
213 if ((pmech = create_mech(next_token)) == NULL) { in parse_sup_dis_list()
236 while (next_token) { in parse_sup_dis_list()
237 if (next_token = strtok(NULL, SEP_COMMA)) { in parse_sup_dis_list()
238 if ((pmech = create_mech(next_token)) == NULL) { in parse_sup_dis_list()
/illumos-gate/usr/src/cmd/bnu/
H A Dpermission.c117 extern char *next_token(), *nextarg();
581 p = next_token (p, &pair);
616 next_token (string, pair) in next_token() function
H A Dlimits.c138 p = next_token (p, &pair);
H A Duucp.h587 extern char *next_token(); /* permission.c */
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h426 extern char *next_token(); /* permission.c */
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c281 next_token:
369 goto next_token;
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h516 extern char *next_token(); /* permission.c */
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c598 next_token:
786 goto next_token;