OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pch_next
(Results
1 - 1
of
1
) sorted by null
/external/syslinux/com32/hdt/
hdt-cli.c
330
char *pch = NULL, *
pch_next
= NULL, *tmp_pch_next = NULL;
local
338
pch_next
= strchr(pch + 1, ' ');
339
tmp_pch_next =
pch_next
;
346
* |___
pch_next
<- wrong!
351
while (
pch_next
!= NULL && !strncmp(
pch_next
, CLI_SPACE, 1))
352
pch_next
++;
355
if (
pch_next
== NULL) {
360
args_len = (int)(
pch_next
- pch);
381
pch =
pch_next
;
[
all
...]
Completed in 169 milliseconds