代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/315460/13542026
h strlib.h
/*
* File: strlib.h
* Version: 1.0
* Last modified on Fri Jul 15 14:10:40 1994 by eroberts
* -----------------------------------------------------
* The strlib.h file defines the interface for a
www.eeworm.com/read/315460/13542049
h strlib.h
/*
* File: strlib.h
* Version: 1.0
* Last modified on Fri Jul 15 14:10:40 1994 by eroberts
* -----------------------------------------------------
* The strlib.h file defines the interface for a
www.eeworm.com/read/315460/13542062
h strlib.h
/*
* File: strlib.h
* Version: 1.0
* Last modified on Fri Jul 15 14:10:40 1994 by eroberts
* -----------------------------------------------------
* The strlib.h file defines the interface for a
www.eeworm.com/read/315460/13542165
h queue.h
/*
* File: queue.h
* -------------
* This file provides an interface to a simple queue
* abstraction.
*/
#ifndef _queue_h
#define _queue_h
#include "genlib.h"
/*
* Type: queueADT
* ---------
www.eeworm.com/read/308670/13696435
sh mkmk.sh
#!/bin/csh
if ($#argv != 1) then
echo "Usage is $0 "
endif
foreach x (*)
if ((-d $x) && (! -f $x/$argv)) then
echo $x
sed -e "s/PROG/$x/g" $x/$argv
endif
end
www.eeworm.com/read/146056/5740782
in linuxscsi.in
#!/bin/sh
#
# $Id: LinuxSCSI.in,v 1.1 2004/12/20 16:19:37 sunjd Exp $
#
# LinuxSCSI
#
# Description: Enables/Disables SCSI devices to protect them from being
# used by mistake
#
#
# Author: Alan Rob
www.eeworm.com/read/144216/5752151
pm handle.pm
package IO::Handle;
=head1 NAME
IO::Handle - supply object methods for I/O handles
=head1 SYNOPSIS
use IO::Handle;
$io = new IO::Handle;
if ($io->fdopen(fileno(STDIN),"r")) {
www.eeworm.com/read/144212/5753045
bash string.bash
# string.bash --- bash emulation of string(3) library routines
# Author: Noah Friedman
# Created: 1992-07-01
# Last modified: 1993-09-29
# Public domain
# Conversion to bas
www.eeworm.com/read/134009/5896025
pm handle.pm
package IO::Handle;
=head1 NAME
IO::Handle - supply object methods for I/O handles
=head1 SYNOPSIS
use IO::Handle;
$io = new IO::Handle;
if ($io->fdopen(fileno(STDIN),"r")) {
www.eeworm.com/read/133772/5900264
c monitor_cmd.c
//==========================================================================
//
// monitor_cmd.c
//
// Monitor commands for the CygMON ROM monitor
//
//================================