Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/dhclient/
H A Dparse.c83 token = next_token(&val, cfile); in skip_to_semi()
92 token = next_token(&val, cfile); in skip_to_semi()
95 token = next_token(&val, cfile); in skip_to_semi()
105 token = next_token(&val, cfile); in parse_semi()
124 token = next_token(&val, cfile); in parse_string()
165 token = next_token(&val, cfile); in parse_hardware_param()
208 token = next_token(&val, cfile); in parse_hardware_param()
224 token = next_token(&val, cfile); in parse_lease_time()
450 token = next_token(&val, cfile); in parse_date()
460 token = next_token(&val, cfile); in parse_date()
[all …]
H A Dclparse.c163 token = next_token(&val, cfile); in read_client_leases()
330 token = next_token(&val, cfile); in parse_X()
359 token = next_token(&val, cfile); in parse_option_list()
380 token = next_token(&val, cfile); in parse_option_list()
401 token = next_token(&val, cfile); in parse_interface_declaration()
416 token = next_token(&val, cfile); in parse_interface_declaration()
433 token = next_token(&val, cfile); in parse_interface_declaration()
500 token = next_token(&val, cfile); in parse_client_lease_statement()
526 token = next_token(&val, cfile); in parse_client_lease_statement()
676 token = next_token(&val, cfile); in parse_client_lease_declaration()
[all …]
H A Ddhcpd.h282 int next_token(char **, FILE *);
H A Dconflex.c167 next_token(char **rval, FILE *cfile) in next_token() function
/freebsd-14.2/crypto/openssh/
H A Dsftp-realpath.c65 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in sftp_realpath() local
116 if (s - left >= (ptrdiff_t)sizeof(next_token)) { in sftp_realpath()
120 memcpy(next_token, left, s - left); in sftp_realpath()
121 next_token[s - left] = '\0'; in sftp_realpath()
133 if (next_token[0] == '\0') in sftp_realpath()
135 else if (strcmp(next_token, ".") == 0) in sftp_realpath()
137 else if (strcmp(next_token, "..") == 0) { in sftp_realpath()
156 resolved_len = strlcat(resolved, next_token, PATH_MAX); in sftp_realpath()
/freebsd-14.2/lib/libc/stdlib/
H A Drealpath.c62 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in realpath1() local
97 memcpy(next_token, left, next_token_len); in realpath1()
98 next_token[next_token_len] = '\0'; in realpath1()
116 if (next_token[0] == '\0') { in realpath1()
119 } else if (strcmp(next_token, ".") == 0) { in realpath1()
121 } else if (strcmp(next_token, "..") == 0) { in realpath1()
138 resolved_len = strlcat(resolved, next_token, PATH_MAX); in realpath1()
/freebsd-14.2/contrib/ntp/libntp/
H A Dntp_realpath.c106 char left[NTP_PATH_MAX], next_token[NTP_PATH_MAX], link_tgt[NTP_PATH_MAX]; in realpath1() local
141 memcpy(next_token, left, next_token_len); in realpath1()
142 next_token[next_token_len] = '\0'; in realpath1()
160 if ('\0' == next_token[0]) { in realpath1()
163 } else if (strcmp(next_token, ".") == 0) { in realpath1()
165 } else if (strcmp(next_token, "..") == 0) { in realpath1()
182 resolved_len = strlcat(resolved, next_token, NTP_PATH_MAX); in realpath1()
/freebsd-14.2/usr.bin/dtc/
H A Dfdt.cc286 input.next_token(); in parse_cells()
289 input.next_token(); in parse_cells()
300 input.next_token(); in parse_cells()
317 input.next_token(); in parse_cells()
392 input.next_token(); in parse_bytes()
418 input.next_token(); in parse_reference()
501 input.next_token(); in property()
581 input.next_token(); in property()
733 input.next_token(); in parse_name()
888 input.next_token(); in node()
[all …]
H A Dinput_buffer.cc205 next_token(); in handle_include()
213 next_token(); in handle_include()
720 next_token(); in parse_binary_expression()
827 next_token(); in parse_binary_expression()
844 next_token(); in parse_binary_expression()
871 next_token(); in parse_expression()
995 text_input_buffer::next_token() in next_token() function in dtc::text_input_buffer
H A Dinput_buffer.hh482 text_input_buffer &next_token();
/freebsd-14.2/lib/libc/posix1e/
H A Dmac.c154 next_token(char **string) in next_token() function
202 statement = next_token(&parse); in mac_init_internal()
209 name = next_token(&parse); in mac_init_internal()
210 labels = next_token(&parse); in mac_init_internal()
212 next_token(&parse) != NULL) { in mac_init_internal()
239 labels = next_token(&parse); in mac_init_internal()
240 if (labels == NULL || next_token(&parse) != NULL) { in mac_init_internal()
/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_console.c301 p_cmd = next_token(p_last); in help_parse()
324 p_cmd = next_token(p_last); in loglevel_parse()
378 p_cmd = next_token(p_last); in priority_parse()
545 p_cmd = next_token(p_last); in status_parse()
565 p_cmd = next_token(p_last); in resweep_parse()
587 p_cmd = next_token(p_last); in sweep_parse()
604 p_cmd = next_token(p_last); in logflush_parse()
937 p_cmd = next_token(p_last); in portstatus_parse()
1142 p_cmd = next_token(p_last); in switchbalance_parse()
1349 p_cmd = next_token(p_last); in lidbalance_parse()
[all …]