Searched defs:ckarg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c150 * return code from ckarg() routine
202 static int ckarg(int argc, char **argv, attrlist **attributes);
217 * The main routine will call ckarg() to parse the command line
264 * ckarg() parses the arguments. In case of an error,
268 flag = ckarg(argc, argv, &attributes);
673 * ckarg():
682 ckarg(int argc, char **argv, attrlist **attributes) function

Completed in 100 milliseconds