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

  /src/sbin/fsdb/
fsdbutil.c 77 argcount(struct cmdtable *cmdp, int argc, char *argv[]) function
  /src/usr.sbin/umcpmioctl/
putflash.c 55 int argcount = start; local
77 while (argcount < end) {
79 if (strncmp(argv[argcount], "GP0", 4) == 0) {
82 if (strncmp(argv[argcount], "GP1", 4) == 0) {
85 if (strncmp(argv[argcount], "GP2", 4) == 0) {
88 if (strncmp(argv[argcount], "GP3", 4) == 0) {
93 fprintf(stderr, "NOT GPn: %d %s\n", argcount, argv[argcount]);
97 argcount++;
98 if (argcount < end)
171 int argcount = start; local
342 int argcount = start; local
413 int argcount = start; local
    [all...]
  /src/usr.bin/mail/
support.c 166 argcount(char **argv) function
  /src/usr.bin/rpcgen/
rpc_main.c 121 static int argcount = FIXEDARGS; variable
329 argcount = FIXEDARGS;
869 if (argcount >= ARGLISTLEN) {
873 arglist[argcount++] = cp;
  /src/usr.bin/kdump/
kdump.c 835 int argcount; local
842 argcount = ktr->ktr_argsize / sizeof (*ap);
863 if (argcount) {
874 } else if (strcmp(sys_name, "ioctl") == 0 && argcount >= 2) {
878 argcount--;
886 argcount--;
889 } else if (strcmp(sys_name, "fcntl") == 0 && argcount >= 2) {
893 argcount--;
900 argcount--;
905 strcmp(sys_name, "getsockopt2") == 0) && argcount >= 3)
    [all...]

Completed in 17 milliseconds