Home
last modified time | relevance | path

Searched refs:PATH_MAX (Results 1 – 16 of 16) sorted by relevance

/third_party/ulib/musl/src/stdio/
A Dtempnam.c13 char s[PATH_MAX]; in tempnam()
28 if (l >= PATH_MAX) { in tempnam()
/third_party/ulib/musl/src/misc/
A Dnftw.c80 if (strlen(de->d_name) >= PATH_MAX - l) { in do_nftw()
108 char pathbuf[PATH_MAX + 1]; in nftw()
114 if (l > PATH_MAX) { in nftw()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_decls.h54 # define PATH_MAX 1024 macro
A Dprof_externs.h18 PATH_MAX +
/third_party/ulib/musl/src/conf/
A Dfpathconf.c10 [_PC_PATH_MAX] = PATH_MAX, in fpathconf()
/third_party/uapp/dash/src/
A Dcd.c204 char pathbuf[PATH_MAX]; in updatepwd()
275 char buf[PATH_MAX]; in getpwd()
/third_party/ulib/musl/src/process/
A Dexecvp.c27 l = strnlen(path, PATH_MAX - 1) + 1; in __execvpe()
/third_party/ulib/musl/include/
A Dlimits.h48 #define PATH_MAX 4096 macro
/third_party/ulib/musl/src/time/
A D__tz.c152 if (i > PATH_MAX + 1) in do_tzset()
158 if (old_tz_size > PATH_MAX + 2) in do_tzset()
159 old_tz_size = PATH_MAX + 2; in do_tzset()
/third_party/uapp/dash/src/bltin/
A Dzircon.c257 char full_filename[PATH_MAX]; in mv_or_cp_to_dir()
259 snprintf(full_filename, PATH_MAX, "%s%s", dest_name, filename_start); in mv_or_cp_to_dir()
261 snprintf(full_filename, PATH_MAX, "%s/%s", dest_name, filename_start); in mv_or_cp_to_dir()
/third_party/lib/acpica/source/os_specific/service_layers/
A Doslinuxtbl.c51 #ifndef PATH_MAX
52 #define PATH_MAX 256 macro
1486 char TableFilename[PATH_MAX]; in OslGetCustomizedTable()
A Dosefitbl.c51 #ifndef PATH_MAX
52 #define PATH_MAX 256 macro
/third_party/ulib/musl/src/regex/
A Dglob.c173 if (strlen(p) > PATH_MAX) in glob()
/third_party/ulib/jemalloc/src/
A Dprof.c29 PATH_MAX +
1396 char filename[PATH_MAX + 1]; in prof_open_maps()
1705 #define DUMP_FILENAME_BUFSIZE (PATH_MAX + 1)
1766 char filename[PATH_MAX + 1]; in prof_idump()
A Djemalloc.c866 char buf[PATH_MAX + 1]; in malloc_conf_init()
/third_party/ulib/ngunwind/src/dwarf/
A DGfind_proc_info-lsb.c274 char path[PATH_MAX]; in locate_debug_info()

Completed in 33 milliseconds