Home
last modified time | relevance | path

Searched defs:b (Results 1 – 9 of 9) sorted by relevance

/misc/
A Dtst-syscalls.c57 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 Dtst-hsearch.c8 int b = 2; in do_test() local
A Defgcvt-template.c30 #define APPEND(a, b) APPEND2 (a, b) argument
31 #define APPEND2(a, b) a##b argument
A Defgcvt_r-template.c33 #define APPEND(a, b) APPEND2 (a, b) argument
34 #define APPEND2(a, b) a##b argument
A Dtst-makedev.c91 unsigned int a, b; in do_test() local
A Derror.c44 # define _GL_ATTRIBUTE_FORMAT_PRINTF(a, b) argument
A Dtst-tsearch.c94 cmp_fn (const void *a, const void *b) in cmp_fn()
/misc/sys/
A Dparam.h102 #define MIN(a,b) (((a)<(b))?(a):(b)) argument
103 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
A Dcdefs.h371 # define __attribute_format_strfmon__(a,b) \ argument
374 # define __attribute_format_strfmon__(a,b) /* Ignore */ argument

Completed in 16 milliseconds