Searched refs:which (Results 276 - 300 of 1759) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc/dist/libgfortran/generated/
H A Dcshift1_8_r17.c63 int which; local
69 which = *pwhich - 1;
71 which = 0;
84 if (dim == which)
H A Dcshift1_8_r10.c63 int which; local
69 which = *pwhich - 1;
71 which = 0;
84 if (dim == which)
H A Dcshift1_8_r4.c63 int which; local
69 which = *pwhich - 1;
71 which = 0;
84 if (dim == which)
H A Dcshift1_8_r8.c63 int which; local
69 which = *pwhich - 1;
71 which = 0;
84 if (dim == which)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Ddebuginfod-support.exp25 if { [which debuginfod] == 0 } {
29 if { [which curl] == 0 } {
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-make_print_var_on_error-jobs.mk3 # Tests for the special MAKE_PRINT_VAR_ON_ERROR variable, which prints the
16 # XXX: As of 2021-02-04, PrintOnError calls Var_Subst with SCOPE_GLOBAL, which
H A Dopt-debug-var.mk3 # Tests for the -dv command line option, which adds debug logging about
20 # capturing the output of a subshell, which looks the same.
H A Ddirective-export-literal.mk3 # Tests for the .export-literal directive, which exports a variable value
13 # .export-literal can be skipped, to avoid a setenv call, which may leak
H A Dvarmod-to-one-word.mk3 # Tests for the :tW variable modifier, which treats the variable value
H A Dvarmod-to-many-words.mk3 # Tests for the :tw modifier, which treats the variable as many words,
H A Dvarmod-sun-shell.mk3 # Tests for the :sh variable modifier, which runs the shell command
H A Ddirective-elifndef.mk3 # Tests for the .elifndef directive, which is an obscure form of writing the
H A Ddeptgt-error.mk3 # Tests for the special target .ERROR in dependency declarations, which
H A Ddirective-elifdef.mk3 # Tests for the .elifdef directive, which is seldom used. Instead of writing
H A Dvarmod-quote-dollar.mk3 # Tests for the :q variable modifier, which quotes the string for the shell
H A Dopt-x-reduce-exported.mk3 # Tests for the -X command line option, which prevents variables passed on the
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Drecurse.c32 static List *filelist = NULL; /* holds list of files on which to operate */
33 static List *dirlist = NULL; /* holds list of directories on which to operate */
42 int which; member in struct:recursion_frame
95 * The files on which to operate, interpreted as command line arguments.
101 * which
112 * repository which does not correspond to the working directory
161 int which, int aflag, int locktype,
176 " local=%d, which=%d, aflag=%d,\n"
182 local, which, aflag, locktype,
190 " local=%d, which
158 start_recursion(FILEPROC fileproc, FILESDONEPROC filesdoneproc, DIRENTPROC direntproc, DIRLEAVEPROC dirleaveproc, void *callerdat, int argc, char **argv, int local, int which, int aflag, int locktype, char *update_preload, int dosrcs, char *repository_in) argument
[all...]
/netbsd-current/sys/arch/mvme68k/stand/libbug/
H A Dbugstart.S20 #define BUG_ARG(which) _C_LABEL(bugargs) + (which)
/netbsd-current/external/cddl/osnet/dev/dtrace/x86/
H A Dinstr_size.c105 * instruction's memory access (if any), depending on the value of `which'.
113 dtrace_dis_isize(uchar_t *instr, dis_isize_t which, model_t model, int *rmindex) argument
128 if (which == DIS_ISIZE_INSTR)
/netbsd-current/usr.bin/pmap/
H A Dmain.c117 int which, many, ch, rc; local
135 which = verbose = debug = 0;
149 if (which != 0)
158 case 'A': which = AMAP_ADDRESS; break;
159 case 'E': which = VM_MAP_ENTRY_ADDRESS; break;
160 case 'S': which = VMSPACE_ADDRESS; break;
161 case 'V': which = VM_MAP_ADDRESS; break;
272 switch (which) {
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgennews54 This file contains information about GCC releases which has been generated
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-dynamic/
H A Dexport-dynamic-symbol-2.d6 # testcase carelessly leaving them untyped which mips gas turns into
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dreloc-discard.d10 # PowerPC64 warns when discarding dynamic relocs, which is generally
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dsimple-forward.d7 # which lead to incorrect results after linking.
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/hppa/
H A Dobjdump.exp37 if {[which $OBJDUMP] == 0} then {

Completed in 416 milliseconds

<<11121314151617181920>>