HomeSort by: relevance | last modified time | path
    Searched refs:NextCommand (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/common/
acgetline.c 270 char *NextCommand;
463 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex);
464 if (!NextCommand)
472 strcpy (Buffer, NextCommand);
509 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex);
510 if (!NextCommand)
518 strcpy (Buffer, NextCommand);
  /src/usr.sbin/ldpd/
conffile.c 47 #define NextCommand(x) strsep(&x, " ")
188 command = NextCommand(nline);
344 peer = NextCommand(line);
399 if ((ifname = NextCommand(line)) == NULL)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_mac.cc 261 static const load_command *NextCommand(const load_command *lc) {
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)) {

Completed in 54 milliseconds