/glibc-2.36/nss/ |
D | tst-nss-files-hosts-multi.c | 87 expected_ghbn (const struct test_params *params) in expected_ghbn() argument 89 TEST_VERIFY (params->family == AF_INET || params->family == AF_INET6); in expected_ghbn() 93 if (strcmp (params->name, "alias.example.com") == 0) in expected_ghbn() 95 fprintf (expected.out, "name: %s\n", params->name); in expected_ghbn() 97 if (params->family == AF_INET) in expected_ghbn() 101 for (int i = 0; i < params->count; ++i) in expected_ghbn() 104 for (int i = 0; i < params->count; ++i) in expected_ghbn() 105 if (params->family == AF_INET) in expected_ghbn() 112 bool do_ipv4 = params->family == AF_INET in expected_ghbn() 113 && strncmp (params->name, "www6", 4) != 0; in expected_ghbn() [all …]
|
/glibc-2.36/argp/ |
D | argp-test.c | 83 struct params struct 139 struct params *params = state->input; in parse_opt() local 155 params->foonly = atoi (arg); in parse_opt() 157 params->foonly = params->foonly_default; in parse_opt() 176 struct params *params = input; in help_filter() local 186 text, params->foonly_default); in help_filter() 201 struct params params; in main() local 202 params.foonly = 0; in main() 203 params.foonly_default = random (); in main() 204 argp_parse (&argp, argc, argv, 0, 0, ¶ms); in main() [all …]
|
/glibc-2.36/htl/ |
D | forward.c | 32 #define FORWARD2(name, rettype, decl, params, defaction) \ argument 39 return PTHFCT_CALL (ptr_##name, params); \ 43 #define FORWARD_NORETURN(name, rettype, decl, params, defaction) \ argument 50 PTHFCT_CALL (ptr_##name, params); \ 53 #define FORWARD(name, decl, params, defretval) \ argument 54 FORWARD2 (name, int, decl, params, return defretval)
|
/glibc-2.36/misc/sys/ |
D | cdefs.h | 289 # define __attribute_alloc_size__(params) \ argument 290 __attribute__ ((__alloc_size__ params)) 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/sysdeps/unix/bsd/ |
D | gtty.c | 23 gtty (int fd, struct sgttyb *params) in gtty() argument 25 return __ioctl (fd, TIOCGETP, (void *) params); in gtty()
|
D | stty.c | 23 stty (int fd, const struct sgttyb *params) in stty() argument 25 return __ioctl (fd, TIOCSETP, (void *) params); in stty()
|
/glibc-2.36/misc/ |
D | gtty.c | 24 gtty (int fd, struct sgttyb *params) in gtty() argument 26 if (params == NULL) in gtty()
|
D | stty.c | 24 stty (int fd, const struct sgttyb *params) in stty() argument 26 if (params == NULL) in stty()
|
/glibc-2.36/benchtests/ |
D | bench-pthread-mutex-locks.c | 123 Worker_Params *p, params[num_threads]; in do_one_test() local 131 p = ¶ms[i]; in do_one_test() 145 mean += params[i].duration; in do_one_test()
|
/glibc-2.36/sysdeps/htl/ |
D | pthread-functions.h | 137 #define PTHFCT_CALL(fct, params) \ argument 138 __libc_pthread_functions.fct params
|
/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 194 y = np.divide(params, timings)
|
/glibc-2.36/stdlib/ |
D | canonicalize.c | 22 # define _GL_ARG_NONNULL(params) argument
|
/glibc-2.36/posix/ |
D | glob.c | 22 # define _GL_ARG_NONNULL(params) argument
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.1 | 2137 * sysdeps/unix/Makefile (sys/params.h): Protect with
|
D | ChangeLog.7 | 450 * libio.h (__P): Name its arg `p' instead of `params'.
|
D | ChangeLog.14 | 10665 Copy extra params for NPTL to registers used in clone syscall.
|
/glibc-2.36/manual/ |
D | texinfo.tex | 8249 % Parse the optional {params} list to @macro or @rmacro. 8252 % three-param macro.) Define \macarg.BLAH for each BLAH in the params
|