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

  /external/iproute2/misc/
ssfilter.y 177 static char *tokptr = argbuf;
182 while (*tokptr == 0) {
183 tokptr = NULL;
185 tokptr = yy_argv[argc];
188 while (tokptr == NULL) {
200 tokptr = argbuf;
206 } 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 76 milliseconds