Searched refs:PATH_MAX (Results 1 – 16 of 16) sorted by relevance
| /third_party/ulib/musl/src/stdio/ |
| A D | tempnam.c | 13 char s[PATH_MAX]; in tempnam() 28 if (l >= PATH_MAX) { in tempnam()
|
| /third_party/ulib/musl/src/misc/ |
| A D | nftw.c | 80 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 D | jemalloc_internal_decls.h | 54 # define PATH_MAX 1024 macro
|
| A D | prof_externs.h | 18 PATH_MAX +
|
| /third_party/ulib/musl/src/conf/ |
| A D | fpathconf.c | 10 [_PC_PATH_MAX] = PATH_MAX, in fpathconf()
|
| /third_party/uapp/dash/src/ |
| A D | cd.c | 204 char pathbuf[PATH_MAX]; in updatepwd() 275 char buf[PATH_MAX]; in getpwd()
|
| /third_party/ulib/musl/src/process/ |
| A D | execvp.c | 27 l = strnlen(path, PATH_MAX - 1) + 1; in __execvpe()
|
| /third_party/ulib/musl/include/ |
| A D | limits.h | 48 #define PATH_MAX 4096 macro
|
| /third_party/ulib/musl/src/time/ |
| A D | __tz.c | 152 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 D | zircon.c | 257 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 D | oslinuxtbl.c | 51 #ifndef PATH_MAX 52 #define PATH_MAX 256 macro 1486 char TableFilename[PATH_MAX]; in OslGetCustomizedTable()
|
| A D | osefitbl.c | 51 #ifndef PATH_MAX 52 #define PATH_MAX 256 macro
|
| /third_party/ulib/musl/src/regex/ |
| A D | glob.c | 173 if (strlen(p) > PATH_MAX) in glob()
|
| /third_party/ulib/jemalloc/src/ |
| A D | prof.c | 29 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 D | jemalloc.c | 866 char buf[PATH_MAX + 1]; in malloc_conf_init()
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gfind_proc_info-lsb.c | 274 char path[PATH_MAX]; in locate_debug_info()
|
Completed in 33 milliseconds