HomeSort by relevance Sort by last modified time
    Searched refs:tokptr (Results 1 - 2 of 2) sorted by null

  /external/iproute2/misc/
ssfilter.y 188 static char *tokptr = argbuf;
193 while (*tokptr == 0) {
194 tokptr = NULL;
196 tokptr = yy_argv[argc];
199 while (tokptr == NULL) {
211 tokptr = argbuf;
217 } while ((curtok = get_token_from_line(&tokptr)) == NULL);
  /external/e2fsprogs/e2fsck/
dict.c 1229 char **tokptr; local
1234 tokptr = va_arg(arglist, char **);
1235 while (tokptr) {
1240 *tokptr = string;
1243 tokptr = va_arg(arglist, char **);
    [all...]

Completed in 2189 milliseconds