OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextCommand
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/common/
acgetline.c
162
char *
NextCommand
;
355
NextCommand
= AcpiDbGetHistoryByIndex (CurrentCommandIndex);
356
if (!
NextCommand
)
364
strcpy (Buffer,
NextCommand
);
401
NextCommand
= AcpiDbGetHistoryByIndex (CurrentCommandIndex);
402
if (!
NextCommand
)
410
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)) {
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_procmaps_mac.cpp
265
static const load_command *
NextCommand
(const load_command *lc) {
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 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026