| /trueos/contrib/atf/atf-c/ |
| HD | utils.c | 208 atf_dynstr_t formatted; in atf_utils_create_file() local 212 error = atf_dynstr_init_ap(&formatted, contents, ap); in atf_utils_create_file() 218 ATF_REQUIRE(write(fd, atf_dynstr_cstring(&formatted), in atf_utils_create_file() 219 atf_dynstr_length(&formatted)) != -1); in atf_utils_create_file() 222 atf_dynstr_fini(&formatted); in atf_utils_create_file() 301 atf_dynstr_t formatted; in atf_utils_grep_file() local 305 error = atf_dynstr_init_ap(&formatted, regex, ap); in atf_utils_grep_file() 313 found = grep_string(atf_dynstr_cstring(&formatted), line); in atf_utils_grep_file() 318 atf_dynstr_fini(&formatted); in atf_utils_grep_file() 335 atf_dynstr_t formatted; in atf_utils_grep_string() local [all …]
|
| HD | tc.c | 936 atf_dynstr_t formatted; in _atf_tc_expect_exit() local 942 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); in _atf_tc_expect_exit() 945 create_resfile(ctx->resfile, "expected_exit", exitcode, &formatted); in _atf_tc_expect_exit() 953 atf_dynstr_t formatted; in _atf_tc_expect_signal() local 959 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); in _atf_tc_expect_signal() 962 create_resfile(ctx->resfile, "expected_signal", signo, &formatted); in _atf_tc_expect_signal() 969 atf_dynstr_t formatted; in _atf_tc_expect_death() local 975 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); in _atf_tc_expect_death() 978 create_resfile(ctx->resfile, "expected_death", -1, &formatted); in _atf_tc_expect_death() 985 atf_dynstr_t formatted; in _atf_tc_expect_timeout() local [all …]
|
| /trueos/sys/dev/ixgbe/ |
| HD | ixgbe_82599.c | 1513 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK); in ixgbe_fdir_add_signature_filter_82599() 1514 flow_type = input.formatted.flow_type & in ixgbe_fdir_add_signature_filter_82599() 1621 input->formatted.bkt_hash = bucket_hash & 0x1FFF; in ixgbe_atr_compute_perfect_hash_82599() 1635 u32 mask = IXGBE_NTOHS(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599() 1637 mask |= IXGBE_NTOHS(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599() 1681 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599() 1685 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599() 1695 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599() 1698 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599() 1699 input_mask->formatted.src_port) { in ixgbe_fdir_set_input_mask_82599() [all …]
|
| /trueos/contrib/libarchive/libarchive/test/ |
| HD | test_archive_read_open2.c | 60 test(int formatted, archive_open_callback *o, archive_read_callback *r, in test() argument 65 if (formatted) in test()
|
| /trueos/contrib/gcc/doc/ |
| HD | makefile.texi | 18 Produce info-formatted documentation and man pages. Essentially it 22 Produce DVI-formatted documentation. 25 Produce PDF-formatted documentation. 28 Produce HTML-formatted documentation. 34 Generate info-formatted pages. 57 Copies the info-formatted and manpage documentation into the source
|
| /trueos/contrib/ntp/ |
| HD | dot.emacs | 1 ;; This is how Dave Mills likes to see the code formatted.
|
| HD | README.hackers | 7 Dave likes this code indented formatted in a consistent way.
|
| HD | WHERE-TO-START | 24 pages have been formatted so that viewing with an ordinary text editor
|
| /trueos/contrib/ncurses/misc/ |
| HD | chkdef.cmd | 36 * formatted. 81 /* The input was not properly formatted */
|
| /trueos/sys/mips/conf/ |
| HD | DB120 | 31 # read MSDOS formatted disks - USB
|
| HD | CARAMBOLA2 | 38 # read MSDOS formatted disks - USB
|
| HD | AP121 | 36 # read MSDOS formatted disks - USB
|
| HD | TP-WN1043ND | 30 # read MSDOS formatted disks - USB
|
| /trueos/contrib/compiler-rt/ |
| HD | CREDITS.TXT | 6 The list is sorted by surname and formatted to allow easy grepping and
|
| /trueos/crypto/heimdal/lib/asn1/ |
| HD | asn1_err.et | 18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding"
|
| /trueos/crypto/openssl/doc/ssl/ |
| HD | SSL_load_client_CA_file.pod | 20 SSL_load_client_CA_file() reads a file of PEM formatted certificates and
|
| /trueos/lib/libc/db/ |
| HD | README | 28 docs Various USENIX papers, and the formatted manual pages.
|
| /trueos/share/doc/pjdfstest/ |
| HD | README | 33 filesystem, e.g. a small UFS-formatted memory disk or ZFS dataset with
|
| /trueos/contrib/file/magic/Magdir/ |
| HD | printer | 4 # printer: file(1) magic for printer-formatted files 118 0 string \033[K\002\0\0\017\033(a\001\0\001\033(g Canon Bubble Jet BJC formatted data
|
| HD | iff | 47 >8 string FTXT \b, FTXT formatted text
|
| /trueos/contrib/mdocml/ |
| HD | att.in | 20 * isn't going to change. The right-hand side is the formatted string.
|
| /trueos/usr.sbin/bsdconfig/include/ |
| HD | media.hlp | 20 formatted floppies. Such floppies are assumed to
|
| /trueos/contrib/ncurses/progs/ |
| HD | tic.c | 482 bool formatted = FALSE; /* reformat complex strings? */ in main() local 573 formatted = TRUE; in main() 691 sortmode, width, debug_level, formatted); in main()
|
| /trueos/contrib/unbound/libunbound/python/doc/modules/ |
| HD | unbound.rst | 33 The DNS answer packet. Network formatted. Can contain DNSSEC types.
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| HD | tst.Bean.ksh.out | 220 ]], output = Yes, this is the formatted printa() output] 261 ]], output = Yes, this is the formatted printa() output] 303 ]], output = Yes, this is the formatted printa() output] 344 ]], output = Yes, this is the formatted printa() output] 346 serialized: long formatted string 347 deserialized: long formatted string 349 encoded: long formatted string 350 decoded: long formatted string 392 ]], output = Yes, this is the formatted printa() output], long formatted string, 441 ]], output = Yes, this is the formatted printa() output], long formatted string, [all …]
|