Searched refs:get_services_str (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/src/internal/ |
H A D | network_conf_function.h | 21 int get_services_str(char *line, FILE *f, int *indexPtr);
|
H A D | network_conf_function.c | 28 int get_services_str(char *line, FILE *f, int *indexPtr) in get_services_str() function
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | network_conf_function.h | 6 int get_services_str(char *line, FILE *f, int *indexPtr);
|
H A D | network_conf_function.c | 13 int get_services_str(char *line, FILE *f, int *indexPtr) in get_services_str() function
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup_serv.c | 76 while (get_services_str(line, f, &indexPtr)) { in __lookup_serv()
|
H A D | getnameinfo.c | 114 while (get_services_str(line, f, &indexPtr)) { in reverse_services()
|
/third_party/musl/src/network/ |
H A D | lookup_serv.c | 102 while (get_services_str(line, f, &indexPtr)) { in __lookup_serv()
|
H A D | getnameinfo.c | 115 while (get_services_str(line, f, &indexPtr)) { in reverse_services()
|
Completed in 4 milliseconds