Searched refs:help (Results 251 - 275 of 1370) sorted by relevance

<<11121314151617181920>>

/netbsd-current/tests/usr.bin/c++/
H A Dt_tsan_signal_errno.sh119 int help(int);
120 int main(int argc, char **argv) {return help(argc);}
132 int help(int argc) {
H A Dt_tsan_lock_order_inversion.sh118 int help(int);
119 int main(int argc, char **argv) {return help(argc);}
126 int help(int argc) {
H A Dt_msan_unpoison.sh112 int help(int);
113 int main(int argc, char **argv) {return help(argc);}
119 int help(int argc) {
H A Dt_tsan_data_race.sh107 int help(int);
108 int main(int argc, char **argv) {return help(argc);}
115 int help(int argc) {
H A Dt_msan_partial_poison.sh106 int help(int);
107 int main(int argc, char **argv) {return help(argc);}
114 int help(int argc) {
H A Dt_msan_shadow.sh112 int help(int);
113 int main(int argc, char **argv) {return help(argc);}
121 int help(int argc) {
H A Dt_msan_realloc.sh102 int help(int);
103 int main(int argc, char **argv) {return help(argc);}
108 int help(int argc) {
H A Dt_tsan_vptr_race.sh131 int help(int);
132 int main(int argc, char **argv) {return help(argc);}
151 int help(int argc) {
/netbsd-current/tests/usr.bin/cc/
H A Dt_msan_partial_poison.sh106 int help(int);
107 int main(int argc, char **argv) {return help(argc);}
114 int help(int argc) {
H A Dt_msan_unpoison.sh112 int help(int);
113 int main(int argc, char **argv) {return help(argc);}
119 int help(int argc) {
H A Dt_msan_shadow.sh112 int help(int);
113 int main(int argc, char **argv) {return help(argc);}
121 int help(int argc) {
H A Dt_tsan_data_race.sh107 int help(int);
108 int main(int argc, char **argv) {return help(argc);}
115 int help(int argc) {
H A Dt_msan_realloc.sh102 int help(int);
103 int main(int argc, char **argv) {return help(argc);}
108 int help(int argc) {
H A Dt_tsan_locked_mutex_destroy.sh125 int help(int);
126 int main(int argc, char **argv) {return help(argc);}
141 int help(int argc) {
H A Dt_tsan_heap_use_after_free.sh125 int help(int);
126 int main(int argc, char **argv) {return help(argc);}
141 int help(int argc) {
H A Dt_tsan_signal_errno.sh119 int help(int);
120 int main(int argc, char **argv) {return help(argc);}
132 int help(int argc) {
H A Dt_tsan_lock_order_inversion.sh117 int help(int);
118 int main(int argc, char **argv) {return help(argc);}
125 int help(int argc) {
H A Dt_tsan_thread_leak.sh119 int help(int);
120 int main(int argc, char **argv) {return help(argc);}
134 int help(int argc) {
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcompare-debug97 && (objdump --help) 2>&1 | grep ' --\[*section-\]*headers' > /dev/null; then
115 if ($t --help) 2>&1 | grep ' --\[*section-\]*headers' > /dev/null; then
160 elif (strip --help) 2>&1 | grep ' --remove-section' > /dev/null; then
/netbsd-current/external/apache2/llvm/dist/llvm/utils/llvm-locstats/
H A Dllvm-locstats.py279 help='calculate the location statistics only for local variables')
282 help='calculate the location statistics only for formal parameters')
285 help='ignore the location statistics on locations with '
288 help='show histogram of location buckets generated (requires '
291 help='compare the debug location coverage on two files provided, '
294 parser.add_argument('file_names', nargs='+', type=str, help='file to process')
/netbsd-current/external/bsd/less/dist/
H A DMakefile.wng92 help.o ifile.o input.o jump.o lesskey_parse.o line.o linenum.o \
119 help.c: less.hlp
132 -del help.c
/netbsd-current/sys/arch/pmax/pmax/
H A Dmachdep.c396 char *help = bootinfo; local
399 if (help == NULL)
403 bt = (struct btinfo_common *)help;
405 return ((void *)help);
406 help += bt->next;
408 (size_t)help < (size_t)bootinfo + BOOTINFO_SIZE);
/netbsd-current/sys/arch/prep/prep/
H A Dmachdep.c222 struct btinfo_common *help = (struct btinfo_common *)bootinfo; local
225 bt = help;
227 return (help);
228 help = (struct btinfo_common *)((char*)help + bt->next);
230 (size_t)help < (size_t)bootinfo + sizeof (bootinfo));
/netbsd-current/sys/arch/newsmips/newsmips/
H A Dmachdep.c411 char *help = bootinfo; local
414 if (help == NULL)
418 bt = (struct btinfo_common *)help;
420 return (void *)help;
421 help += bt->next;
423 (size_t)help < (size_t)bootinfo + BOOTINFO_SIZE);
/netbsd-current/sys/arch/cobalt/cobalt/
H A Dmachdep.c475 char *help = bootinfo; local
478 if (help == NULL) {
479 printf("##### help == NULL\n");
484 bt = (struct btinfo_common *)help;
487 return (void *)help;
488 help += bt->next;
490 (uintptr_t)help < (uintptr_t)bootinfo + BOOTINFO_SIZE);

Completed in 289 milliseconds

<<11121314151617181920>>