Searched refs:ENTER (Results 26 - 50 of 58) sorted by relevance

123

/freebsd-13-stable/contrib/openpam/lib/libpam/
H A Dpam_chauthtok.c61 ENTER();
H A Dpam_getenvlist.c62 ENTER();
H A Dpam_setenv.c68 ENTER();
H A Dopenpam_debug.h42 #define ENTER() openpam_log(PAM_LOG_LIBDEBUG, "entering") macro
100 #define ENTER() macro
H A Dopenpam_restore_cred.c68 ENTER();
H A Dpam_end.c62 ENTER();
H A Dpam_get_user.c71 ENTER();
H A Dpam_putenv.c65 ENTER();
H A Dpam_start.c74 ENTER();
H A Dpam_vprompt.c71 ENTER();
H A Dpam_get_authtok.c78 ENTER();
H A Dopenpam_dispatch.c71 ENTER();
H A Dopenpam_ttyconv.c328 ENTER();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DXRayRecord.h58 ENTER, member in class:llvm::xray::RecordTypes
H A DFDRTraceExpander.h29 XRayRecord CurrentRecord{0, 0, RecordTypes::ENTER, 0, 0, 0, 0, {}, {}}; member in class:llvm::xray::TraceExpander::RecordTypes
H A DYAMLXRayRecord.h57 IO.enumCase(Type, "function-enter", xray::RecordTypes::ENTER);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_hsearch.c103 ep = hsearch(e, ENTER);
148 ep = hsearch(e, ENTER);
156 ep = hsearch(e, ENTER);
204 ep = hsearch(e, ENTER);
213 ep = hsearch(e, ENTER);
263 ATF_REQUIRE(hsearch_r(e, ENTER, &ep, &t) == 1);
309 ATF_REQUIRE(hsearch_r(e, ENTER, &ep, &t) == 1);
316 ATF_REQUIRE(hsearch_r(e, ENTER, &ep, &t) == 1);
369 ATF_REQUIRE(hsearch_r(e, ENTER, &ep, &t) == 1);
377 ATF_REQUIRE(hsearch_r(e, ENTER,
[all...]
/freebsd-13-stable/include/
H A Dsearch.h26 FIND, ENTER enumerator in enum:__anon7379
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DRecordPrinter.cpp82 case RecordTypes::ENTER:
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dhttpd.c48 #define ENTER(x) do { fprintf(stderr, "ENTER %s\n", (x)); } while (0) macro
52 #define ENTER(x) do { } while(0) macro
329 ENTER("httpdmgr_destroy");
388 ENTER("request");
525 ENTER("accept");
670 ENTER("recv");
776 ENTER("isc_httpdmgr_shutdown");
921 ENTER("senddone");
/freebsd-13-stable/sys/dev/ce/
H A Dceddk.c44 #define ENTER() \
58 #define ENTER() \ macro
220 ENTER ();
278 ENTER ();
321 ENTER ();
360 ENTER ();
376 ENTER ();
409 ENTER ();
671 ENTER ();
721 ENTER ();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp121 case RecordTypes::ENTER:
300 case RecordTypes::ENTER:
H A Dxray-account.cpp145 case RecordTypes::ENTER:
380 case RecordTypes::ENTER:
/freebsd-13-stable/contrib/dialog/
H A Ddlg_keys.c362 CURSES_NAME(ENTER),
460 DIALOG_NAME(ENTER),
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_altq.c146 if (hsearch_r(item, ENTER, &ret_item, &if_map) == 0)
155 if (hsearch_r(item, ENTER, &ret_item, &queue_map) == 0)
160 if (hsearch_r(item, ENTER, &ret_item, &qid_map) == 0)

Completed in 163 milliseconds

123