Searched refs:c_flag (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | callb.c | 52 char c_flag; /* info about the callb state */ member 156 cp->c_flag |= CALLB_TAKEN; in callb_add_common() 232 if (!(me->c_flag & CALLB_EXECUTING)) in callb_delete() 241 me->c_flag = CALLB_FREE; in callb_delete() 267 while (cp->c_flag & CALLB_EXECUTING) in callb_execute_class() 272 if (cp->c_flag == CALLB_FREE) in callb_execute_class() 274 cp->c_flag |= CALLB_EXECUTING; in callb_execute_class() 287 cp->c_flag &= ~CALLB_EXECUTING; in callb_execute_class()
|
/freebsd/usr.bin/hexdump/tests/ |
H A D | od_test.sh | 29 atf_test_case c_flag 48 atf_add_test_case c_flag
|
H A D | hexdump_test.sh | 49 atf_test_case c_flag 208 atf_add_test_case c_flag
|
/freebsd/crypto/heimdal/appl/afsutil/ |
H A D | pagsh.c | 70 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.py | 635 c_flag = { 641 if c_flag is None: 643 c_flags |= c_flag 687 c_flag = { 693 if c_flag is None: 695 c_flags |= c_flag 1613 c_flag = { 1619 if c_flag is None: 1621 c_flags |= c_flag
|
/freebsd/usr.bin/rs/tests/ |
H A D | rs_test.sh | 28 atf_test_case c_flag 373 atf_add_test_case c_flag
|
/freebsd/crypto/openssh/ |
H A D | ssh-agent.c | 2222 int c_flag = 0, d_flag = 0, D_flag = 0, k_flag = 0, s_flag = 0; in main() local 2268 c_flag++; in main() 2287 if (c_flag) in main() 2320 if (ac > 0 && (c_flag || k_flag || s_flag || d_flag || D_flag)) in main() 2326 if (ac == 0 && !c_flag && !s_flag) { in main() 2330 c_flag = 1; in main() 2352 format = c_flag ? "unsetenv %s;\n" : "unset %s;\n"; in main() 2408 format = c_flag ? "setenv %s %s;\n" : "%s=%s; export %s;\n"; in main() 2424 format = c_flag ? "setenv %s %s;\n" : "%s=%s; export %s;\n"; in main()
|
/freebsd/usr.bin/du/tests/ |
H A D | du_test.sh | 100 atf_test_case c_flag
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_barrier.cpp | 1082 kmp_flag_64<> c_flag(&child_bar->b_arrived, new_state); in __kmp_hyper_barrier_gather() local 1083 c_flag.wait(this_thr, FALSE USE_ITT_BUILD_ARG(itt_sync_obj)); in __kmp_hyper_barrier_gather()
|