Home
last modified time | relevance | path

Searched refs:input (Results 1 – 3 of 3) sorted by relevance

/nss/
A Dtst-field.c45 check_rewrite (const char *input, const char *expected) in check_rewrite() argument
48 const char *result = __nss_rewrite_field (input, &to_free); in check_rewrite()
53 (input == NULL) ? "(null)" : input, result, in check_rewrite()
A Dmakedb.c141 static char *more_help (int key, const char *text, void *input);
159 static int process_input (FILE *input, const char *inname,
362 more_help (int key, const char *text, void *input) in more_help() argument
418 process_input (FILE *input, const char *inname, int to_lowercase, int be_quiet) in process_input() argument
432 while (!feof_unlocked (input)) in process_input()
434 ssize_t n = getline (&line, &linelen, input); in process_input()
566 if (ferror_unlocked (input)) in process_input()
A Dgetent.c71 static char *more_help (int key, const char *text, void *input);
917 more_help (int key, const char *text, void *input) in more_help() argument

Completed in 10 milliseconds