/freebsd/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 | 6 basic.in \ 7 basic \ 8 basic.out \ 9 basic-with-space.in \ 10 basic-with-space.out
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 154 FILE_BASIC_INFO basic; in stat_handle() 155 if (!GetFileInformationByHandleEx(h, FileBasicInfo, &basic, sizeof(basic))) in stat_handle() 158 buf->st_mtim = filetime_to_timespec(basic.LastWriteTime); in stat_handle() 159 buf->st_atim = filetime_to_timespec(basic.LastAccessTime); in stat_handle() 161 if (!(basic.FileAttributes & FILE_ATTRIBUTE_READONLY)) in stat_handle() 163 if (basic.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in stat_handle() 168 if (basic.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in stat_handle() 377 FILE_BASIC_INFO basic; in realpath() 378 if (!GetFileInformationByHandleEx(h, FileBasicInfo, &basic, sizeo in realpath() 149 FILE_BASIC_INFO basic; stat_handle() local 385 FILE_BASIC_INFO basic; fchmod_handle() local [all...] |
/freebsd/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 | 13 ATF_TESTS_C+= basic \ 20 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/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/crypto/heimdal/lib/hx509/ |
H A D | revoke.c | 267 parse_ocsp_basic(const void *data, size_t length, OCSPBasicOCSPResponse *basic) in parse_ocsp_basic() argument 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 343 ret = parse_ocsp_basic(data, length, &basic); in load_ocsp() 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() 364 ret = hx509_cert_init(context, &basic.certs->val[i], &c); in load_ocsp() [all …]
|
/freebsd/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/tests/sys/cddl/zfs/tests/delegate/ |
H A D | zfs_unallow_004_pos.ksh | 60 log_must $ZFS allow -s @basic $LOCAL_DESC_SET $dtst 61 log_must $ZFS allow -u $STAFF1 @basic $dtst 64 log_must $ZFS unallow -s @basic $LOCAL_DESC_SET $dtst
|
H A D | zfs_allow_006_pos.ksh | 75 log_must $ZFS allow -s @basic $perms1 $dtst 76 log_must $ZFS allow $STAFF1 @basic $dtst 82 log_must $ZFS allow -s @basic $perms2 $dtst
|
/freebsd/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/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/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/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/crypto/heimdal/lib/wind/ |
H A D | rfc3492.txt | 36 Bootstring that allows a string of basic code points to uniquely 92 Bootstring, which allows strings composed from a small set of "basic" 102 points) can be represented by a basic string (sequence of basic 106 * Uniqueness: There is at most one basic string that represents a 109 * Reversibility: Any extended string mapped to a basic string can 110 be recovered from that basic string. 119 * Efficient encoding: The ratio of basic string length to extended 129 are represented as themselves in the basic string (although the 134 strings are case-folded prior to encoding, the basic string can use 181 "extended string") as a sequence of basic code points (the "basic [all …]
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | stacktrace.cppm |
|
/freebsd/contrib/netbsd-tests/sbin/sysctl/ |
H A D | t_sysctl.sh | 31 atf_test_case basic 44 atf_add_test_case basic
|
/freebsd/contrib/netbsd-tests/usr.bin/pr/ |
H A D | t_basic.sh | 31 atf_test_case basic 45 atf_add_test_case basic
|
/freebsd/sbin/route/tests/ |
H A D | Makefile | 3 ATF_TESTS_SH+= basic 5 TEST_METADATA.basic+= is_exclusive=true
|
/freebsd/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
|
H A D | t_exec.sh | 28 atf_test_case basic 51 atf_add_test_case basic
|
/freebsd/contrib/netbsd-tests/usr.bin/jot/ |
H A D | t_jot.sh | 31 atf_test_case basic 54 atf_add_test_case basic
|