代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/127001/6009985
c,v main.c,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @ * @;
1.1
date 94.01.17.14.59.29; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version fo
www.eeworm.com/read/126411/6017657
substr
#
# substr -- a function to emulate the ancient ksh builtin
#
#
# -l == shortest from left
# -L == longest from left
# -r == shortest from right (the default)
# -R == longest from right
substr()
{
www.eeworm.com/read/126411/6017658
substr2
#
# substr -- a function to emulate the ancient ksh builtin
#
# -l == remove shortest from left
# -L == remove longest from left
# -r == remove shortest from right (the default)
# -R == remove longes
www.eeworm.com/read/125911/6020183
rpcmodify
:
TMP=/tmp/rpc$$
if [ $# != 1 ]
then
echo $#
echo "Usage: $0 file" &>2
exit 1
fi
sed 's:#include :#ifdef VXWORKS \
#include "vxWorks.h" \
#include "rpc/rpc.h" \
#else \
#i
www.eeworm.com/read/124347/6053621
changelog
2002-11-25 Corinna Vinschen
* mkpasswd.c (main): Set pw_passwd field to '*' on 9x/Me.
2002-11-24 Corinna Vinschen
* setfacl.c (getperm): Set only `
www.eeworm.com/read/123250/6062002
readme
TRANSFORMATION USAGE (Garvin Hicking, )
====================
See the Documentation.html for complete instructions on how to use transformation plugins.
www.eeworm.com/read/123117/6062784
java terrysgame.java
package com.gamedev.games;
import java.io.*;
import java.security.*;
import java.util.Hashtable;
import com.scoredev.scores.*;
public class TerrysGame
{
public static void main(String args[])
t
www.eeworm.com/read/120028/6080364
c pgfault.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/119340/6090684
java keyusage.java
package org.bouncycastle.asn1.x509;
import org.bouncycastle.asn1.DERBitString;
/**
* The KeyUsage object.
*
* id-ce-keyUsage OBJECT IDENTIFIER ::= { id-ce 15 }
*
* KeyUsag
www.eeworm.com/read/116793/6112301
c cpi_stat.c
#include
#include
#include
#include "cpi.h"
void usage()
{
printf("\n\nCPI Stat - show CPI file statistics\n\n");
printf("usage : cpi_stat FileName\n\n");
}
int ma