/illumos-gate/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
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | mktest.sh | 111 typeset ARG SCRIPT UNIT TEMP=${TMPDIR:-/tmp}/$command.$$.tmp WORK 158 else ARG=${SCRIPT##*/} 190 for ARG in "$@" 191 do print -u$stdout -r -f " $QUOTE" -- "$ARG" 196 for ARG in "$@" 197 do print -u$stdout -r -f " $QUOTE" -- "$ARG" 261 for ARG in "$@" 262 do print -u$stdout -r -f " $QUOTE" -- "$ARG" 299 for ARG in "$@" 300 do LC_CTYPE=C print -u$stdout -r -f "$sep$QUOTE" -- "$ARG" [all …]
|
/illumos-gate/usr/src/cmd/sendmail/util/ |
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"
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | cryptoadm.c | 787 #define ARG ((caddr_t)arg) in cryptoadm_ioctl() macro 804 return (get_dev_list(dev, ARG, mode, rval)); in cryptoadm_ioctl() 807 return (get_dev_info(dev, ARG, mode, rval)); in cryptoadm_ioctl() 810 return (get_soft_list(dev, ARG, mode, rval)); in cryptoadm_ioctl() 813 return (get_soft_info(dev, ARG, mode, rval)); in cryptoadm_ioctl() 816 return (load_dev_disabled(dev, ARG, mode, rval)); in cryptoadm_ioctl() 819 return (load_soft_disabled(dev, ARG, mode, rval)); in cryptoadm_ioctl() 822 return (load_soft_config(dev, ARG, mode, rval)); in cryptoadm_ioctl() 825 return (unload_soft_module(dev, ARG, mode, rval)); in cryptoadm_ioctl()
|
H A D | crypto.c | 6705 #define ARG ((caddr_t)arg) in crypto_ioctl() macro 6709 return (get_function_list(dev, ARG, mode, rval)); in crypto_ioctl() 6712 return (get_mechanism_number(dev, ARG, mode, rval)); in crypto_ioctl() 6715 return (get_mechanism_list(dev, ARG, mode, rval)); in crypto_ioctl() 6718 return (get_all_mechanism_info(dev, ARG, mode, rval)); in crypto_ioctl() 6721 return (get_provider_list(dev, ARG, mode, rval)); in crypto_ioctl() 6724 return (get_provider_by_mech(dev, ARG, mode, rval)); in crypto_ioctl() 6727 return (get_provider_info(dev, ARG, mode, rval)); in crypto_ioctl() 6730 return (get_provider_mechanisms(dev, ARG, mode, rval)); in crypto_ioctl() 6733 return (get_provider_mechanism_info(dev, ARG, mode, rval)); in crypto_ioctl() [all …]
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_svcout.c | 51 static char ARG[] = "argument"; variable 491 f_print(fout, "\t} %s;\n", ARG); in write_program() 517 ARG, RESULT); in write_program() 529 ARG, RESULT); in write_program() 562 p_xdrfunc(ARG, proc->args.decls->decl.type); in write_program() 564 p_xdrfunc(ARG, proc->args.argname); in write_program() 614 ARG, ARG); in write_program() 615 printif("getargs", TRANSP, "(caddr_t)&", ARG); in write_program() 624 RESULT, ROUTINE, ARG, RQSTP); in write_program() 627 RESULT, ROUTINE, ARG, RQSTP); in write_program() [all …]
|
/illumos-gate/usr/src/cmd/tail/ |
H A D | tail.c | 81 #define ARG(units, forward, backward) { \ in main() macro 111 ARG(512, FBYTES, RBYTES); in main() 114 ARG(1, FBYTES, RBYTES); in main() 120 ARG(1, FLINES, RLINES); in main()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | promif.h | 154 #define prom_tree_access(CALLBACK, ARG, GENP) (CALLBACK)((ARG), 0) argument
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | readme_revision | 71 last ARG;
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 88 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 115 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 469 | ARG { $$ = op1(ARG, itonp($1)); }
|
H A D | maketab.c | 133 { ARG, "arg", "arg" },
|
H A D | lex.c | 537 RET(ARG); in word()
|
/illumos-gate/usr/src/tools/smatch/src/gvpr/ |
H A D | subg-fwd | 29 // find the ep corresponding to ARG[0]
|
H A D | subg-rev | 27 // find the ep corresponding to ARG[0]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 157 #define ARG(c,v) (c?(--c,*v++):(char*)0) macro 378 arg = ARG(argc, argv); 384 while ((arg = ARG(argc, argv)) != NULL) { 387 if ((arg = ARG(argc, argv)) != NULL)
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkglib.h | 297 #define vfpPutFormat(VFP, FORMAT, ARG) \ argument 300 (void) snprintf(xxTeMpXX, sizeof (xxTeMpXX), (FORMAT), (ARG)); \
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 82 #define dump_ioctl(CMD, ARG) argument 83 #define dump_ioctl_res(CMD, ARG, RET, ERRNO) argument
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 943 while getopts "dvhi:o:" ARG 945 case $ARG in
|
/illumos-gate/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]
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 1962 return_cmp(ARG); in idmap_string2stat()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 1712 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
|