Searched defs:b (Results 1 – 9 of 9) sorted by relevance
/misc/ |
A D | tst-syscalls.c | 57 deallocate (struct Array b) in deallocate() 79 reallocate (struct Array b) in reallocate() 91 protect (struct Array b) in protect() 109 do_read (int fd, void *ptr, struct Array b) in do_read() 121 do_write (int fd, void *ptr, struct Array b) in do_write()
|
A D | tst-hsearch.c | 8 int b = 2; in do_test() local
|
A D | efgcvt-template.c | 30 #define APPEND(a, b) APPEND2 (a, b) argument 31 #define APPEND2(a, b) a##b argument
|
A D | efgcvt_r-template.c | 33 #define APPEND(a, b) APPEND2 (a, b) argument 34 #define APPEND2(a, b) a##b argument
|
A D | tst-makedev.c | 91 unsigned int a, b; in do_test() local
|
A D | error.c | 44 # define _GL_ATTRIBUTE_FORMAT_PRINTF(a, b) argument
|
A D | tst-tsearch.c | 94 cmp_fn (const void *a, const void *b) in cmp_fn()
|
/misc/sys/ |
A D | param.h | 102 #define MIN(a,b) (((a)<(b))?(a):(b)) argument 103 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
|
A D | cdefs.h | 371 # define __attribute_format_strfmon__(a,b) \ argument 374 # define __attribute_format_strfmon__(a,b) /* Ignore */ argument
|
Completed in 16 milliseconds