Home
last modified time | relevance | path

Searched defs:is_ws (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_ctype.h76 #define is_ws(ch) \ macro
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp2775 void *__kmp_task_reduction_modifier_init(ident_t *loc, int gtid, int is_ws,
2833 void *__kmpc_task_reduction_modifier_init(ident_t *loc, int gtid, int is_ws,
2853 void *__kmpc_taskred_modifier_init(ident_t *loc, int gtid, int is_ws, int num,
2867 void __kmpc_task_reduction_modifier_fini(ident_t *loc, int gtid, int is_ws) {
H A Dkmp_gsupport.cpp2112 static void __kmp_GOMP_init_reductions(int gtid, uintptr_t *data, int is_ws) { in __kmp_GOMP_init_reductions()
/freebsd/bin/sh/
H A Dexpand.c165 int is_ws; in nextword() local
/freebsd/contrib/bearssl/test/
H A Dtest_x509.c673 is_ws(int x) in is_ws() function
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13612 const auto is_ws = [](char c) { in trim() local