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

/freebsd-11-stable/contrib/atf/atf-c/
H A Dutils.c208 atf_dynstr_t formatted; local
212 error = atf_dynstr_init_ap(&formatted, contents, ap);
218 ATF_REQUIRE(write(fd, atf_dynstr_cstring(&formatted),
219 atf_dynstr_length(&formatted)) != -1);
222 atf_dynstr_fini(&formatted);
301 atf_dynstr_t formatted; local
305 error = atf_dynstr_init_ap(&formatted, regex, ap);
313 found = grep_string(atf_dynstr_cstring(&formatted), line);
318 atf_dynstr_fini(&formatted);
335 atf_dynstr_t formatted; local
[all...]
H A Dtc.c352 * The formatted reason is stored in out_reason. out_reason is initialized
936 atf_dynstr_t formatted; local
942 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
945 create_resfile(ctx->resfile, "expected_exit", exitcode, &formatted);
953 atf_dynstr_t formatted; local
959 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
962 create_resfile(ctx->resfile, "expected_signal", signo, &formatted);
969 atf_dynstr_t formatted; local
975 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
978 create_resfile(ctx->resfile, "expected_death", -1, &formatted);
985 atf_dynstr_t formatted; local
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_fdir.c116 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_TCPV4;
123 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_UDPV4;
129 input.formatted.vlan_id = htobe16(mp->m_pkthdr.ether_vtag);
H A Dixgbe_82599.c1554 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK);
1555 flow_type = input.formatted.flow_type &
1656 input->formatted.bkt_hash = bucket_hash & 0x1FFF;
1670 u32 mask = IXGBE_NTOHS(input_mask->formatted.dst_port);
1672 mask |= IXGBE_NTOHS(input_mask->formatted.src_port);
1716 if (input_mask->formatted.bkt_hash)
1720 switch (input_mask->formatted.vm_pool & 0x7F) {
1730 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) {
1733 if (input_mask->formatted.dst_port ||
1734 input_mask->formatted
[all...]
H A Dixgbe_type.h3517 } formatted; member in union:ixgbe_atr_input
3527 } formatted; member in union:ixgbe_atr_hash_dword
/freebsd-11-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-11-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-11-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-11-stable/contrib/gcc/doc/
H A Dmakefile.texi18 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
/freebsd-11-stable/share/mk/
H A Dbsd.doc.mk22 # WITHOUT_DOCCOMPRESS If you do not want formatted troff documents to be
/freebsd-11-stable/contrib/ncurses/progs/
H A Dinfocmp.c50 #define MAX_STRING 1024 /* maximum formatted string */
1492 bool formatted = FALSE; local
1579 formatted = TRUE;
1741 dump_init(tversion, outform, sortmode, mwidth, mheight, itrace, formatted);
H A Dtic.c682 bool formatted = FALSE; /* reformat complex strings? */ local
794 formatted = TRUE;
915 sortmode, width, height, debug_level, formatted);
H A Ddump_entry.c193 bool formatted)
198 pretty = formatted;
187 dump_init(const char *version, int mode, int sort, int twidth, int theight, unsigned traceval, bool formatted) argument
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk92 # The distributed html files are formatted using
H A Dconfigure780 optionally formatted/catonly, e.g., gzip,formatted
10448 test "$cf_preform" = yes && MANPAGE_FORMAT="$MANPAGE_FORMAT formatted"
10470 gzip|compress|BSDI|normal|formatted|catonly)
10605 *formatted*) # (vi
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm70 Processes C<LIST> returned from call_macro() and returns formatted string.
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm97 Processes C<LIST> returned from call_macro() and returns formatted string.
/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp722 "-z\tsuppress formatted output\n"
/freebsd-11-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 314 milliseconds