Searched refs:which (Results 401 - 425 of 1759) sorted by relevance

<<11121314151617181920>>

/netbsd-current/crypto/external/bsd/heimdal/dist/kcm/
H A Dglue.c135 krb5_flags which,
145 ret = kcm_ccache_retrieve_cred_internal(context, c, which,
223 krb5_flags which,
231 ret = kcm_ccache_remove_cred_internal(context, c, which, cred);
133 kcmss_retrieve(krb5_context context, krb5_ccache id, krb5_flags which, const krb5_creds *mcred, krb5_creds *creds) argument
221 kcmss_remove_cred(krb5_context context, krb5_ccache id, krb5_flags which, krb5_creds *cred) argument
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-assign-shell.mk3 # Tests for the variable modifier '::!=', which assigns the output of a shell
7 # expression modifier ':!...!'), which also use the output when the shell
H A Ddep-colon-bug-cross-file.mk14 # which was still the one from pass 1, which means it was possible to later
H A Dcmdline-undefined.mk8 # (which probably occurs rarely in practice, if at all), but their
16 # The interesting case is using the ':=' assignment operator, which
H A Dvar-eval-short.mk54 # which failed since '$' is not a valid range character.
67 # nested expression ${FAIL}, which is correct, and then tried to compile the
68 # unexpanded text as a regular expression, which is unnecessary since the
71 # which is not a valid repetition of the form '{1,5}', and because of the
72 # '****', which are repeated repetitions as well.
H A Dvarmod-loop.mk3 # Tests for the expression modifier ':@var@body@', which replaces each word of
4 # the expression with the expanded body, which may contain references to the
20 # setting, which is 'yes' for NetBSD's usr.bin/make but 'no' for the bmake
29 # in the "current" scope, which in this case is the one from the
40 # since the $@ at the end could have been interpreted as a variable, which
55 # loop. This is different from the .for loops, which substitute the
85 # Var_Subst, which replaces each '$$' with a single '$'.
96 # VARE_EVAL_KEEP_DOLLAR_AND_UNDEFINED, which means that some dollar signs are
101 # matter in which context it is evaluated. What happens in detail is:
123 # which i
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.h112 /* The location at which the diagnostic is to be reported. */
225 /* True if we should print the command line option which controls
325 a token, which would look strange). */
364 /* If non-NULL, an edit_context to which fix-it hints should be
527 specifies which location. By default, expand the first one. */
530 diagnostic_location (const diagnostic_info * diagnostic, int which = 0)
532 return diagnostic->message.get_location (which);
544 consistency. Parameter WHICH specifies which location. By default,
548 diagnostic_expand_location (const diagnostic_info * diagnostic, int which = 0)
550 return diagnostic->richloc->get_expanded_location (which);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Deoshift2.c32 index_type shift, const gfc_array_char *bound, int which,
104 which = which - 1;
114 if (dim == which)
31 eoshift2(gfc_array_char *ret, const gfc_array_char *array, index_type shift, const gfc_array_char *bound, int which, const char *filler, index_type filler_len) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dpascal.exp29 # Third, gpc executable is searched using `which gpc`
30 # Lastly, fpc executable is searched using `which fpc`
32 # which compiler is used in testsuite
60 } elseif { [which $gpc_compiler] != 0 } {
63 } elseif { [which $fpc_compiler] != 0 } {
/netbsd-current/sys/arch/evbarm/gumstix/
H A Dgxpcic.c203 gxpcic_read(struct pxapcic_socket *so, int which) argument
207 switch (which) {
225 gxpcic_write(struct pxapcic_socket *so, int which, u_int arg) argument
228 switch (which) {
/netbsd-current/sys/arch/vax/vsa/
H A Dsmg.c522 if ((wdc->which & WSDISPLAY_CURSOR_DOCUR) != 0)
524 if ((wdc->which & WSDISPLAY_CURSOR_DOPOS) != 0) {
528 if ((wdc->which & WSDISPLAY_CURSOR_DOHOT) != 0) {
532 if ((wdc->which & WSDISPLAY_CURSOR_DOCMAP) != 0) {
536 if ((wdc->which & WSDISPLAY_CURSOR_DOSHAPE) != 0) {
557 if ((wdc->which & WSDISPLAY_CURSOR_DOCMAP) != 0) {
567 if ((wdc->which & WSDISPLAY_CURSOR_DOSHAPE) != 0) {
582 if ((wdc->which & WSDISPLAY_CURSOR_DOCUR) != 0) {
588 if ((wdc->which & WSDISPLAY_CURSOR_DOPOS) != 0) {
592 if ((wdc->which
610 smg_updatecursor(struct smg_screen *ss, u_int which) argument
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dls.c572 int which; local
643 which = W_REPOS;
649 which = W_LOCAL | W_REPOS;
653 which |= W_ATTIC;
669 ls_dirleaveproc, dirs, 0, NULL, local, which, 0,
680 NULL, dirs, 1, argv + i, local, which, 0,
687 if (!(which & W_LOCAL)) free (repository);
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_word.c76 enum which {BIGWORD, LITTLEWORD}; enum
78 static int bword __P((SCR *, VICMD *, enum which));
79 static int eword __P((SCR *, VICMD *, enum which));
80 static int fword __P((SCR *, VICMD *, enum which));
111 fword(SCR *sp, VICMD *vp, enum which type)
127 * Else, move to the first non-white-space character, which
278 eword(SCR *sp, VICMD *vp, enum which type)
431 bword(SCR *sp, VICMD *vp, enum which type)
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dkqueue.c323 int which = 0; local
375 which |= EV_READ;
389 which |= EV_READ;
391 which |= EV_WRITE;
393 which |= EV_SIGNAL;
400 if (!which)
406 evmap_io_active_(base, events[i].ident, which | EV_ET);
503 /* OSX 10.6 and FreeBSD 8.1 add support for EVFILT_USER, which we can use
/netbsd-current/external/bsd/libevent/dist/
H A Dkqueue.c338 int which = 0; local
390 which |= EV_READ;
404 which |= EV_READ;
406 which |= EV_WRITE;
408 which |= EV_SIGNAL;
415 if (!which)
421 evmap_io_active_(base, events[i].ident, which | EV_ET);
518 /* OSX 10.6 and FreeBSD 8.1 add support for EVFILT_USER, which we can use
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli73 the global [gv] is at the specified location [ptr], which must outlive
79 identifier [id] as type [typ], which will be a pointer type for a
80 value, and which will be live as long as [id] and [ee]
87 [fn] as type [typ], which will be a pointer type for a function
88 (e.g. [(int -> int) typ]), and which will be live as long as [fn]
/netbsd-current/sys/net/npf/
H A Dnpf_connkey.c51 * elements which may be included or excluded by the user. It has
64 * Two keys are stored in the npf_conn_t::c_keys[] array, which is
177 * => The 'which' must either be NPF_SRC or NPF_DST.
181 const uint16_t id, const unsigned which)
185 uint32_t *addr = &k[2 + ((alen >> 2) * which)];
187 KASSERT(which == NPF_SRC || which == NPF_DST);
193 const unsigned shift = 16 * !which;
180 npf_conn_adjkey(npf_connkey_t *key, const npf_addr_t *naddr, const uint16_t id, const unsigned which) argument
H A Dnpf_nat.c60 * connection has an associated translation entry (npf_nat_t) which
64 * which contains translation IP address. Allocated port is returned
138 * Translation address as well as the original address which is
376 * npf_nat_which: tell which address (source or destination) should be
384 unsigned which; local
401 which = (type == NPF_NATOUT) ? flow : !flow;
402 KASSERT(which == NPF_SRC || which == NPF_DST);
403 return which;
434 const unsigned which, npf_addr_
433 npf_nat_algo_netmap(const npf_cache_t *npc, const npf_natpolicy_t *np, const unsigned which, npf_addr_t *addr) argument
524 const unsigned which = npf_nat_which(np->n_type, NPF_FLOW_FORW); local
587 const unsigned which = npf_nat_which(np->n_type, flow); local
623 const unsigned which = npf_nat_which(np->n_type, flow); local
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dthread.c229 int which, i; local
244 which = i;
245 if ( BER_BVISNULL( &mt[ which ].nrdn ) ) {
251 switch ( mt[ which ].param ) {
253 switch ( mt[ which ].mt ) {
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistexpand.c97 /* The list of characters which inhibit the expansion of text if found
144 int which, sign, local_index, substring_okay; local
177 which = history_base + (history_length - 1);
179 RETURN_ENTRY (entry, which);
192 for (which = 0; _rl_digit_p (string[i]); i++)
193 which = (which * 10) + _rl_digit_value (string[i]);
198 which = (history_length + history_base) - which;
200 RETURN_ENTRY (entry, which);
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dtls13_enc.c403 int tls13_change_cipher_state(SSL *s, int which) argument
444 if (which & SSL3_CC_READ) {
475 if (((which & SSL3_CC_CLIENT) && (which & SSL3_CC_WRITE))
476 || ((which & SSL3_CC_SERVER) && (which & SSL3_CC_READ))) {
477 if (which & SSL3_CC_EARLY) {
564 } else if (which & SSL3_CC_HANDSHAKE) {
588 * Finished hash. We do not include the client's Finished, which is
596 if (which
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dhistexpand.c97 /* The list of characters which inhibit the expansion of text if found
144 int which, sign, local_index, substring_okay; local
177 which = history_base + (history_length - 1);
179 RETURN_ENTRY (entry, which);
192 for (which = 0; _rl_digit_p (string[i]); i++)
193 which = (which * 10) + _rl_digit_value (string[i]);
198 which = (history_length + history_base) - which;
200 RETURN_ENTRY (entry, which);
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dnetbsd_syscall_hooks.h438 #define __sanitizer_syscall_pre_compat_50_setitimer(which, itv, oitv) \
440 (long long)(which), (long long)(itv), (long long)(oitv))
441 #define __sanitizer_syscall_post_compat_50_setitimer(res, which, itv, oitv) \
443 res, (long long)(which), (long long)(itv), (long long)(oitv))
452 #define __sanitizer_syscall_pre_compat_50_getitimer(which, itv) \
453 __sanitizer_syscall_pre_impl_compat_50_getitimer((long long)(which), \
455 #define __sanitizer_syscall_post_compat_50_getitimer(res, which, itv) \
456 __sanitizer_syscall_post_impl_compat_50_getitimer(res, (long long)(which), \
498 #define __sanitizer_syscall_pre_setpriority(which, who, prio) \
500 (long long)(which), (lon
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dt1_enc.c81 int tls1_change_cipher_state(SSL *s, int which) argument
105 if (which & SSL3_CC_READ) {
228 if ((which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) ||
229 (which == SSL3_CHANGE_CIPHER_SERVER_READ)) {
268 printf("which = %04X\nmac key=", which);
277 if (!EVP_CipherInit_ex(dd, c, NULL, key, NULL, (which & SSL3_CC_WRITE))
291 if (!EVP_CipherInit_ex(dd, c, NULL, NULL, NULL, (which & SSL3_CC_WRITE))
301 if (!EVP_CipherInit_ex(dd, c, NULL, key, iv, (which & SSL3_CC_WRITE))) {
318 printf("which
[all...]
/netbsd-current/sys/netinet/
H A Dtcp_vtw.c344 * value which can be used to locate entry.
352 fatp_vtw_inshash(fatp_ctl_t *fat, uint32_t idx, uint32_t tag, int which, argument
356 fatp_t **hash = (which ? fat->port : fat->hash);
772 , int which)
784 ++vtw_stats.look[which];
786 if (which) {
808 ++vtw_stats.probe[which];
831 && ((which ? vtw->port_key : vtw->key)
833 && (which
837 ++vtw_stats.hit[which];
770 vtw_lookup_hash_v4(vtw_ctl_t *ctl, uint32_t faddr, uint16_t fport , uint32_t laddr, uint16_t lport , int which) argument
923 vtw_lookup_hash_v6(vtw_ctl_t *ctl, const struct in6_addr *faddr, uint16_t fport , const struct in6_addr *laddr, uint16_t lport , int which) argument
[all...]

Completed in 348 milliseconds

<<11121314151617181920>>