Searched refs:MIN (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/stdio/ |
D | fvwrite.c | 65 #define MIN(a, b) ((a) < (b) ? (a) : (b)) in __sfvwrite() macro 88 w = (*fp->_write)(fp->_cookie, p, MIN(len, BUFSIZ2)); in __sfvwrite() 175 s = MIN((int)len, nldist); in __sfvwrite()
|
/bionic/libc/netbsd/nameser/ |
D | ns_print.c | 56 #ifndef MIN 57 #define MIN(x,y) ((x)<(y)?(x):(y)) macro 497 T(addstr(base64_key + n, (size_t)MIN(len - n, 48), in ns_sprintrrf() 560 T(addstr(base64_key + n, (size_t)MIN(len - n, 48), in ns_sprintrrf() 619 T(addstr(base64_cert + n, (size_t)MIN(len - n, 48), in ns_sprintrrf() 732 n = MIN(16, edata - rdata); in ns_sprintrrf()
|
/bionic/libc/netbsd/resolv/ |
D | res_init.c | 105 #ifndef MIN 106 #define MIN(x,y) ((x)<(y)?(x):(y)) macro 673 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); in res_setoptions() 681 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1); in res_setoptions()
|