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

/freebsd-9.3-release/sbin/dhclient/
H A Dparse.c73 token = next_token(&val, cfile);
81 token = next_token(&val, cfile);
90 token = next_token(&val, cfile);
93 token = next_token(&val, cfile);
103 token = next_token(&val, cfile);
122 token = next_token(&val, cfile);
160 token = next_token(&val, cfile);
203 token = next_token(&val, cfile);
219 token = next_token(&val, cfile);
264 token = next_token(
[all...]
H A Dclparse.c113 token = next_token(&val, cfile); /* Clear the peek buffer */
161 token = next_token(&val, cfile);
202 switch (next_token(&val, cfile)) {
288 token = next_token(&val, cfile);
306 token = next_token(&val, cfile);
320 token = next_token(&val, cfile);
324 token = next_token(&val, cfile);
353 token = next_token(&val, cfile);
374 token = next_token(&val, cfile);
395 token = next_token(
[all...]
H A Dconflex.c167 next_token(char **rval, FILE *cfile) function
H A Ddhcpd.h275 int next_token(char **, FILE *);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Drealpath.c59 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
93 if (s - left >= sizeof(next_token)) {
97 memcpy(next_token, left, s - left);
98 next_token[s - left] = '\0';
110 if (next_token[0] == '\0')
112 else if (strcmp(next_token, ".") == 0)
114 else if (strcmp(next_token, "..") == 0) {
133 resolved_len = strlcat(resolved, next_token, PATH_MAX);
/freebsd-9.3-release/lib/libc/stdlib/
H A Drealpath.c58 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
113 if (s - left >= sizeof(next_token)) {
119 memcpy(next_token, left, s - left);
120 next_token[s - left] = '\0';
134 if (next_token[0] == '\0') {
157 else if (strcmp(next_token, ".") == 0)
159 else if (strcmp(next_token, "..") == 0) {
176 resolved_len = strlcat(resolved, next_token, PATH_MAX);
/freebsd-9.3-release/lib/libc/posix1e/
H A Dmac.c155 next_token(char **string) function
204 statement = next_token(&parse);
211 name = next_token(&parse);
212 labels = next_token(&parse);
214 next_token(&parse) != NULL) {
241 labels = next_token(&parse);
242 if (labels == NULL || next_token(&parse) != NULL) {
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_console.c74 static inline char *next_token(char **p_last) function
230 p_cmd = next_token(p_last);
253 p_cmd = next_token(p_last);
282 p_cmd = next_token(p_last);
412 p_cmd = next_token(p_last);
432 p_cmd = next_token(p_last);
460 char *p_cmd = next_token(p_last);
678 p_cmd = next_token(p_last);
855 p_cmd = next_token(p_last);
861 p_cmd = next_token(p_las
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c734 cmd = next_token(&ptr,"=");
1422 ptr = next_token(&value,":"); /* hmac type or name */
1426 ptr2 = next_token(&value, ":"); /* name or secret */
1429 ptr3 = next_token(&value,":"); /* secret or NULL */
1572 bargv[bargc] = next_token(&input, " \t\r\n");
1577 next_token(&input, " \t\r\n");
1746 bargv[bargc] = next_token(&input, " \t\r\n");
1749 bargv[bargc] = next_token(&input, " \t\r\n");
1816 bargv[bargc] = next_token(&input, " \t\r\n");
1819 bargv[bargc] = next_token(
[all...]
H A Dnslookup.c738 ptr = next_token(&input, " \t\r\n");
741 arg = next_token(&input, " \t\r\n");
H A Ddighost.c383 next_token(char **stringp, const char *delim) { function
/freebsd-9.3-release/contrib/bind9/bin/named/unix/
H A Dos.c918 next_token(char **stringp, const char *delim) { function
938 ptr = next_token(&input, " \t");
942 ptr = next_token(&input, " \t");
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c132 cp_token_position GTY ((skip)) next_token;
322 lexer->next_token = lexer->buffer_length ? buffer : (cp_token *)&eof_token;
329 gcc_assert (lexer->next_token->type != CPP_PURGED);
346 lexer->next_token = first == last ? (cp_token *)&eof_token : first;
357 gcc_assert (lexer->next_token->type != CPP_PURGED);
387 gcc_assert (!previous_p || lexer->next_token != &eof_token);
389 return lexer->next_token - previous_p;
498 cp_lexer_print_token (cp_lexer_debug_stream, lexer->next_token);
501 return lexer->next_token;
592 token = lexer->next_token;
2959 cp_token *next_token; local
8886 cp_token *next_token, *next_token_2; local
15496 cp_token *next_token; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dig/include/dig/
H A Ddig.h409 next_token(char **stringp, const char *delim);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c6504 next_token(char **stringp, const char *delim) { function
6542 ptr = next_token(&input, " \t");
6549 zonetxt = next_token(&input, " \t");
6556 classtxt = next_token(&input, " \t");
6559 viewtxt = next_token(&input, " \t");
6785 ptr = next_token(&args, " \t");
6789 ptr = next_token(&args, " \t");
7126 ptr = next_token(&args, " \t");
7157 ptr = next_token(&args, " \t");
7161 ptr = next_token(
[all...]

Completed in 132 milliseconds