/netbsd-src/external/lgpl3/gmp/dist/tune/ |
H A D | freq.c | 156 freq_environment (int help) in freq_environment() 180 freq_getsysinfo (int help) in freq_getsysinfo() 183 struct cpu_info c; in freq_getsysinfo() local 209 freq_pstat_getprocessor (int help) in freq_pstat_getprocessor() 218 long c = clk_tck(); in freq_pstat_getprocessor() local 234 freq_sysctlbyname_i586_freq (int help) in freq_sysctlbyname_i586_freq() 261 freq_sysctlbyname_tsc_freq (int help) in freq_sysctlbyname_tsc_freq() 288 freq_sysctl_hw_cpufrequency (int help) in freq_sysctl_hw_cpufrequency() 322 freq_sysctl_hw_model (int help) in freq_sysctl_hw_model() 377 freq_proc_cpuinfo (int help) in freq_proc_cpuinfo() [all …]
|
/netbsd-src/sys/dev/wscons/ |
H A D | wsemul_vt100_subr.c | 59 int help; in wsemul_vt100_scrollup() local 89 int help; in wsemul_vt100_scrolldown() local 189 wsemul_vt100_handle_csi(struct vt100base_data *vd, u_char c) in wsemul_vt100_handle_csi() 191 int n, m, help, flags, fgcol, bgcol; in wsemul_vt100_handle_csi() local 194 #define A3(a, b, c) (((a) << 16) | ((b) << 8) | (c)) in wsemul_vt100_handle_csi() argument 752 int help; in vt100_selectattribute() local 789 char c = vd->dcsarg[i]; in wsemul_vt100_handle_dcs() local
|
/netbsd-src/usr.bin/telnet/ |
H A D | commands.c | 114 const char *help; /* help string (NULL for no help) */ member 185 char *cp, *cp2, c; in makeargv() local 240 char c; in special() local 264 control(cc_t c) in control() 308 const char *help; /* Help information (0 ==> no help) */ member 666 const char *help; /* help message */ member 791 struct togglelist *c; in togglehelp() local 809 struct togglelist *c; in settogglehelp() local 830 struct togglelist *c; in toggle() local 874 const char *help; /* help information */ member [all …]
|
/netbsd-src/sys/arch/i386/stand/dosboot/ |
H A D | main.c | 88 const char *col, *help; in parsebootfile() local 110 #define isvalidname(c) ((c) >= 'a' && (c) <= 'z') in parsebootfile() argument 119 #define isnum(c) ((c) > in parsebootfile() argument 129 isvalidpart(c) parsebootfile() argument 306 char *help = default_filename; command_ls() local [all...] |
/netbsd-src/usr.sbin/timed/timedc/ |
H A D | timedc.c | 72 const struct cmd *c; in main() local 147 const struct cmd *c, *found; in getcmd() local 209 help(int argc, char *argv[]) in help() function 211 const struct cmd *c; in help() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/admin/ |
H A D | ktutil.c | 111 help(void *opt, int argc, char **argv) in help() function 116 SL_cmd *c = sl_match (commands, argv[0], 0); in help() local
|
/netbsd-src/external/public-domain/xz/dist/src/lzmainfo/ |
H A D | lzmainfo.c | 30 help(void) in help() function 71 int c; in parse_args() local
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
H A D | tpm_nvinfo.c | 61 static void help(const char* aCmd) in help() function 72 UINT16 i, c; in pcrInfoShortDisplay() local
|
H A D | tpm_nvread.c | 100 unsigned int c; in displayData() local 124 static void help(const char* aCmd) in help() function
|
/netbsd-src/external/public-domain/xz/dist/src/xzdec/ |
H A D | xzdec.c | 61 help(void) in help() function 112 int c; in parse_options() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/gc/ |
H A D | config.d | 37 void help() @nogc nothrow in help() function 87 char c = prettyBytes(val); in bytes2prettyStruct() local
|
/netbsd-src/usr.sbin/lpr/lpc/ |
H A D | lpc.c | 119 struct cmd *c; in parse() local 205 struct cmd *c, *found; in getcmd() local 264 help(int argc, char *argv[]) in help() function 266 struct cmd *c; in help() local
|
/netbsd-src/usr.bin/tftp/ |
H A D | main.c | 132 const char *help; member 189 int c; in main() local 659 const struct cmd *c; in command() local 692 const struct cmd *c, *found; in getcmd() local 754 help(int argc, char *argv[]) in help() function 756 const struct cmd *c; in help() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/ |
H A D | sl.c | 45 SL_cmd *c, *prev; in mandoc_template() local 116 SL_cmd *c, *current = NULL, *partial_cmd = NULL; in sl_match() local 139 SL_cmd *c, *prev_c; in sl_help() local 210 SL_cmd *c; in sl_command() local 372 SL_cmd *c = sl_match (cmds, argv[0], 0); in sl_slc_help() local 379 static char help[] = "--help"; in sl_slc_help() local 460 SL_cmd *c; in sl_did_you_mean() local
|
/netbsd-src/sys/arch/landisk/stand/boot/ |
H A D | boot2.c | 136 #define isvalidname(c) ((c) >= 'a' && (c) <= 'z') in parsebootfile() argument 145 #define isnum(c) ((c) >= '0' && (c) <= '9') in parsebootfile() argument 155 #define isvalidpart(c) ((c) >= 'a' && (c) <= 'p') in parsebootfile() argument 226 int c; in boot2() local 284 struct btinfo_common *help; in exec_netbsd() local 406 char *c; in bootmenu() local
|
/netbsd-src/sys/arch/x68k/stand/boot/ |
H A D | boot.c | 109 help(void) in help() function 307 int n = 5, c; in bootmenu() local
|
/netbsd-src/usr.bin/ftp/ |
H A D | main.c | 657 struct cmd *c; cmdscanner() local 767 struct cmd *c, *found; getcmd() local 977 help(int argc, char *argv[]) help() function 979 struct cmd *c; help() local 1035 struct option *c; getoption() local 1049 struct option *c; getoptionvalue() local [all...] |
/netbsd-src/sys/arch/rs6000/rs6000/ |
H A D | machdep.c | 447 struct btinfo_common *help = (struct btinfo_common *)bootinfo; in lookup_bootinfo() local 578 int stat, c; in kcomcngetc() local 600 kcomcnputc(dev_t dev, int c) in kcomcnputc()
|
/netbsd-src/external/bsd/top/dist/ |
H A D | commands.c | 83 const char *help; member 982 command *c; in cmd_help() local 985 const char *help; in cmd_help() local 1057 command *c; in command_process() local
|
/netbsd-src/usr.bin/tip/ |
H A D | tip.c | 135 int c, i; in main() local 361 int c; in prompt() local 402 int c = getchar(); in xgetchar() local 467 char c = character(value(ESCAPE)); in escape() local 485 any(char c, const char *p) in any() 498 char *p = buf, c; in interp() local 521 ctrl(char c) in ctrl() 540 help(char c) in help() function
|
/netbsd-src/sys/arch/i386/pnpbios/ |
H A D | pnpbios.c | 206 char *p, *c; in pnpbios_find() local 523 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_getnumnodes() local 545 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_getnode() local 593 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_getevent() local 608 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_sendmessage() local 621 short *help = (short *)(pnpbios_scratchbuf + PNPBIOS_BUFSIZE); in pnpbios_getdockinfo() local
|
/netbsd-src/lib/libedit/ |
H A D | el.c | 214 int c = va_arg(ap, int); in el_wset() local 285 wchar_t *help = va_arg(ap, wchar_t *); el_wset() local 420 wchar_t *c = va_arg(ap, wchar_t *); el_wget() local [all...] |
/netbsd-src/usr.bin/m4/ |
H A D | main.c | 228 int c; in main() local 672 reallyputchar(int c) in reallyputchar() 687 inspect(int c, char *tp) in inspect() 806 help(void) in help() function
|
/netbsd-src/sys/arch/atari/stand/tostools/chg_pid/ |
H A D | chg_pid.c | 112 int c; in main() local 319 help(void) in help() function
|
/netbsd-src/sys/arch/sparc/stand/ofwboot/ |
H A D | boot.c | 401 help(void) in help() function 422 char *c; in do_config_command() local
|