代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5935056
tags
Miostat iostat.c /^main(argc, argv)$/
X iostat.c /^#define X(fld) tmp = cur.fld[i]; cur.fld[i] -= las/
cpustats iostat.c /^cpustats()$/
dkstats iostat.c /^dkstats()$/
nlread iostat.c /^#define nlread(
www.eeworm.com/read/131315/5935270
getopt
/*
* Main/getopt(3) fragment.
*
* @(#)getopt 5.4 (Berkeley) 3/30/94
*/
#include
#include
#include
void usage __P((void));
int
main(argc, argv)
int argc;
ch
www.eeworm.com/read/131315/5935375
cld gawk.cld
! Gawk.Cld -- command defintion for GAWK
! Pat Rankin, Nov'89
! [ revised for 2.12, May'91 ]
module Gawk_Cmd
define verb GAWK
synonym AWK
! image gawk !usage $ DEFINE GAWK disk:[di
www.eeworm.com/read/131315/5935609
pl flush.pl
;# Usage: &flush(FILEHANDLE)
;# flushes the named filehandle
;# Usage: &printflush(FILEHANDLE, "prompt: ")
;# prints arguments and flushes filehandle
sub flush {
local($old) = select(shift);
www.eeworm.com/read/131315/5935646
binhandl
die "Usage: binhandl files ...\n" if $#ARGV < $[;
NEXTFILE:
while ($FILEHAND = shift) {
unless (open(FILEHAND)) {
printf STDERR "Can't open \"$FILEHAND\"\n";
next NEXTFILE;
}
if
www.eeworm.com/read/131315/5941214
prepend-header
#!/bin/csh -f
# usage: prepend file string1 ... stringn
#
if ($#argv < 2) then
echo incorrect usage ; exit 1;
endif
set FILE = $1; shift;
set TMP = /tmp/prepend.$$
if (!(-r $FILE)) then
echo fil
www.eeworm.com/read/131315/5941218
prepend
#!/bin/csh
# usage: prepend file string1 ... stringn
#
if ($#argv < 2) then
echo incorrect usage ; exit 1;
endif
set FILE = $1; shift;
set TMP = /tmp/prepend.$$
if (!(-r $FILE)) then
echo file $
www.eeworm.com/read/131315/5941551
todo
Document font and device description file usage of grotty.
With -h avoid using a tab when a single space will do.
www.eeworm.com/read/131315/5943054
cmp
: run this through /bin/sh
case $# in
2) ;;
*) echo "usage: CMP dir1 dir2" 1>&2; exit 1 ;;
esac
for A in `hier -a echo $2 | sed -e s%$2%%`
do
if [ ! -d $1$A ];
then
if [ -f $1$A ];
www.eeworm.com/read/131315/5943438
tags
Mdumpfs dumpfs.c /^main(argc, argv)$/
dumpcg dumpfs.c /^dumpcg(name, fd, c)$/
dumpfs dumpfs.c /^dumpfs(name)$/
pbits dumpfs.c /^pbits(vp, max)$/
usage dumpfs.c /^usage()$/