Searched defs:params (Results 1 – 14 of 14) sorted by relevance
/glibc-2.36/htl/ |
D | forward.c | 32 #define FORWARD2(name, rettype, decl, params, defaction) \ argument 43 #define FORWARD_NORETURN(name, rettype, decl, params, defaction) \ argument 53 #define FORWARD(name, decl, params, defretval) \ argument
|
/glibc-2.36/argp/ |
D | argp-test.c | 83 struct params struct 85 unsigned foonly; /* Value parsed for foonly. */ 86 unsigned foonly_default; /* Default value for it. */ 139 struct params *params = state->input; in parse_opt() local 176 struct params *params = input; in help_filter() local 201 struct params params; in main() local
|
/glibc-2.36/misc/ |
D | gtty.c | 24 gtty (int fd, struct sgttyb *params) in gtty()
|
D | stty.c | 24 stty (int fd, const struct sgttyb *params) in stty()
|
/glibc-2.36/sysdeps/unix/bsd/ |
D | gtty.c | 23 gtty (int fd, struct sgttyb *params) in gtty()
|
D | stty.c | 23 stty (int fd, const struct sgttyb *params) in stty()
|
/glibc-2.36/nss/ |
D | tst-nss-files-hosts-multi.c | 87 expected_ghbn (const struct test_params *params) in expected_ghbn() 137 expected_gai (const struct test_params *params) in expected_gai() 199 run_gbhn_gai (struct test_params *params) in run_gbhn_gai() 250 struct test_params *params = closure; in subprocess() local 281 struct test_params params = in run_test() local
|
/glibc-2.36/include/sys/ |
D | cdefs.h | 17 # define __nonnull(params) argument
|
/glibc-2.36/benchtests/scripts/ |
D | plot_strings.py | 177 def plotThroughput(timings, params, routine, bench_variant, title, outpath): argument
|
/glibc-2.36/misc/sys/ |
D | cdefs.h | 289 # define __attribute_alloc_size__(params) \ argument 292 # define __attribute_alloc_size__(params) /* Ignore. */ argument 384 # define __attribute_nonnull__(params) __attribute__ ((__nonnull__ params)) argument 386 # define __attribute_nonnull__(params) argument 390 # define __nonnull(params) __attribute_nonnull__ (params) argument
|
/glibc-2.36/stdlib/ |
D | canonicalize.c | 22 # define _GL_ARG_NONNULL(params) argument
|
/glibc-2.36/sysdeps/htl/ |
D | pthread-functions.h | 137 #define PTHFCT_CALL(fct, params) \ argument
|
/glibc-2.36/benchtests/ |
D | bench-pthread-mutex-locks.c | 123 Worker_Params *p, params[num_threads]; in do_one_test() local
|
/glibc-2.36/posix/ |
D | glob.c | 22 # define _GL_ARG_NONNULL(params) argument
|