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

  /external/toybox/toys/pending/
modprobe.c 500 char **argv = toys.optargs, *procline = NULL; local
536 while (read_line(fs, &procline) > 0) {
537 *(strchr(procline, ' ')) = '\0';
538 get_mod(procline, 1)->flags = MOD_ALOADED;
539 free(procline);
540 procline = NULL;
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 61 static int procline(struct str *l, int);
185 * passing the lines to procline().
245 t = procline(&ln, f->binary);
287 procline(struct str *l, int nottext) function

Completed in 114 milliseconds