代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/332098/12779984

c main.c

#include "call.h" char escapec = '~'; char *src; char *dst; static void usage(char *); int main(int argc, char *argv[]) { int c, remfd, debug; char args[MAXLINE]; args[0] = 0; /* build arg
www.eeworm.com/read/245268/12807374

h des.h

#define DEV_LEN 18 #define HID_LEN 9 #define CFG_LEN 34 #define REP_LEN 57 unsigned char code Dev_Descp[]={ DEV_LEN, // bLength: Size of descriptor
www.eeworm.com/read/144186/12810862

py parseargs.py

# Written by Bill Bumgarner and Bram Cohen # see LICENSE.txt for license information from types import * from cStringIO import StringIO def formatDefinitions(options, COLS): s = StringIO() i
www.eeworm.com/read/331322/12833588

a51 dscr.a51

;;----------------------------------------------------------------------------- ;; File: dscr.a51 ;; Contents: This file contains descriptor data tables. ;; ;; Copyright (c) 1997 An
www.eeworm.com/read/331180/12841496

c main.c

#include "call.h" /* define global variables */ char escapec = '~'; char *src; char *dst; static void usage(char *); int main(int argc, char *argv[]) { int c, remfd, debug; char args[MAXLI
www.eeworm.com/read/331180/12842003

c main.c

#include "lprps.h" static void usage(void); int main(int argc, char *argv[]) { int c; log_open("lprps", LOG_PID, LOG_LPR); opterr = 0; /* don't want getopt() writing to stderr */ while ( (c
www.eeworm.com/read/143516/12868786

c bootpcmd.c

/*************************************************/ /* Center for Information Technology Integration */ /* The University of Michigan */ /*
www.eeworm.com/read/244387/12868938

h glibrary.h

/* * File: glibrary.h * Version: 3.0 * Last modified on Sat Oct 1 12:28:02 1994 by eroberts * ----------------------------------------------------- * This interface exports several simple, low-l
www.eeworm.com/read/244076/12890855

m l.m

% % routine to get the square root of a number % % usage: via tree structured GA % function out = l(x) % % out = log(x);
www.eeworm.com/read/244076/12890885

m p.m

% % routine to get the square root of a number % % usage: via tree structured GA % function out = p(u) % % out=exp(u);