Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 8 of 8) sorted by relevance

/third_party/uapp/dash/src/
A Dtab.c147 const char** paths = NULL; in tab_complete() local
167 paths = local_paths; in tab_complete()
184 paths = partial_paths; in tab_complete()
189 if (strlen(paths[0]) == 0) { in tab_complete()
190 paths[0] = "/"; in tab_complete()
194 if (paths) { in tab_complete()
195 for (; *paths != NULL; paths++) { in tab_complete()
196 DIR* dir = opendir(*paths); in tab_complete()
/third_party/ulib/musl/
A DINSTALL138 At runtime, the dynamic linker needs to know the paths to search for
A DWHATSNEW932 - dynamic linker path file can now use newlines to separate paths
1063 - dynamic linker used fallback paths wrongly on (possibly transient) errors
1360 - missing cancellation check in non-wait paths of sem_wait, pthread_join
1522 - removed heavy atomics from locale-related code paths
1571 - missing locking in error paths for ungetwc
/third_party/ulib/jemalloc/
A DChangeLog110 - Streamline fast paths of rtree operations. (@jasone)
111 - Optimize the fast paths of calloc() and [m,d,sd]allocx(). (@jasone)
136 - Fix various chunk leaks in OOM code paths. (@jasone)
405 - Micro-optimize the fast paths for the public API functions.
538 paths.
884 - Add missing mutex unlocks for some OOM error paths in the heap profiling
A DINSTALL43 Embed one or more library paths, so that libjemalloc can find the libraries
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal.h.in461 * unacceptable cost in some code paths) by index2size_compute().
/third_party/lib/acpica/
A Dchanges.txt879 objects as necessary for debugging and testing different ASL code paths
1395 GPE code paths in ACPICA). The GPE device is now optional, and defaults
1993 Debugger: Implemented a new command (paths) that displays the full
3461 Changed the exception code returned for invalid ACPI paths passed as
3966 paths.
5738 include files. Allows multiple additional search paths for include files.
6200 paths
6629 Fixed two possible memory leaks in the error exit paths of
8754 paths within DsCallControlMethod and DsTerminateControlMethod in dsmethod
10249 error conditions and error handling control paths. These fixes were
[all …]
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl60 Warning 1087 - ^ Not all control paths return a value (RCIV)
84 Warning 1087 - ^ Not all control paths return a value (COND)

Completed in 35 milliseconds