/titanic_41/usr/src/ucbcmd/df/ |
H A D | df.sh | 31 ARG=-k 40 ARG="$ARG -F" 44 ARG="$ARG -F" 49 ARG="$ARG ufs" 51 ARG="$ARG $1" 55 ARG="$ARG -o i" 59 ARG="$ARG $flag" 67 ARG="-F ufs $ARG" 69 exec /usr/sbin/df $ARG
|
/titanic_41/usr/src/cmd/install.d/ |
H A D | install.sh | 79 -c) if [ x$ARG = x-d -o x$ARG = x-f ] 81 echo "install: -c dir: illegal option with $ARG option!" 94 ARG=-c 97 -f) if [ x$ARG = x-d -o x$ARG = x-c ] 99 echo "install: -f dir: illegal option with $ARG option!" 112 ARG=-f 115 -i) if [ x$ARG = x-d -o x$ARG = x-c -o x$ARG = x-f ] 117 echo "install: -i: illegal option with $ARG option!" 128 -o) if [ x$ARG = x-d -o x$ARG = x-c ] 130 echo "install: -o: illegal option with $ARG option!" [all …]
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | etrn.pl | 67 my $cwfile = $ARG; 98 my $thishost = $ARG; 178 print STDERR "$server: NOT 220 greeting: $ARG" 183 print STDERR "$server: NOT 220 greeting: $ARG"
|
/titanic_41/usr/src/cmd/tail/ |
H A D | tail.c | 76 #define ARG(units, forward, backward) { \ in main() macro 106 ARG(512, FBYTES, RBYTES); in main() 109 ARG(1, FBYTES, RBYTES); in main() 115 ARG(1, FLINES, RLINES); in main()
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | cryptoadm.c | 777 #define ARG ((caddr_t)arg) in cryptoadm_ioctl() macro 794 return (get_dev_list(dev, ARG, mode, rval)); in cryptoadm_ioctl() 797 return (get_dev_info(dev, ARG, mode, rval)); in cryptoadm_ioctl() 800 return (get_soft_list(dev, ARG, mode, rval)); in cryptoadm_ioctl() 803 return (get_soft_info(dev, ARG, mode, rval)); in cryptoadm_ioctl() 806 return (load_dev_disabled(dev, ARG, mode, rval)); in cryptoadm_ioctl() 809 return (load_soft_disabled(dev, ARG, mode, rval)); in cryptoadm_ioctl() 812 return (load_soft_config(dev, ARG, mode, rval)); in cryptoadm_ioctl() 815 return (unload_soft_module(dev, ARG, mode, rval)); in cryptoadm_ioctl()
|
H A D | crypto.c | 6558 #define ARG ((caddr_t)arg) in crypto_ioctl() macro 6562 return (get_function_list(dev, ARG, mode, rval)); in crypto_ioctl() 6565 return (get_mechanism_number(dev, ARG, mode, rval)); in crypto_ioctl() 6568 return (get_mechanism_list(dev, ARG, mode, rval)); in crypto_ioctl() 6571 return (get_all_mechanism_info(dev, ARG, mode, rval)); in crypto_ioctl() 6574 return (get_provider_list(dev, ARG, mode, rval)); in crypto_ioctl() 6577 return (get_provider_info(dev, ARG, mode, rval)); in crypto_ioctl() 6580 return (get_provider_mechanisms(dev, ARG, mode, rval)); in crypto_ioctl() 6583 return (get_provider_mechanism_info(dev, ARG, mode, rval)); in crypto_ioctl() 6586 return (open_session(dev, ARG, mode, rval)); in crypto_ioctl() [all …]
|
/titanic_41/usr/src/cmd/rpcgen/ |
H A D | rpc_svcout.c | 51 static char ARG[] = "argument"; variable 490 f_print(fout, "\t} %s;\n", ARG); in write_program() 516 ARG, RESULT); in write_program() 528 ARG, RESULT); in write_program() 561 p_xdrfunc(ARG, proc->args.decls->decl.type); in write_program() 563 p_xdrfunc(ARG, proc->args.argname); in write_program() 613 ARG, ARG); in write_program() 614 printif("getargs", TRANSP, "(caddr_t)&", ARG); in write_program() 623 RESULT, ROUTINE, ARG, RQSTP); in write_program() 626 RESULT, ROUTINE, ARG, RQSTP); in write_program() [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | OpAction.java | 104 public static final int ARG = 12; field in OpAction 222 case ARG: in lookupTarget() 242 case ARG: in lookupValue() 399 case ARG: in constantToString() 422 return ARG; in stringToConstant()
|
/titanic_41/usr/src/uts/common/inet/kssl/ |
H A D | kssl.c | 293 #define ARG ((caddr_t)arg) in kssl_ioctl() macro 307 if (copyin(ARG + off, &len, sizeof (len)) != 0) { in kssl_ioctl() 319 if (copyin(ARG, kssl_params, len) != 0) { in kssl_ioctl() 329 if (copyout(&ck_rv, ARG + off, sizeof (ck_rv)) != 0) { in kssl_ioctl() 340 if (copyin(ARG, &server_addr, sizeof (server_addr)) != 0) { in kssl_ioctl()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | promif.h | 156 #define prom_tree_access(CALLBACK, ARG, GENP) (CALLBACK)((ARG), 0) argument
|
/titanic_41/usr/src/cmd/sgs/tools/ |
H A D | lint_hdr.pl | 74 last ARG;
|
/titanic_41/usr/src/cmd/sgs/packages/common/ |
H A D | readme_revision | 74 last ARG;
|
/titanic_41/usr/src/cmd/awk/ |
H A D | awk.g.y | 66 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 92 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FIELD FUNC 426 | ARG { $$ = op1(ARG, (Node *) $1); }
|
H A D | maketab.c | 101 { ARG, "arg", "arg" },
|
H A D | awk.lx.l | 196 RET(ARG);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 163 #define ARG(c,v) (c?(--c,*v++):(char*)0) macro 384 arg = ARG(argc, argv); 390 while ((arg = ARG(argc, argv)) != NULL) { 393 if ((arg = ARG(argc, argv)) != NULL)
|
/titanic_41/usr/src/tools/scripts/ |
H A D | find_elf.pl | 341 ARG: { label
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkglib.h | 299 #define vfpPutFormat(VFP, FORMAT, ARG) \ argument 302 (void) snprintf(xxTeMpXX, sizeof (xxTeMpXX), (FORMAT), (ARG)); \
|
/titanic_41/usr/src/cmd/ypcmd/yp2lscripts/ |
H A D | ypmap2src.sh | 49 while getopts "tc:d:o:" ARG 51 case $ARG in
|
H A D | inityp2l.sh | 1045 while getopts ":dm:c:" ARG 1047 case $ARG in
|
/titanic_41/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 84 #define dump_ioctl(CMD, ARG) argument 85 #define dump_ioctl_res(CMD, ARG, RET, ERRNO) argument
|
/titanic_41/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 943 while getopts "dvhi:o:" ARG 945 case $ARG in
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 3484 "/boot/grub/menu.lst". Instead, check if ARG contains 3579 (default_func) [!SUPPORT_DISKLESS]: If ARG is "saved", set 4806 Copy LEN bytes from ARG to PASSWORD, instead of LEN + 1 bytes. 5020 and set ARG to a value returned by skip_to. Otherwise, 5032 (setup_func): Check if `--force-lba' is specified in ARG. If 5033 specified, set IS_FORCE_LBA to 1 and set ARG to a value returned 5178 `--type=TYPE'. Check if ARG is started with "--type=". 5181 KERNEL_TYPE_BIG_LINUX, KERNEL_TYPE_MULTIBOOT if ARG is "netbsd", 5782 in ARG, don't check for the signature. 6775 * stage2/builtins.c (boot_func): Pass MBI.CMDLINE instead of ARG [all …]
|
H A D | configure | 855 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
/titanic_41/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 1961 return_cmp(ARG); in idmap_string2stat()
|