Searched refs:next_token (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_realpath.c88 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
122 if (s - left >= sizeof (next_token)) {
126 (void) memcpy(next_token, left, s - left);
127 next_token[s - left] = '\0';
139 if (next_token[0] == '\0')
141 else if (strcmp(next_token, ".") == 0)
143 else if (strcmp(next_token, "..") == 0) {
162 resolved_len = strlcat(resolved, next_token, PATH_MAX);
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Ddsparse.c50 static char *next_token();
54 static char *next_token( char ** sp );
79 while (( token = next_token( &p )) != NULL ) {
165 next_token( char **sp ) function
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddsparse.c45 static char *next_token( char ** sp );
66 while (( token = next_token( &p )) != NULL ) {
152 next_token( char **sp ) function
/opensolaris-onvv-gate/usr/src/stand/lib/wanboot/
H A Dhttp_aux.c129 next_token:
137 goto next_token;
149 goto next_token;
/opensolaris-onvv-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c233 char *next_token; local
322 if ((next_token = strtok_r(value, SEP_COMMA, &lasts)) == NULL) {
332 while (next_token) {
333 if ((pmech = create_umech(next_token)) == NULL) {
347 next_token = strtok_r(NULL, SEP_COMMA, &lasts);
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dlimits.c141 p = next_token (p, &pair);
H A Dpermission.c116 extern char *next_token(), *nextarg();
580 p = next_token (p, &pair);
615 next_token (string, pair) function
H A Duucp.h589 extern char *next_token(); /* permission.c */
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c185 char *next_token; local
208 if ((next_token = strtok(value, SEP_COMMA)) == NULL) {
213 if ((pmech = create_mech(next_token)) == NULL) {
236 while (next_token) {
237 if (next_token = strtok(NULL, SEP_COMMA)) {
238 if ((pmech = create_mech(next_token)) == NULL) {
/opensolaris-onvv-gate/usr/src/lib/libnsl/dial/
H A Duucp.h428 extern char *next_token(); /* permission.c */
/opensolaris-onvv-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c283 next_token:
371 goto next_token;
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Duucp.h531 extern char *next_token(); /* permission.c */
/opensolaris-onvv-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c594 next_token:
782 goto next_token;

Completed in 186 milliseconds