Searched refs:copt (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/tools/elfsign/ |
H A D | elfsigncmp.sh | 37 copt= 58 c) copt="$OPTARG";; 89 eval $elfsign $cmd $aopt $vopt ${copt:+-c} ${copt} ${kopt:+-k} ${kopt} \
|
/titanic_44/usr/src/cmd/kbd/ |
H A D | kbd.c | 113 char *copt, *aopt, *delay, *rate, *layout_name, *b_type, *freq_str; in main() local 121 copt = aopt = (char *)0; in main() 147 copt = optarg; in main() 235 if (cflag && (error = click(copt, kbd)) != 0) in main() 522 click(char *copt, int kbd) in click() argument 526 if (strcmp(copt, "on") == 0) in click() 528 else if (strcmp(copt, "off") == 0) in click() 531 (void) fprintf(stderr, "wrong option -- %s\n", copt); in click()
|
/titanic_44/usr/src/cmd/ls/ |
H A D | ls.c | 292 static int copt; variable 884 copt++; in main() 888 copt = 0; in main()
|