Searched refs:formatted (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c/
H A Dutils.c211 atf_dynstr_t formatted; local
215 error = atf_dynstr_init_ap(&formatted, contents, ap);
221 ATF_REQUIRE(write(fd, atf_dynstr_cstring(&formatted),
222 atf_dynstr_length(&formatted)) != -1);
225 atf_dynstr_fini(&formatted);
311 atf_dynstr_t formatted; local
315 error = atf_dynstr_init_ap(&formatted, regex, ap);
323 found = grep_string(atf_dynstr_cstring(&formatted), line);
328 atf_dynstr_fini(&formatted);
345 atf_dynstr_t formatted; local
[all...]
H A Dtc.c397 * The formatted reason is stored in out_reason. out_reason is initialized
981 atf_dynstr_t formatted; local
987 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
990 create_resfile(ctx, "expected_exit", exitcode, &formatted);
998 atf_dynstr_t formatted; local
1004 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
1007 create_resfile(ctx, "expected_signal", signo, &formatted);
1014 atf_dynstr_t formatted; local
1020 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
1023 create_resfile(ctx, "expected_death", -1, &formatted);
1030 atf_dynstr_t formatted; local
[all...]
/freebsd-13-stable/sys/dev/ixgbe/
H A Dif_fdir.c117 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_TCPV4;
124 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_UDPV4;
130 input.formatted.vlan_id = htobe16(mp->m_pkthdr.ether_vtag);
H A Dixgbe_82599.c1557 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK);
1558 flow_type = input.formatted.flow_type &
1659 input->formatted.bkt_hash = bucket_hash & 0x1FFF;
1673 u32 mask = IXGBE_NTOHS(input_mask->formatted.dst_port);
1675 mask |= IXGBE_NTOHS(input_mask->formatted.src_port);
1720 if (input_mask->formatted.bkt_hash)
1724 switch (input_mask->formatted.vm_pool & 0x7F) {
1734 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) {
1737 if (input_mask->formatted.dst_port ||
1738 input_mask->formatted
[all...]
H A Dixgbe_type.h3553 } formatted; member in union:ixgbe_atr_input
3563 } formatted; member in union:ixgbe_atr_hash_dword
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_open2.c60 test(int formatted, archive_open_callback *o, archive_read_callback *r, argument
65 if (formatted)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocketAddress.cpp48 const char *formatted = inet_ntoa(*static_cast<const in_addr *>(src)); local
49 if (formatted && strlen(formatted) < static_cast<size_t>(size)) {
50 return ::strcpy(dst, formatted);
/freebsd-13-stable/contrib/bmake/mk/
H A Dman.mk10 # 2. install formatted pages
11 # 3. install formatted pages but with extension of .0
15 # set MANTARGET=cat for formatted pages
/freebsd-13-stable/share/mk/
H A Dbsd.doc.mk22 # WITHOUT_DOCCOMPRESS If you do not want formatted troff documents to be
/freebsd-13-stable/contrib/ncurses/progs/
H A Dinfocmp.c48 #define MAX_STRING 1024 /* maximum formatted string */
1532 bool formatted = FALSE; local
1621 formatted = TRUE;
1793 formatted, FALSE, quickdump);
H A Ddump_entry.c202 bool formatted,
209 pretty = formatted;
195 dump_init(const char *version, int mode, int sort, bool wrap_strings, int twidth, int theight, unsigned traceval, bool formatted, bool check, int quick) argument
H A Dtic.c697 bool formatted = FALSE; /* reformat complex strings? */ local
821 formatted = TRUE;
948 debug_level, formatted || check_only, check_only, quickdump);
/freebsd-13-stable/contrib/ncurses/
H A Ddist.mk93 # The distributed html files are formatted using
H A Dconfigure805 optionally formatted/catonly, e.g., gzip,formatted
13764 test "$cf_preform" = yes && MANPAGE_FORMAT="$MANPAGE_FORMAT formatted"
13786 (gzip|compress|BSDI|normal|formatted|catonly)
13921 (*formatted*)
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm70 Processes C<LIST> returned from call_macro() and returns formatted string.
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm97 Processes C<LIST> returned from call_macro() and returns formatted string.
/freebsd-13-stable/contrib/ee/
H A Dee.c178 int formatted = FALSE; /* flag indicating paragraph formatted */ variable
764 if ((auto_format) && (character == ' ') && (!formatted))
767 formatted = FALSE;
876 formatted = FALSE;
2805 formatted = FALSE;
4751 formatted = TRUE;

Completed in 409 milliseconds