Home
last modified time | relevance | path

Searched refs:c_flag (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c53 char c_flag; /* info about the callb state */ member
157 cp->c_flag |= CALLB_TAKEN; in callb_add_common()
233 if (!(me->c_flag & CALLB_EXECUTING)) in callb_delete()
242 me->c_flag = CALLB_FREE; in callb_delete()
268 while (cp->c_flag & CALLB_EXECUTING) in callb_execute_class()
273 if (cp->c_flag == CALLB_FREE) in callb_execute_class()
275 cp->c_flag |= CALLB_EXECUTING; in callb_execute_class()
288 cp->c_flag &= ~CALLB_EXECUTING; in callb_execute_class()
/freebsd/usr.bin/hexdump/tests/
H A Dod_test.sh29 atf_test_case c_flag
48 atf_add_test_case c_flag
H A Dhexdump_test.sh49 atf_test_case c_flag
208 atf_add_test_case c_flag
/freebsd/crypto/heimdal/appl/afsutil/
H A Dpagsh.c70 static int c_flag; variable
76 { NULL, 'c', arg_flag, &c_flag },
201 if (errno == ENOENT || c_flag) { in main()
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py597 c_flag = {
603 if c_flag is None:
605 c_flags |= c_flag
649 c_flag = {
655 if c_flag is None:
657 c_flags |= c_flag
1568 c_flag = {
1574 if c_flag is None:
1576 c_flags |= c_flag
/freebsd/usr.bin/rs/tests/
H A Drs_test.sh28 atf_test_case c_flag
373 atf_add_test_case c_flag
/freebsd/usr.sbin/sysrc/tests/
H A Dsysrc_test.sh209 atf_test_case c_flag
347 atf_add_test_case c_flag
/freebsd/usr.bin/du/tests/
H A Ddu_test.sh145 atf_test_case c_flag
327 atf_add_test_case c_flag
/freebsd/crypto/openssh/
H A Dssh-agent.c2253 int c_flag = 0, d_flag = 0, D_flag = 0, k_flag = 0; in main() local
2304 c_flag++; in main()
2328 if (c_flag) in main()
2371 (c_flag || k_flag || s_flag || d_flag || D_flag || u_flag)) in main()
2383 if (ac == 0 && !c_flag && !s_flag) { in main()
2387 c_flag = 1; in main()
2407 format = c_flag ? "unsetenv %s;\n" : "unset %s;\n"; in main()
2519 format = c_flag ? in main()
2538 format = c_flag ? "setenv %s %s;\n" : "%s=%s; export %s;\n"; in main()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp1083 kmp_flag_64<> c_flag(&child_bar->b_arrived, new_state); in __kmp_hyper_barrier_gather() local
1084 c_flag.wait(this_thr, FALSE USE_ITT_BUILD_ARG(itt_sync_obj)); in __kmp_hyper_barrier_gather()