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

  /src/usr.sbin/umcpmioctl/
putflash.c 54 int argcount = start; local in function:parse_flash_gp_req
79 while (argcount < end) {
81 if (strncmp(argv[argcount], "GP0", 4) == 0) {
84 if (strncmp(argv[argcount], "GP1", 4) == 0) {
87 if (strncmp(argv[argcount], "GP2", 4) == 0) {
90 if (strncmp(argv[argcount], "GP3", 4) == 0) {
95 fprintf(stderr, "NOT GPn: %d %s\n", argcount, argv[argcount]);
99 argcount++;
100 if (argcount < end)
    [all...]
  /src/sbin/fsdb/
fsdbutil.c 77 argcount(struct cmdtable *cmdp, int argc, char *argv[]) function in typeref:typename:int
  /src/usr.bin/mail/
support.c 166 argcount(char **argv) function in typeref:typename:PUBLIC int
  /src/usr.bin/rpcgen/
rpc_main.c 121 static int argcount = FIXEDARGS; variable in typeref:typename:int
329 argcount = FIXEDARGS;
869 if (argcount >= ARGLISTLEN) {
873 arglist[argcount++] = cp;
  /src/usr.bin/kdump/
kdump.c 827 int argcount; local in function:ktrsyscall
834 argcount = ktr->ktr_argsize / sizeof (*ap);
855 if (argcount) {
866 } else if (strcmp(sys_name, "ioctl") == 0 && argcount >= 2) {
870 argcount--;
878 argcount--;
881 } else if (strcmp(sys_name, "fcntl") == 0 && argcount >= 2) {
885 argcount--;
892 argcount--;
897 strcmp(sys_name, "getsockopt2") == 0) && argcount >= 3)
    [all...]

Completed in 13 milliseconds