| /freebsd-14.2/usr.bin/soelim/tests/ |
| H A D | soelim_test.sh | 76 cp $(atf_get_srcdir)/basic . 78 -o file:$(atf_get_srcdir)/basic.out \ 81 soelim $(atf_get_srcdir)/basic.in 83 rm -f basic 85 -o file:$(atf_get_srcdir)/basic.out \ 88 soelim -I$(atf_get_srcdir) $(atf_get_srcdir)/basic.in 91 -o file:$(atf_get_srcdir)/basic-with-space.out \ 94 soelim -I$(atf_get_srcdir) $(atf_get_srcdir)/basic-with-space.in
|
| H A D | Makefile | 7 basic.in \ 8 basic \ 9 basic.out \ 10 basic-with-space.in \ 11 basic-with-space.out
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 154 FILE_BASIC_INFO basic; in stat_handle() local 155 if (!GetFileInformationByHandleEx(h, FileBasicInfo, &basic, sizeof(basic))) in stat_handle() 158 buf->st_mtim = filetime_to_timespec(basic.LastWriteTime); in stat_handle() 161 if (!(basic.FileAttributes & FILE_ATTRIBUTE_READONLY)) in stat_handle() 163 if (basic.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in stat_handle() 377 FILE_BASIC_INFO basic; in fchmod_handle() local 378 if (!GetFileInformationByHandleEx(h, FileBasicInfo, &basic, sizeof(basic))) in fchmod_handle() 380 DWORD orig_attributes = basic.FileAttributes; in fchmod_handle() 381 basic.FileAttributes &= ~FILE_ATTRIBUTE_READONLY; in fchmod_handle() 383 basic.FileAttributes |= FILE_ATTRIBUTE_READONLY; in fchmod_handle() [all …]
|
| /freebsd-14.2/tests/sys/netgraph/ |
| H A D | basic.c | 182 ATF_TP_ADD_TCS(basic) in ATF_TP_ADD_TCS() argument 184 ATF_TP_ADD_TC(basic, send_recv); in ATF_TP_ADD_TCS() 185 ATF_TP_ADD_TC(basic, node); in ATF_TP_ADD_TCS() 186 ATF_TP_ADD_TC(basic, message); in ATF_TP_ADD_TCS() 187 ATF_TP_ADD_TC(basic, same_name); in ATF_TP_ADD_TCS() 188 ATF_TP_ADD_TC(basic, queuelimit); in ATF_TP_ADD_TCS()
|
| H A D | Makefile | 14 ATF_TESTS_C+= basic \ 19 SRCS.basic= basic.c util.c
|
| H A D | hub.c | 40 ATF_TC(basic); 41 ATF_TC_HEAD(basic, conf) in ATF_TC_HEAD() argument 46 ATF_TC_BODY(basic, dummy) in ATF_TC_BODY() argument 225 ATF_TP_ADD_TC(hub, basic); in ATF_TP_ADD_TCS()
|
| /freebsd-14.2/contrib/netbsd-tests/fs/ptyfs/ |
| H A D | t_ptyfs.c | 38 ATF_TC(basic); 39 ATF_TC_HEAD(basic, tc) in ATF_TC_HEAD() argument 44 ATF_TC_BODY(basic, tc) in ATF_TC_BODY() argument 59 ATF_TP_ADD_TC(tp, basic); in ATF_TP_ADD_TCS()
|
| /freebsd-14.2/crypto/heimdal/lib/hx509/ |
| H A D | revoke.c | 273 memset(basic, 0, sizeof(*basic)); in parse_ocsp_basic() 305 basic, in parse_ocsp_basic() 313 free_OCSPBasicOCSPResponse(basic); in parse_ocsp_basic() 328 OCSPBasicOCSPResponse basic; in load_ocsp() local 351 if (basic.certs) { in load_ocsp() 357 free_OCSPBasicOCSPResponse(&basic); in load_ocsp() 361 for (i = 0; i < basic.certs->len; i++) { in load_ocsp() 381 ocsp->ocsp = basic; in load_ocsp() 1195 OCSPBasicOCSPResponse basic; in hx509_ocsp_verify() local 1248 free_OCSPBasicOCSPResponse(&basic); in hx509_ocsp_verify() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | zfs_unallow_004_pos.ksh | 51 log_must zfs allow -s @basic $LOCAL_DESC_SET $dtst 52 log_must zfs allow -u $STAFF1 @basic $dtst 55 log_must zfs unallow -s @basic $LOCAL_DESC_SET $dtst
|
| H A D | zfs_allow_006_pos.ksh | 61 log_must zfs allow -s @basic $perms1 $dtst 62 log_must zfs allow $STAFF1 @basic $dtst 68 log_must zfs allow -s @basic $perms2 $dtst
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/delegate/ |
| H A D | zfs_unallow_004_pos.ksh | 63 log_must $ZFS allow -s @basic $LOCAL_DESC_SET $dtst 64 log_must $ZFS allow -u $STAFF1 @basic $dtst 67 log_must $ZFS unallow -s @basic $LOCAL_DESC_SET $dtst
|
| H A D | zfs_allow_006_pos.ksh | 78 log_must $ZFS allow -s @basic $perms1 $dtst 79 log_must $ZFS allow $STAFF1 @basic $dtst 85 log_must $ZFS allow -s @basic $perms2 $dtst
|
| /freebsd-14.2/contrib/netbsd-tests/fs/umapfs/ |
| H A D | t_basic.c | 25 ATF_TC(basic); 26 ATF_TC_HEAD(basic, tc) in ATF_TC_HEAD() argument 69 ATF_TC_BODY(basic, tc) in ATF_TC_BODY() argument 143 ATF_TP_ADD_TC(tp, basic); in ATF_TP_ADD_TCS()
|
| /freebsd-14.2/contrib/netbsd-tests/rump/rumpkern/ |
| H A D | t_sp.sh | 43 test_case basic basic 54 basic() function 119 atf_add_test_case basic
|
| /freebsd-14.2/contrib/netbsd-tests/fs/nullfs/ |
| H A D | t_basic.c | 23 ATF_TC(basic); 24 ATF_TC_HEAD(basic, tc) in ATF_TC_HEAD() argument 73 ATF_TC_BODY(basic, tc) in ATF_TC_BODY() argument 170 ATF_TP_ADD_TC(tp, basic); in ATF_TP_ADD_TCS()
|
| /freebsd-14.2/contrib/wpa/src/crypto/ |
| H A D | tls_openssl_ocsp.c | 490 BasicOCSPResponse *basic; in check_ocsp_resp() local 548 basic = d2i_BasicOCSPResponse(NULL, &basic_data, basic_len); in check_ocsp_resp() 549 if (!basic) { in check_ocsp_resp() 556 rd = basic->tbsResponseData; in check_ocsp_resp() 558 if (basic->certs) { in check_ocsp_resp() 559 untrusted = sk_X509_dup(basic->certs); in check_ocsp_resp() 563 num = sk_X509_num(basic->certs); in check_ocsp_resp() 567 extra_cert = sk_X509_value(basic->certs, i); in check_ocsp_resp() 628 basic->signatureAlgorithm, basic->signature, in check_ocsp_resp() 629 basic->tbsResponseData, skey) <= 0) { in check_ocsp_resp() [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | stacktrace.inc | 15 // [stacktrace.basic], class template basic_stacktrace 21 // [stacktrace.basic.nonmem], non-member functions 32 // [stacktrace.basic.hash], hash support
|
| /freebsd-14.2/crypto/heimdal/lib/wind/ |
| H A D | rfc3492.txt | 102 points) can be represented by a basic string (sequence of basic 110 be recovered from that basic string. 181 "extended string") as a sequence of basic code points (the "basic 205 of basic code points is nonzero. The delimiter is a particular basic 254 basic code point (because basic code points were supposed to be 370 including the basic code points). 592 {if n is a basic code point then fail} 663 The brace-enclosed conditions "non-basic" and "or c is basic" can be 1356 /* basic(cp) tests whether cp is a basic code point: */ 1453 /* Handle the basic code points: */ [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/pr/ |
| H A D | t_basic.sh | 31 atf_test_case basic 45 atf_add_test_case basic
|
| /freebsd-14.2/contrib/netbsd-tests/sbin/sysctl/ |
| H A D | t_sysctl.sh | 31 atf_test_case basic 44 atf_add_test_case basic
|
| /freebsd-14.2/sbin/route/tests/ |
| H A D | Makefile | 4 ATF_TESTS_SH+= basic 6 TEST_METADATA.basic+= is_exclusive=true
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | c64 | 234 >2 use basic-line 258 >2 use basic-line 304 >2 use basic-line 322 >2 use basic-line 366 >2 use basic-line 384 >2 use basic-line 415 >2 use basic-line 433 >2 use basic-line 472 >2 use basic-line 489 >2 use basic-line [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/fs/tmpfs/ |
| H A D | t_pipes.sh | 28 atf_test_case basic 51 atf_add_test_case basic
|
| H A D | t_truncate.sh | 28 atf_test_case basic 55 atf_add_test_case basic
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/jot/ |
| H A D | t_jot.sh | 31 atf_test_case basic 54 atf_add_test_case basic
|