Searched refs:str (Results 1 – 3 of 3) sorted by relevance
/resolv/ |
A D | res_hconf.c | 86 while (isspace (*str)) ++str; in skip_ws() 87 return str; in skip_ws() 95 while (*str && !isspace (*str) && *str != '#' && *str != ',') in skip_string() 96 ++str; in skip_string() 196 str = skip_ws (str); in parse_line() 199 if (*str == '\0' || *str == '#') return; in parse_line() 202 str = skip_string (str); in parse_line() 229 str = skip_ws (str); in parse_line() 232 str = arg_trimdomain_list (fname, line_num, str); in parse_line() 234 str = arg_bool (fname, line_num, str, c->arg); in parse_line() [all …]
|
A D | res_init.c | 683 char str[22]; in res_setoptions() member 688 #define STRnLEN(str) str, sizeof (str) - 1 in res_setoptions() argument 701 if (strncmp (cp, options[i].str, options[i].len) == 0) in res_setoptions()
|
A D | ns_print.c | 452 const char *str = "record too long to print"; in libresolv_hidden_def() local 453 T(addstr(str, strlen(str), &buf, &buflen)); in libresolv_hidden_def()
|
Completed in 10 milliseconds