Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 25 of 783) sorted by relevance

12345678910>>...32

/netbsd-src/external/gpl2/send-pr/dist/send-pr/
H A Dsend-pr-el.in449 (defun gnats::functionp (thing)
450 (or (and (symbolp thing) (fboundp thing))
451 (and (listp thing) (eq (car thing) 'lambda))))
457 (thing (elt (assoc field fields) 1)))
458 (cond ((gnats::functionp thing) (funcall thing))
459 ((listp thing) thing)
466 (thing (elt (assoc field fields) 2)))
467 (cond ((stringp thing) thing)
468 ((null thing) "")
469 ((numberp thing) (car (elt (gnats::field-values field) thing)))
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/
H A Dgentemplate.pm85 my $thing = shift;
86 my $extensionlessthing = extensionlesslib($thing);
88 my @list = @{ $self->{info}->{depends}->{$thing} //
93 print STDERR "DEBUG[collectdepends] $thing > ", join(' ', @listsofar), "\n"
100 next if defined $self->{info}->{attributes}->{depends}->{$thing}->{$item}->{'weak'};
104 print STDERR "DEBUG[collectdepends] $thing < ", join(' ', @newlist), "\n"
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapp_params.c75 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent) in print_param_types() argument
84 BIO_printf(bio_out, "%*sEmpty list of %s (!!!)\n", indent, "", thing); in print_param_types()
86 BIO_printf(bio_out, "%*s%s:\n", indent, "", thing); in print_param_types()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dheaderdirs.texi8 @code{GCC_INCLUDE_DIR} means the same thing for native and cross. It is
16 @code{GPLUSPLUS_INCLUDE_DIR} means the same thing for native and cross. It
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dheaderdirs.texi8 @code{GCC_INCLUDE_DIR} means the same thing for native and cross. It is
16 @code{GPLUSPLUS_INCLUDE_DIR} means the same thing for native and cross. It
/netbsd-src/bin/ksh/
H A Dc_ksh.c567 int thing = 0, func = 0, localv = 0; local
658 thing = '+';
662 thing = '-';
678 thing = wp[builtin_opt.optind][0];
751 if (thing == '-')
795 if (thing == 0 && flag == 0) {
832 if (thing == '-' && (vp->flag&ISSET)) {
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dapp_params.h12 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent);
/netbsd-src/games/trek/DOC/
H A Dthings7 * the thing
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/tilepro/
H A Dt-crtstuff2 # because then __FRAME_END__ might not be the last thing in .eh_frame
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
H A Dt-crtstuff2 # because then __FRAME_END__ might not be the last thing in .eh_frame
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dt-crtstuff2 # because then __FRAME_END__ might not be the last thing in .eh_frame
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dt-crtstuff2 # because then __FRAME_END__ might not be the last thing in .eh_frame
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/
H A Dcrtn.S29 # fact return. This file is the last thing linked into any executable.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/
H A Dcrtn.S29 # fact return. This file is the last thing linked into any executable.
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dos_cppflags.m49 # off for now, posix may be a broken thing for nextstep3...
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/tilegx/
H A Dt-crtstuff2 # because then __FRAME_END__ might not be the last thing in .eh_frame
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/tilegx/
H A Dt-crtstuff2 # because then __FRAME_END__ might not be the last thing in .eh_frame
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOPENSSL_hexchar2int.pod39 OPENSSL_hexstr2buf() does the same thing as OPENSSL_hexstr2buf_ex(),
55 OPENSSL_buf2hexstr() does the same thing as OPENSSL_buf2hexstr_ex(),
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/
H A Dcommon.tmpl18 my $thing = shift;
19 my $extensionlessthing = extensionlesslib($thing);
21 my @list = @{$unified_info{depends}->{$thing} //
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/HOWTO/
H A Dcertificates.txt37 it might or might not be the desirable thing. Further information on how to
88 was kind enough, your certificate is a raw DER thing in PEM format.
100 In the case of a raw DER thing in PEM format, and assuming that's all
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/hw/rv-n-cris/
H A Dpoll1.ms4 # A variant of trivial2.ms to check that the right thing happens when
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dt-crtstuff3 # because then __FRAME_END__ might not be the last thing in .eh_frame
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dt-crtstuff3 # because then __FRAME_END__ might not be the last thing in .eh_frame
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dt-netbsd6413 # because then __FRAME_END__ might not be the last thing in .eh_frame
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dt-netbsd6413 # because then __FRAME_END__ might not be the last thing in .eh_frame

12345678910>>...32