HomeSort by: relevance | last modified time | path
    Searched refs:ARGS (Results 1 - 25 of 212) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/bin/ksh/
proto.h 12 Area * ainit ARGS((Area *));
13 void afreeall ARGS((Area *));
14 void * alloc ARGS((size_t, Area *));
15 void * aresize ARGS((void *, size_t, Area *));
16 void afree ARGS((void *, Area *));
18 int c_hash ARGS((char **));
19 int c_cd ARGS((char **));
20 int c_pwd ARGS((char **));
21 int c_print ARGS((char **));
22 int c_whence ARGS((char **))
    [all...]
edit.h 49 int x_getc ARGS((void));
50 void x_flush ARGS((void));
51 void x_putc ARGS((int c));
52 void x_puts ARGS((const char *s));
54 int promptlen ARGS((const char *cp, const char **spp));
55 int x_do_comment ARGS((char *buf, int bsize, int *lenp));
56 void x_print_expansions ARGS((int nwords, char *const *words, int is_command));
57 int x_cf_glob ARGS((int flags, const char *buf, int buflen, int pos, int *startp,
59 int x_longest_prefix ARGS((int nwords, char *const *words));
60 int x_basename ARGS((const char *s, const char *se))
    [all...]
shf.h 63 struct shf *shf_open ARGS((const char *name, int oflags, int mode,
65 struct shf *shf_fdopen ARGS((int fd, int sflags, struct shf *shf));
66 struct shf *shf_reopen ARGS((int fd, int sflags, struct shf *shf));
67 struct shf *shf_sopen ARGS((char *buf, int bsize, int sflags,
69 int shf_close ARGS((struct shf *shf));
70 int shf_fdclose ARGS((struct shf *shf));
71 char *shf_sclose ARGS((struct shf *shf));
72 int shf_finish ARGS((struct shf *shf));
73 int shf_flush ARGS((struct shf *shf));
74 int shf_seek ARGS((struct shf *shf, off_t where, int from))
    [all...]
c_test.h 45 int (*isa) ARGS((Test_env *te, Test_meta meta));
46 const char *(*getopnd) ARGS((Test_env *te, Test_op op, int do_eval));
47 int (*eval) ARGS((Test_env *te, Test_op op, const char *opnd1,
49 void (*error) ARGS((Test_env *te, int offset, const char *msg));
52 Test_op test_isop ARGS((Test_env *te, Test_meta meta, const char *s));
53 int test_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
55 int test_parse ARGS((Test_env *te));
tty.h 100 extern int get_tty ARGS((int fd, TTY_state *ts));
101 extern int set_tty ARGS((int fd, TTY_state *ts, int flags));
102 extern void tty_init ARGS((int init_ttystate));
103 extern void tty_close ARGS((void));
ksh_dir.h 24 extern DIR *ksh_opendir ARGS((const char *d));
  /src/tests/lib/libcurses/
debug_test 44 #ARGS="-T ${BASEDIR} -I ${INCLUDE_PATH} -C ${CHECK_PATH}"
45 ARGS="-T ${BASEDIR} -C ${CHECK_PATH}"
67 ARGS="-n ${ARGS} "
75 ARGS="-t ${OPTARG} ${ARGS}"
79 ARGS="-v ${ARGS}"
83 ARGS="-g ${ARGS}"
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
tracepoint.h 34 #define TRACE_EVENT(NAME, PROTOTYPE, ARGS, FIELDS, TRACE, PRINT) \
37 #define TP_PROTO(ARGS...) (ARGS)
39 #define DECLARE_EVENT_CLASS(NAME, PROTOTYPE, ARGS, FIELDS, TRACE, PRINT) \
42 #define DEFINE_EVENT(CLASS, NAME, PROTOTYPE, ARGS) \
nbsd-namespace.h 50 #define sprintf(BUF, FMT, ARGS...) snprintf(BUF, SIZE_MAX, FMT, ##ARGS)
  /src/external/bsd/iscsi/dist/include/
osd.h 103 #define OSD_ENCAP_CDB(ARGS, CDB) \
104 (CDB)[0] = (ARGS)->opcode; \
105 (CDB)[1] = (ARGS)->control; \
106 (CDB)[6] = (ARGS)->security; \
107 (CDB)[7] = (ARGS)->add_cdb_len; \
108 *((uint16_t *)((CDB)+8)) = ISCSI_HTONS((ARGS)->service_action); \
109 (CDB)[10] = (ARGS)->options_byte; \
110 (CDB)[11] = (ARGS)->second_options_byte; \
111 *((uint32_t *)((CDB)+12)) = ISCSI_HTONL((ARGS)->GroupID); \
112 *((uint64_t *)((CDB)+16)) = ISCSI_HTONLL((ARGS)->UserID);
    [all...]
  /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/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/gpl3/gdb/dist/sim/ppc/
debug.h 86 #define TRACE(OBJECT, ARGS) \
91 sim_io_printf_filtered ARGS; \
97 #define ITRACE(OBJECT, ARGS) \
102 sim_io_printf_filtered ARGS; \
108 #define DTRACE(OBJECT, ARGS) \
119 sim_io_printf_filtered ARGS; \
125 #define DITRACE(OBJECT, ARGS) \
137 sim_io_printf_filtered ARGS; \
143 #define PTRACE(OBJECT, ARGS) \
148 sim_io_printf_filtered ARGS; \
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
debug.h 86 #define TRACE(OBJECT, ARGS) \
91 sim_io_printf_filtered ARGS; \
97 #define ITRACE(OBJECT, ARGS) \
102 sim_io_printf_filtered ARGS; \
108 #define DTRACE(OBJECT, ARGS) \
119 sim_io_printf_filtered ARGS; \
125 #define DITRACE(OBJECT, ARGS) \
137 sim_io_printf_filtered ARGS; \
143 #define PTRACE(OBJECT, ARGS) \
148 sim_io_printf_filtered ARGS; \
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
init.h 24 #define nvbios_init(s,o,ARGS...) ({ \
33 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/lgpl2/userspace-rcu/dist/extras/abi/
dump_abi.sh 12 ARGS=(
25 abidw "${ARGS[@]}" --out-file "${OUTDIR}/$(basename "$lib").xml" "$lib"
  /src/external/public-domain/xz/dist/tests/
test_compress.sh 121 for ARGS in \
132 test_xz $ARGS --lzma2=dict=64KiB,nice=32,mode=fast
135 # test_xz --subblock $ARGS --lzma2=dict=64KiB,nice=32,mode=fast
  /src/external/bsd/nvi/dist/perl_api/
perlsfio.c 43 #undef ARGS
44 #define ARGS ARGS
  /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/external/gpl2/gettext/dist/build-aux/
compile 39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /src/external/gpl2/gmake/dist/config/
compile 39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /src/external/gpl2/xcvs/dist/build-aux/
compile 39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
  /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/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocation_functions.cpp 160 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \
162 ARGS) ALIAS(__sanitizer_##FN)
164 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \
165 extern "C" SANITIZER_INTERFACE_ATTRIBUTE RET WRAP(FN)(ARGS) \
168 ARGS) ALIAS(__sanitizer_##FN)

Completed in 86 milliseconds

1 2 3 4 5 6 7 8 9