Home
last modified time | relevance | path

Searched refs:inspect (Results 1 – 25 of 150) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DLitConfig.py2 import inspect
165 f = inspect.currentframe()
168 file = os.path.abspath(inspect.getsourcefile(f))
169 line = inspect.getlineno(f)
/netbsd-src/sys/net/npf/
H A Dnpf_alg.c166 atomic_store_relaxed(&afuncs->inspect, funcs->inspect); in npf_alg_register()
191 atomic_store_relaxed(&afuncs->inspect, NULL); in npf_alg_unregister()
308 inspect_func = atomic_load_relaxed(&f->inspect); in npf_alg_conn()
H A Dnpf_alg_icmp.c462 .inspect = npfa_icmp_conn, in npf_alg_icmp_init()
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Dheader_checks180 # inspect the next input line. The address must have
201 # message. Do not inspect the remainder of the input
218 # tern, and inspect the next input line. This action
229 # inspect the next input line. After the message is
266 # queue, and inspect the next input line. The mes-
289 # IGNORE Delete the current line from the input, and inspect
295 # log a generic text), and inspect the next input
317 # inspect the next input line.
345 # file, and inspect the next input line. After the
361 # and inspect the next input line.
[all …]
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dheader_checks166 # Add the specified address as a BCC recipient, and inspect
212 # Do not inspect the remainder of the input message.
225 # Pretend that the input line did not match any pattern, and inspect the
233 # Override the content_filter parameter setting, and inspect
269 # and inspect the next input line. The message remains on \fBhold\fR
289 # Delete the current line from the input, and inspect
294 # log a generic text), and inspect the next input line. This
310 # Prepend one line with the specified text, and inspect the next
335 # inspect the next input line. After the message is queued,
347 # Replace the current line with the specified text, and inspect the next
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/Misc/
H A Dzkill8 import inspect, os, sys
11 f = inspect.currentframe()
14 file,line,_,_,_ = inspect.getframeinfo(f)
/netbsd-src/usr.bin/m4/
H A Dmain.c170 static ndptr inspect(int, char *);
516 p = inspect(t, token); in macro()
687 inspect(int c, char *tp) in inspect() function
/netbsd-src/lib/libpthread/
H A Dshlib_version15 # inspect them for priority inheritance / inter-process synch,
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-tools/
H A DREADME6 connection. Useful to search and inspect the server log.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCFIVerify.rst58 analyse the disassembled machine code. The tool will inspect virtual calls and
59 indirect function calls. This tool will also inspect indirect jumps, as inlined
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A DKconfig43 Selecting this option creates a debugfs file to inspect the mapped
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_CIPHER_CTX_get_cipher_data.pod6 inspect and modify EVP_CIPHER_CTX objects
H A DEVP_CIPHER_CTX_get_original_iv.pod7 EVP_CIPHER_CTX_iv_noconst - Routines to inspect EVP_CIPHER_CTX IV data
H A DSSL_CTX_set_cert_cb.pod23 certificate will be used by a client or server. The callback can then inspect
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_CIPHER_CTX_get_cipher_data.pod6 inspect and modify EVP_CIPHER_CTX objects
H A DSSL_CTX_set_cert_cb.pod25 certificate will be used by a client or server. The callback can then inspect
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dgnu65 # if 1st string length positive inspect offset and string
68 # if 2nd string length positive inspect offset and string
H A Dfsav91 # inspect real database content
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/
H A Dtutorial05.rst159 We can also inspect the generated executable using standard tools:
197 to singlestep through the generated binary and inspect the internal
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/
H A Dtutorial05.rst159 We can also inspect the generated executable using standard tools:
197 to singlestep through the generated binary and inspect the internal
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgdb_history110 inspect
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgdb_history110 inspect
/netbsd-src/external/bsd/nsd/dist/
H A DMakefile.in85 ALL_OBJ=$(NSD_OBJ) nsd-checkconf.o nsd-checkzone.o nsd-control.o nsd-mem.o xfr-inspect.o
175 xfr-inspect: xfr-inspect.o $(COMMON_OBJ) zonec.o zparser.o zlexer.o $(LIBOBJS)
176 $(LINK) -o $@ xfr-inspect.o $(COMMON_OBJ) zonec.o zparser.o zlexer.o $(LIBOBJS) $(LIBS)
193 rm -f *.o $(TARGETS) $(MANUALS) cutest popen3_echo xfr-inspect nsd-mem
551 xfr-inspect.o: $(srcdir)/xfr-inspect.c config.h $(srcdir)/compat/cpuset.h $(srcdir)/udb.h \
/netbsd-src/external/gpl2/groff/dist/contrib/mm/examples/
H A DMUL79 inspect
/netbsd-src/external/gpl2/rcs/dist/
H A Dconfigure.in204 dnl We can't use AC_PATH_PROG since we don't want to inspect /bin,

123456