Searched refs:which (Results 1 - 25 of 1757) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dgetnattype.c26 char *which; local
34 which = "MAP";
37 which = "MAP-BLOCK";
40 which = "RDR";
43 which = "RWR-MAP";
46 which = "RWR-RDR";
49 which = "BIMAP";
52 which = "DIV-RDR";
55 which = "DIV-MAP";
58 which
[all...]
/netbsd-current/bin/ksh/
H A Dmkman12 echo "usage: $0 [-v] which-shell ksh.Man-file" 1>&2
19 sh) which=0;;
20 ksh) which=1;;
35 [ $verbose = yes ] && echo "$0: Generating $which man page (0=sh,1=ksh)..." 1>&2
37 ${AWK} 'BEGIN { ksh = '$which'; pr = 1 }
/netbsd-current/usr.bin/whereis/
H A DMakefile5 MAN= whereis.1 which.1
6 LINKS= ${BINDIR}/whereis ${BINDIR}/which
/netbsd-current/tests/usr.bin/xlint/lint2/
H A Dmsg_008.exp1 func returns value which is always ignored
H A Dmsg_009.exp1 func returns value which is sometimes ignored
/netbsd-current/games/sail/
H A Ddisplay.h34 void display_set_obp(int which, bool show);
35 void display_set_dbp(int which, bool show);
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dcreate_unbound_ad_servers.sh15 CAT=`which cat`
16 ECHO=`which echo`
17 WGET=`which wget`
18 TR=`which tr`
H A Dunbound_cache.sh26 BASENAME=`which basename`
27 CAT=`which cat`
28 CUT=`which cut`
29 ECHO=`which echo`
30 EXPR=`which expr`
31 GETOPT=`which getopt`
32 ID=`which id`
33 LS=`which ls`
/netbsd-current/external/gpl3/gcc/dist/maintainer-scripts/
H A Dgenerate_libstdcxx_web_docs32 which $i
55 for which in api manual
57 if [ -f libstdc++-$which-single.xml ] # Only needed for GCC 4.7.x
59 mv libstdc++-$which-single.xml libstdc++-$which.xml
61 gzip --best libstdc++-$which.xml
62 gzip --best libstdc++-$which.pdf
63 mv libstdc++-$which{.html,-html}
64 tar czf libstdc++-$which-html.tar.gz libstdc++-$which
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dgenerate_libstdcxx_web_docs32 which $i
55 for which in api manual
57 if [ -f libstdc++-$which-single.xml ] # Only needed for GCC 4.7.x
59 mv libstdc++-$which-single.xml libstdc++-$which.xml
61 gzip --best libstdc++-$which.xml
62 gzip --best libstdc++-$which.pdf
63 mv libstdc++-$which{.html,-html}
64 tar czf libstdc++-$which-html.tar.gz libstdc++-$which
[all...]
/netbsd-current/sys/dev/wscons/
H A Dwsbelldata.h40 (dstp)->pitch = ((srcp)->which & WSKBD_BELL_DOPITCH) ? \
42 (dstp)->period = ((srcp)->which & WSKBD_BELL_DOPERIOD) ? \
44 (dstp)->volume = ((srcp)->which & WSKBD_BELL_DOVOLUME) ? \
46 (dstp)->which = WSKBD_BELL_DOALL; \
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-4a.s4 # Define a stub for f1, which is defined in another file.
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Drdatasetstats_test.c38 dns_rdatastatstype_t which; local
42 which = DNS_RDATASTATSTYPE_VALUE(type, attributes);
43 dns_rdatasetstats_increment(stats, which);
46 which = DNS_RDATASTATSTYPE_VALUE(type, attributes);
47 dns_rdatasetstats_increment(stats, which);
52 dns_rdatastatstype_t which; local
56 which = DNS_RDATASTATSTYPE_VALUE(0, attributes);
57 dns_rdatasetstats_increment(stats, which);
62 dns_rdatastatstype_t which; local
66 which
84 dns_rdatastatstype_t which; local
98 verify_active_counters(dns_rdatastatstype_t which, uint64_t value, void *arg) argument
129 verify_stale_counters(dns_rdatastatstype_t which, uint64_t value, void *arg) argument
158 verify_ancient_counters(dns_rdatastatstype_t which, uint64_t value, void *arg) argument
[all...]
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_resource.c80 syscallarg(int) which;
84 int which; local
86 which = linux_to_bsd_limit(SCARG(uap, which));
87 if (which < 0)
88 return -which;
91 bsd_to_linux_rlimit(&orl, &l->l_proc->p_rlimit[which]);
100 syscallarg(int) which;
106 int which; local
111 which
137 int which; local
[all...]
/netbsd-current/external/mit/xorg/lib/
H A Dmesa-which.mk1 # $NetBSD: mesa-which.mk,v 1.3 2021/07/11 20:52:06 mrg Exp $
/netbsd-current/sbin/wsconsctl/
H A Dkeyboard.c124 bell.which = 0;
126 bell.which |= WSKBD_BELL_DOPITCH;
128 bell.which |= WSKBD_BELL_DOPERIOD;
130 bell.which |= WSKBD_BELL_DOVOLUME;
131 if (bell.which != 0 && ioctl(fd, WSKBDIO_GETBELL, &bell) < 0)
134 dfbell.which = 0;
136 dfbell.which |= WSKBD_BELL_DOPITCH;
138 dfbell.which |= WSKBD_BELL_DOPERIOD;
140 dfbell.which |= WSKBD_BELL_DOVOLUME;
141 if (dfbell.which !
[all...]
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_rlimit.c49 fixlimit(int which, struct rlimit *alim) argument
51 switch (which) {
74 syscallarg(int) which;
77 int which = SCARG(uap, which); local
80 if ((u_int)which >= RLIM_NLIMITS)
83 alim = l->l_proc->p_rlimit[which];
85 fixlimit(which, &alim);
95 syscallarg(int) which;
98 int which local
[all...]
/netbsd-current/external/bsd/libbind/dist/bsd/
H A Dsetitimer.c21 __setitimer(int which, const struct itimerval *value, argument
/netbsd-current/sys/arch/arm/xscale/
H A Di80312_gpio.c59 i80312_gpio_set_direction(uint8_t which, uint8_t val) argument
63 sc->sc_gpio_dir = (sc->sc_gpio_dir & ~which) | val;
74 i80312_gpio_set_val(uint8_t which, uint8_t val) argument
78 sc->sc_gpio_val = (sc->sc_gpio_val & ~which) | val;
H A Di80321_gpio.c56 i80321_gpio_set_direction(uint8_t which, uint8_t val) argument
60 sc->sc_gpio_dir = (sc->sc_gpio_dir & ~which) | val;
70 i80321_gpio_set_val(uint8_t which, uint8_t val) argument
74 sc->sc_gpio_val = (sc->sc_gpio_val & ~which) | val;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dnop-dint.s3 ;;; Test for NOP warnings when disabling interrupts, which are common to both
5 ;;; "MOV &FOO,r10" is used as an artbitrary statement which isn't a NOP, to
12 ;;; Check aliases for which the GIE bit (bit 3) of the SR can be cleared
H A Dnop-int.s4 ;;; "MOV &FOO,r10" is used as an artbitrary statement which isn't a NOP, to
/netbsd-current/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.h28 const char *which, char **buf, uint32_t debug_who);
30 const char *which, char *buf, int size);
/netbsd-current/sys/compat/common/
H A Dkern_resource_43.c71 syscallarg(int) which;
75 int which = SCARG(uap, which); local
78 if ((u_int)which >= RLIM_NLIMITS)
81 olim.rlim_cur = p->p_rlimit[which].rlim_cur;
84 olim.rlim_max = p->p_rlimit[which].rlim_max;
95 syscallarg(int) which;
98 int which = SCARG(uap, which); local
108 return (dosetrlimit(l, l->l_proc, which,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dstart4.s2 # section (which .init is, which .text isn't). Here, we don't refer to

Completed in 389 milliseconds

1234567891011>>