Searched refs:input (Results 1 – 5 of 5) sorted by relevance
| /elf/ |
| A D | tst-dl-hwcaps_split.c | 25 check_split_masked (const char *input, int32_t bitmask, const char *mask, in check_split_masked() argument 29 _dl_hwcaps_split_masked_init (&split, input, bitmask, mask); in check_split_masked() 42 check_split (const char *input, in check_split() argument 46 _dl_hwcaps_split_init (&split, input); in check_split() 59 check_split_masked (input, -1, NULL, expected, expected_length); in check_split() 60 check_split_masked (input, -1, input, expected, expected_length); in check_split()
|
| A D | dl-load.c | 209 ++input; in is_dst() 218 || ((input[rlen] >= 'A' && input[rlen] <= 'Z') in is_dst() 219 || (input[rlen] >= 'a' && input[rlen] <= 'z') in is_dst() 220 || (input[rlen] >= '0' && input[rlen] <= '9') in is_dst() 241 input = strchr (input, '$'); in _dl_dst_count() 251 ++input; in _dl_dst_count() 259 input = strchr (input + len, '$'); in _dl_dst_count() 294 ++input; in _dl_dst_substitute() 319 && (input[len] == '\0' || input[len] == '/'))) in _dl_dst_substitute() 335 input += len; in _dl_dst_substitute() [all …]
|
| A D | pldd.c | 48 static char *more_help (int key, const char *text, void *input); 239 more_help (int key, const char *text, void *input) in more_help() argument
|
| A D | ldconfig.c | 145 static char *more_help (int key, const char *text, void *input); 304 more_help (int key, const char *text, void *input) in more_help() argument
|
| A D | sprof.c | 99 static char *more_help (int key, const char *text, void *input); 364 more_help (int key, const char *text, void *input) in more_help() argument
|
Completed in 37 milliseconds