/src/tests/kernel/ |
t_cloexec.c | 274 char fdstr[(ilog2(INT_MAX) + 1)/(ilog2(10) - 1) + 1]; local in function:check_cloexec 275 char *const argv[] = {__UNCONST("h_cloexec"), fdstr, NULL}; 286 snprintf(fdstr, sizeof(fdstr), "%d", fd);
|
t_clofork.c | 251 char fdstr[(ilog2(INT_MAX) + 1)/(ilog2(10) - 1) + 1]; local in function:check_clofork 252 char *const argv[] = {__UNCONST("h_cloexec"), fdstr, NULL}; 263 snprintf(fdstr, sizeof(fdstr), "%d", fd);
|
/src/lib/libperfuse/ |
perfuse.c | 176 char fdstr[16]; local in function:perfuse_open 177 char *const argv[] = { progname, minus_i, fdstr, NULL}; 261 (void)sprintf(fdstr, "%d", sv[1]);
|