Searched refs:paths (Results 1 – 8 of 8) sorted by relevance
147 const char** paths = NULL; in tab_complete() local167 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()
138 At runtime, the dynamic linker needs to know the paths to search for
932 - dynamic linker path file can now use newlines to separate paths1063 - dynamic linker used fallback paths wrongly on (possibly transient) errors1360 - missing cancellation check in non-wait paths of sem_wait, pthread_join1522 - removed heavy atomics from locale-related code paths1571 - missing locking in error paths for ungetwc
110 - 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
43 Embed one or more library paths, so that libjemalloc can find the libraries
461 * unacceptable cost in some code paths) by index2size_compute().
879 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 …]
60 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