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

/osnet-11/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);
/osnet-11/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
/osnet-11/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
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c231 char *next_token; local
320 if ((next_token = strtok_r(value, SEP_COMMA, &lasts)) == NULL) {
330 while (next_token) {
331 if ((pmech = create_umech(next_token)) == NULL) {
345 next_token = strtok_r(NULL, SEP_COMMA, &lasts);
/osnet-11/usr/src/lib/libnsl/dial/
H A Duucp.h428 extern char *next_token(); /* permission.c */
/osnet-11/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c283 next_token:
371 goto next_token;

Completed in 20 milliseconds