Home
last modified time | relevance | path

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

/elf/
A Dtst-dl-hwcaps_split.c25 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 Ddl-load.c209 ++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 Dpldd.c48 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 Dldconfig.c145 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 Dsprof.c99 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