Searched refs:next_token (Results 1 - 14 of 14) sorted by path

/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c134 cp_token_position GTY ((skip)) next_token;
324 lexer->next_token = lexer->buffer_length ? buffer : (cp_token *)&eof_token;
331 gcc_assert (lexer->next_token->type != CPP_PURGED);
348 lexer->next_token = first == last ? (cp_token *)&eof_token : first;
359 gcc_assert (lexer->next_token->type != CPP_PURGED);
389 gcc_assert (!previous_p || lexer->next_token != &eof_token);
391 return lexer->next_token - previous_p;
500 cp_lexer_print_token (cp_lexer_debug_stream, lexer->next_token);
503 return lexer->next_token;
594 token = lexer->next_token;
3140 cp_token *next_token; local
9220 cp_token *next_token, *next_token_2; local
15919 cp_token *next_token; local
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c83 static char *next_token(char **p_last) function
301 p_cmd = next_token(p_last);
324 p_cmd = next_token(p_last);
378 p_cmd = next_token(p_last);
545 p_cmd = next_token(p_last);
565 p_cmd = next_token(p_last);
587 p_cmd = next_token(p_last);
604 p_cmd = next_token(p_last);
623 char *p_cmd = next_token(p_last);
937 p_cmd = next_token(p_las
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Drealpath.c68 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
119 if (s - left >= (ptrdiff_t)sizeof(next_token)) {
123 memcpy(next_token, left, s - left);
124 next_token[s - left] = '\0';
136 if (next_token[0] == '\0')
138 else if (strcmp(next_token, ".") == 0)
140 else if (strcmp(next_token, "..") == 0) {
159 resolved_len = strlcat(resolved, next_token, PATH_MAX);
/freebsd-11-stable/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-11-stable/lib/libc/stdlib/
H A Drealpath.c58 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
93 memcpy(next_token, left, next_token_len);
94 next_token[next_token_len] = '\0';
112 if (next_token[0] == '\0') {
115 } else if (strcmp(next_token, ".") == 0) {
117 } else if (strcmp(next_token, "..") == 0) {
134 resolved_len = strlcat(resolved, next_token, PATH_MAX);
/freebsd-11-stable/sbin/dhclient/
H A Dclparse.c115 token = next_token(&val, cfile); /* Clear the peek buffer */
163 token = next_token(&val, cfile);
204 switch (next_token(&val, cfile)) {
290 token = next_token(&val, cfile);
308 token = next_token(&val, cfile);
322 token = next_token(&val, cfile);
326 token = next_token(&val, cfile);
355 token = next_token(&val, cfile);
376 token = next_token(&val, cfile);
397 token = next_token(
[all...]
H A Dconflex.c167 next_token(char **rval, FILE *cfile) function
H A Ddhcpd.h277 int next_token(char **, FILE *);
H A Dparse.c75 token = next_token(&val, cfile);
83 token = next_token(&val, cfile);
92 token = next_token(&val, cfile);
95 token = next_token(&val, cfile);
105 token = next_token(&val, cfile);
124 token = next_token(&val, cfile);
163 token = next_token(&val, cfile);
206 token = next_token(&val, cfile);
222 token = next_token(&val, cfile);
267 token = next_token(
[all...]
/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.hh484 text_input_buffer &next_token();
H A Dfdt.cc287 input.next_token();
290 input.next_token();
301 input.next_token();
318 input.next_token();
359 input.next_token();
375 input.next_token();
390 input.next_token();
401 input.next_token();
484 input.next_token();
527 input.next_token();
[all...]
H A Dinput_buffer.cc207 next_token();
215 next_token();
719 next_token();
826 next_token();
843 next_token();
870 next_token();
994 text_input_buffer::next_token() function in class:dtc::text_input_buffer
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c50 apr_size_t next_token; member in struct:source_tokens_t
129 if ((apr_size_t)src->tokens->nelts > src->next_token)
134 = APR_ARRAY_IDX(src->tokens, src->next_token, svn_string_t *);
142 src->next_token++;
226 src->next_token = 0;
716 apr_off_t next_token[3];
715 apr_off_t next_token[3]; member in struct:merge_output_baton_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c64 apr_uint64_t next_token;
121 len = 1 + svn__ui64toa(&buffer[1], eb->next_token++);
446 eb->next_token = 0;
63 apr_uint64_t next_token; member in struct:ra_svn_edit_baton_t

Completed in 201 milliseconds