HomeSort by: relevance | last modified time | path
    Searched defs:ARGS (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
args.h 1 /* $NetBSD: args.h,v 1.2 2013/11/22 15:52:05 christos Exp $ */
10 * Id: args.h,v 10.2 1996/03/06 19:50:07 bostic Exp (Berkeley) Date: 1996/03/06 19:50:07
20 * structure or to walk the array until an ARGS structure with a length of 0
30 } ARGS;
  /src/external/mpl/bind/dist/bin/tests/system/dnstap/
ydump.py 25 ARGS = [DNSTAP_READ, "-y", DATAFILE]
27 with subprocess.Popen(ARGS, stdout=subprocess.PIPE) as f:
  /src/external/bsd/nvi/dist/perl_api/
perlsfio.c 43 #undef ARGS
44 #define ARGS ARGS
  /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
utf8_gen.py 334 ARGS = PARSER.parse_args()
336 unicode_utils.fill_attributes(ARGS.unicode_data_file)
337 with open(ARGS.unicode_data_file, mode='r') as UNIDATA_FILE:
339 with open(ARGS.east_asian_with_file, mode='r') as EAST_ASIAN_WIDTH_FILE:
355 with open(ARGS.prop_list_file, mode='r') as PROP_LIST_FILE:
366 write_header_width(OUTFILE, ARGS.unicode_version)
  /src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
utf8_gen.py 334 ARGS = PARSER.parse_args()
336 unicode_utils.fill_attributes(ARGS.unicode_data_file)
337 with open(ARGS.unicode_data_file, mode='r') as UNIDATA_FILE:
339 with open(ARGS.east_asian_with_file, mode='r') as EAST_ASIAN_WIDTH_FILE:
355 with open(ARGS.prop_list_file, mode='r') as PROP_LIST_FILE:
366 write_header_width(OUTFILE, ARGS.unicode_version)
  /src/crypto/external/apache2/openssl/dist/test/
x509_internal_test.c 189 #undef ARGS
190 #define ARGS(id, sn) id, X509_TRUST_MAX, 0, ck_purp, LN, sn, NULL
197 && TEST_int_eq(X509_PURPOSE_add(ARGS(id, SN)), 1)
202 && TEST_int_eq(X509_PURPOSE_add(ARGS(id, SN)), 1)
207 && TEST_int_eq(X509_PURPOSE_add(ARGS(X509_PURPOSE_MAX, SN)), 0)
209 && TEST_int_eq(X509_PURPOSE_add(ARGS(id, SN "_different")), 0)
  /src/sys/dev/rcons/
raster.h 73 #ifndef ARGS
75 #define ARGS(alist) alist
77 #define ARGS(alist) ()
79 #endif /*ARGS*/
179 extern struct raster* raster_alloc ARGS(( int width, int height, int depth ));
182 extern void raster_free ARGS(( struct raster* r ));
185 extern int raster_get ARGS(( struct raster* r, int x, int y ));
188 extern void raster_put ARGS(( struct raster* r, int x, int y, int v ));
191 extern struct raster* raster_subregion ARGS(( struct raster* r, int x, int y, int width, int height ));
199 extern int raster_op ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struct raster* src, int sx, int sy ))
    [all...]
  /src/usr.bin/make/unit-tests/
opt-jobs.mk 8 ARGS= 0 1 2 8 08 017 0x10 -5 1000
19 .for arg in ${ARGS}
29 ARGS= 0.0 0C 0.0C .00001 .00001C 1C 1CPUs 1.2 .5e1C 07.5C 08.5C
43 . for arg in ${ARGS}
  /src/crypto/external/apache2/openssl/dist/apps/include/
apps.h 98 } ARGS;
  /src/crypto/external/bsd/openssl/dist/apps/include/
apps.h 92 } ARGS;
97 int chopup_args(ARGS *arg, char *buf);
  /src/external/gpl2/gettext/dist/djgpp/
config.bat 15 set ARGS=
33 Rem All other arguments are stored into ARGS.
114 set _ARGS=%ARGS% %1
115 if not "%_ARGS%" == "%ARGS% %1" if not "%_ARGS%" == "%ARGS%%1" goto SmallEnv
117 if not errorlevel 0 set ARGS=%_ARGS%
134 if not "%ARGS%" == "" echo %ARGS% >> arguments
135 set ARGS=
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.h 419 } ARGS;
446 int chopup_args(ARGS *arg, char *buf);
  /src/sbin/routed/
table.c 699 # define ARGS rtm_type_name(action), rtname(dst,mask,gate), metric, flags
740 trace_act("route disappeared before" PAT, ARGS);
747 msglog("write(rt_sock)" PAT ": %s", ARGS, strerror(errno));
751 cc, w.w_rtm.rtm_msglen, ARGS);
756 trace_misc("write kernel" PAT, ARGS);
758 #undef ARGS
  /src/bin/ksh/
sh.h 11 #define ARGS(args) args /* prototype declaration */
78 typedef RETSIGTYPE (*handler_t) ARGS((int)); /* signal handler */

Completed in 24 milliseconds