Home
last modified time | relevance | path

Searched refs:get_field (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Doptions.c74 static char *get_field(char *string); /* chew :-delimited field off string */
145 for (curr_opt = get_field(options); curr_opt; curr_opt = next_opt) { in process_options()
146 next_opt = get_field((char *) 0); in process_options()
447 static char *get_field(char *string) in get_field() function
/freebsd/libexec/tftpd/
H A Dtftp-utils.h65 size_t get_field(int peer, char *buffer, size_t size);
H A Dtftp-options.c425 i = get_field(peer, cp, size); in parse_options()
429 i = get_field(peer, cp, size); in parse_options()
H A Dtftp-utils.c108 get_field(int peer, char *buffer, size_t size) in get_field() function
H A Dtftpd.c464 i = get_field(peer, recvbuffer, size); in parse_header()
474 i = get_field(peer, cp, size); in parse_header()
/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c74 char *get_field(char **, size_t *, int *);
790 field = get_field(line, len, &fieldlen); in get_int()
874 ptr = get_field(line, len, &fieldlen); in get_str()
981 get_field(char **line, size_t *len, int *fieldlen) in get_field() function