Searched defs:size (Results 1 – 10 of 10) sorted by relevance
/posix/ |
A D | getgroups.c | 29 __getgroups (int size, gid_t *list) in __getgroups()
|
A D | group_member.c | 31 int n, size; in __group_member() local
|
A D | tst-sched_getaffinity.c | 36 size_t size = CPU_ALLOC_SIZE (bufsize[i]); in do_test() local
|
A D | tst-glob-tilde.c | 80 repeating_string (int size) in repeating_string() 119 int size = base_sizes[base_idx] + size_skew; in do_test() local
|
A D | tst-mmap-offset.c | 62 const unsigned long size = offset + length; in do_test_bz18877() local
|
A D | regex.c | 51 # define re_match(bufp, string, size, pos, regs) \ argument 53 # define re_search(bufp, string, size, startpos, range, regs) \ argument
|
A D | tst-vfork3.c | 130 create_script (const char *script, const char *contents, size_t size) in create_script()
|
A D | getopt.c | 53 # define __libc_use_alloca(size) 0 argument 55 # define alloca(size) (abort (), (void *)0) argument
|
A D | glob.c | 239 size_t size; in glob_use_alloca() local 1378 size_t size = FLEXSIZEOF (struct globnames, name, in glob_in_dir() local
|
A D | regex_internal.c | 969 re_node_set_alloc (re_node_set *set, Idx size) in re_node_set_alloc()
|
Completed in 24 milliseconds