Searched refs:do_single (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/ccdconfig/
H A Dccdconfig.c84 static int do_single(int, char **, int);
149 exit(do_single(argc, argv, action));
166 do_single(int argc, char **argv, int action) function
309 /* Break up the line and pass it's contents to do_single(). */
323 * just the first token to do_single() and ignore
329 if (do_single(argc, argv, action))
335 if (do_single(argc, argv, action))

Completed in 54 milliseconds