Searched refs:NextCommand (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Dacgetline.c162 char *NextCommand; local
355 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex);
356 if (!NextCommand)
364 strcpy (Buffer, NextCommand);
401 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex);
402 if (!NextCommand)
410 strcpy (Buffer, NextCommand);
/netbsd-current/usr.sbin/ldpd/
H A Dconffile.c47 #define NextCommand(x) strsep(&x, " ") macro
188 command = NextCommand(nline);
316 peer = NextCommand(line);
390 if ((ifname = NextCommand(line)) == NULL)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc261 static const load_command *NextCommand(const load_command *lc) { function in namespace:__sanitizer
266 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) {
277 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc259 static const load_command *NextCommand(const load_command *lc) { function in namespace:__sanitizer
264 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) {
275 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp265 static const load_command *NextCommand(const load_command *lc) { function in namespace:__sanitizer
270 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) {
281 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) {

Completed in 198 milliseconds