HomeSort by: relevance | last modified time | path
    Searched defs:name_max (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libc/stdlib/
t_mktemp.c 84 long name_max; local in function:ATF_TC_BODY
87 name_max = pathconf("/tmp/", _PC_NAME_MAX);
88 ATF_REQUIRE(name_max > 0);
90 tlen = (size_t)name_max + sizeof("/tmp/");
  /src/lib/libutil/
login_cap.c 437 char name_max[32]; local in function:gsetrl
442 (void)snprintf(name_max, sizeof(name_max), "%s-max", name);
457 rl.rlim_max = login_getcaptime(lc, name_max, RMAX, RMAX);
463 rl.rlim_max = login_getcapsize(lc, name_max, RMAX, RMAX);
469 rl.rlim_max = login_getcapnum(lc, name_max, RMAX, RMAX);
  /src/common/dist/zlib/
zlib.h 125 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
1056 If name is not Z_NULL, then up to name_max characters are written there,
1057 terminated with a zero unless the length is greater than name_max. If

Completed in 14 milliseconds