Searched refs:b (Results 1 – 10 of 10) sorted by relevance
/misc/ |
A D | tst-syscalls.c | 57 deallocate (struct Array b) in deallocate() argument 62 if (b.length && munmap (b.ptr, b.length)) in deallocate() 79 reallocate (struct Array b) in reallocate() argument 84 if (b.length) in reallocate() 85 return do_mmap (b.ptr, b.length); in reallocate() 91 protect (struct Array b) in protect() argument 93 if (b.length) in protect() 98 if (mprotect (b.ptr, b.length, in protect() 114 if (b.length) in do_read() 115 return read (fd, ptr, b.length); in do_read() [all …]
|
A D | tst-makedev.c | 91 unsigned int a, b; in do_test() local 96 for (b = 0; b <= 31; b++) in do_test() 97 do_test_combine_split (0x03u << a, 0x03u << b); in do_test()
|
A D | efgcvt-template.c | 30 #define APPEND(a, b) APPEND2 (a, b) argument 31 #define APPEND2(a, b) a##b argument
|
A D | tst-hsearch.c | 8 int b = 2; in do_test() local 24 i.data = &b; in do_test()
|
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 | Versions | 22 # b*
|
A D | tst-tsearch.c | 94 cmp_fn (const void *a, const void *b) in cmp_fn() argument 98 return *(const int *) a - *(const int *) b; in cmp_fn()
|
A D | error.c | 44 # define _GL_ATTRIBUTE_FORMAT_PRINTF(a, b) argument
|
/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 372 __attribute__ ((__format__ (__strfmon__, a, b))) 374 # define __attribute_format_strfmon__(a,b) /* Ignore */ argument
|
Completed in 17 milliseconds