HomeSort by: relevance | last modified time | path
    Searched refs:argcount (Results 1 - 10 of 10) 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/
fsdb.h 53 int argcount(struct cmdtable *, int, char *[]);
fsdbutil.c 77 argcount(struct cmdtable *cmdp, int argc, char *argv[]) function in typeref:typename:int
fsdb.c 400 rval = argcount(cmdp, cmd_argc,
  /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...]
  /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/mail/
extern.h 287 int argcount(char **);
support.c 166 argcount(char **argv) function in typeref:typename:PUBLIC int
cmd3.c 1108 c = argcount(namelist) + 1;
  /src/usr.bin/crunch/crunchgen/
crunchgen.c 463 goto argcount;
470 goto argcount;
488 goto argcount;
518 argcount:

Completed in 19 milliseconds