Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/musl/src/time/
A D__map_file.c8 const char unsigned* __map_file(const char* pathname, size_t* size) { in __map_file() argument
11 int fd = open(pathname, O_RDONLY | O_CLOEXEC | O_NONBLOCK); in __map_file()
A D__tz.c129 char buf[NAME_MAX + 25], *pathname = buf + 24; in do_tzset()
176 memcpy(pathname, s, l + 1); in do_tzset()
177 pathname[l] = 0; in do_tzset()
180 memcpy(pathname - l, try, l); in do_tzset()
181 map = __map_file(pathname - l, &map_size); in do_tzset()
/third_party/ulib/musl/src/stat/
A Dfutimesat.c7 int __futimesat(int dirfd, const char* pathname, const struct timeval times[2]) { in __futimesat() argument
20 return utimensat(dirfd, pathname, times ? ts : 0, 0); in __futimesat()
/third_party/uapp/dash/src/
A Dtab.c205 char* pathname; in tab_complete() local
206 while ((pathname = padvance(&path_env, "")) != NULL) { in tab_complete()
207 DIR* dir = opendir(pathname); in tab_complete()
208 stunalloc(pathname); in tab_complete()
A DTOUR300 has already done a cd to an absolute pathname), but then
/third_party/lib/acpica/source/compiler/
A Dreadme.txt59 pathname. They cannot be installed in the default "c:\Program Files"
/third_party/ulib/musl/
A DINSTALL127 dynamic linker. Its pathname is hard-coded into all dynamic-linked
A DWHATSNEW653 - improved library pathname info for debugger from the dynamic linker
662 - multiple dlopen pathname and library name handling errors
/third_party/lib/acpica/
A Dchanges.txt1712 Disassembler: Improved pathname support for emitted External()
3300 iASL: Improved pathname support. For include files, merge the prefix
3301 pathname
3302 with the file pathname and eliminate unnecessary components. Convert
3305 pathname changes affect both #include and Include() type operators.
7410 pathname to each namespace object is displayed.
7976 of prefix handle and pathname. BZ 478
13663 Fixed a problem with the pathname parsing for the carat (^)
13671 should occur if the object does not exist at that exact pathname.
13729 the pathname is optimized using the carat prefix (usually a
[all …]

Completed in 28 milliseconds