HomeSort by: relevance | last modified time | path
    Searched defs:do_single (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/ccdconfig/
ccdconfig.c 93 static int do_single(int, char **, int);
211 exit(do_single(argc, argv, action));
229 do_single(int argc, char **argv, int action) function
401 * just the first token to do_single() and ignore
407 if (do_single(argc, argv, action))
413 if (do_single(argc, argv, action))

Completed in 15 milliseconds