HomeSort by: relevance | last modified time | path
    Searched defs:get_field (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libwrap/
options.c 74 static char *get_field /* chew :-delimited field off string */
165 for (curr_opt = get_field(options); curr_opt; curr_opt = next_opt) {
166 next_opt = get_field((char *) 0);
573 /* get_field - return pointer to next field in string */
576 get_field(char *string) function in typeref:typename:char *
  /src/dist/pf/sbin/pfctl/
pfctl_osfp.c 75 char *get_field(char **, size_t *, int *);
791 field = get_field(line, len, &fieldlen);
875 ptr = get_field(line, len, &fieldlen);
982 get_field(char **line, size_t *len, int *fieldlen) function in typeref:typename:char *

Completed in 13 milliseconds