Home
last modified time | relevance | path

Searched refs:params (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/nss/
Dtst-nss-files-hosts-multi.c87 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/
Dargp-test.c83 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, &params); in main()
[all …]
/glibc-2.36/htl/
Dforward.c32 #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/
Dcdefs.h289 # 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/
Dgtty.c23 gtty (int fd, struct sgttyb *params) in gtty() argument
25 return __ioctl (fd, TIOCGETP, (void *) params); in gtty()
Dstty.c23 stty (int fd, const struct sgttyb *params) in stty() argument
25 return __ioctl (fd, TIOCSETP, (void *) params); in stty()
/glibc-2.36/misc/
Dgtty.c24 gtty (int fd, struct sgttyb *params) in gtty() argument
26 if (params == NULL) in gtty()
Dstty.c24 stty (int fd, const struct sgttyb *params) in stty() argument
26 if (params == NULL) in stty()
/glibc-2.36/benchtests/
Dbench-pthread-mutex-locks.c123 Worker_Params *p, params[num_threads]; in do_one_test() local
131 p = &params[i]; in do_one_test()
145 mean += params[i].duration; in do_one_test()
/glibc-2.36/sysdeps/htl/
Dpthread-functions.h137 #define PTHFCT_CALL(fct, params) \ argument
138 __libc_pthread_functions.fct params
/glibc-2.36/include/sys/
Dcdefs.h17 # define __nonnull(params) argument
/glibc-2.36/benchtests/scripts/
Dplot_strings.py177 def plotThroughput(timings, params, routine, bench_variant, title, outpath): argument
194 y = np.divide(params, timings)
/glibc-2.36/stdlib/
Dcanonicalize.c22 # define _GL_ARG_NONNULL(params) argument
/glibc-2.36/posix/
Dglob.c22 # define _GL_ARG_NONNULL(params) argument
/glibc-2.36/ChangeLog.old/
DChangeLog.12137 * sysdeps/unix/Makefile (sys/params.h): Protect with
DChangeLog.7450 * libio.h (__P): Name its arg `p' instead of `params'.
DChangeLog.1410665 Copy extra params for NPTL to registers used in clone syscall.
/glibc-2.36/manual/
Dtexinfo.tex8249 % Parse the optional {params} list to @macro or @rmacro.
8252 % three-param macro.) Define \macarg.BLAH for each BLAH in the params