| /freebsd/bin/ls/ |
| H A D | extern.h | 49 void printcol(const DISPLAY *); 50 void printlong(const DISPLAY *); 52 void printscol(const DISPLAY *); 53 void printstream(const DISPLAY *);
|
| H A D | ls.h | 79 } DISPLAY; typedef
|
| H A D | ls.c | 110 static void (*printfcn)(const DISPLAY *); 749 DISPLAY d; in display()
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | benchzstd.c | 76 #define DISPLAY(...) \ macro 83 DISPLAY(__VA_ARGS__); \ 106 DISPLAY(__VA_ARGS__); \ 123 DISPLAY("Error : "); \ 124 DISPLAY("%s failed : %s", #zf, ZSTD_getErrorName(zerr)); \ 125 DISPLAY(" \n"); \ 698 DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n", in BMK_benchMemAdvancedNoAlloc() 706 DISPLAY("Decoding error at pos %u ", (unsigned)u); in BMK_benchMemAdvancedNoAlloc() 714 DISPLAY("(sample %u, block %u, pos %u) \n", in BMK_benchMemAdvancedNoAlloc() 721 DISPLAY("origin: "); in BMK_benchMemAdvancedNoAlloc() [all …]
|
| H A D | dibio.c | 58 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 59 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } 66 { g_displayClock = UTIL_getTime(); DISPLAY(__VA_ARGS__); \ 75 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); 79 DISPLAY("Error %i : ", error); \ 80 DISPLAY(__VA_ARGS__); \ 81 DISPLAY("\n"); \
|
| H A D | fileio_common.h | 34 #define DISPLAY(...) DISPLAY_F(stderr, __VA_ARGS__) macro 35 #define DISPLAYLEVEL(l, ...) { if (g_display_prefs.displayLevel>=l) { DISPLAY(__VA_ARGS__); } } 46 DISPLAY(__VA_ARGS__); \
|
| H A D | zstdcli.c | 104 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } } 327 DISPLAY("Press enter to continue... \n"); in waitEnter() 712 if (fileSize != UTIL_FILESIZE_UNKNOWN) DISPLAY("%s (%llu bytes)\n", filename, fileSize); in printDefaultCParams() 713 else DISPLAY("%s (src size unknown)\n", filename); in printDefaultCParams() 714 DISPLAY(" - windowLog : %u\n", cParams.windowLog); in printDefaultCParams() 715 DISPLAY(" - chainLog : %u\n", cParams.chainLog); in printDefaultCParams() 716 DISPLAY(" - hashLog : %u\n", cParams.hashLog); in printDefaultCParams() 717 DISPLAY(" - searchLog : %u\n", cParams.searchLog); in printDefaultCParams() 718 DISPLAY(" - minMatch : %u\n", cParams.minMatch); in printDefaultCParams() 719 DISPLAY(" - targetLength : %u\n", cParams.targetLength); in printDefaultCParams() [all …]
|
| H A D | fileio.c | 142 DISPLAY("\n"); in INThandler() 207 DISPLAY("Caught %s signal, printing stack:\n", name); in ABRThandler() 211 DISPLAY("\n"); in ABRThandler() 218 DISPLAY("%s\n", symbollist[i]); in ABRThandler() 631 DISPLAY("zstd: %s already exists; ", dstFileName); in FIO_openDstFile() 2117 DISPLAY("--format=%s", formatOptions[prefs->compressionType]); in FIO_displayCompressionParameters() 2118 DISPLAY("%s", INDEX(sparseOptions, prefs->sparseFileSupport)); in FIO_displayCompressionParameters() 2119 DISPLAY("%s", prefs->dictIDFlag ? "" : " --no-dictID"); in FIO_displayCompressionParameters() 2120 DISPLAY("%s", INDEX(checkSumOptions, prefs->checksumFlag)); in FIO_displayCompressionParameters() 2121 DISPLAY(" --block-size=%d", prefs->blockSize); in FIO_displayCompressionParameters() [all …]
|
| H A D | benchfn.c | 40 # define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 41 # define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| H A D | BEGEMOT-NETGRAPH.txt | 80 DISPLAY-HINT "31a" 87 DISPLAY-HINT "31a" 94 DISPLAY-HINT "31a" 101 DISPLAY-HINT "31a" 108 DISPLAY-HINT "x" 115 DISPLAY-HINT "x"
|
| /freebsd/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 56 #undef DISPLAY 57 #define DISPLAY(...) \ macro 65 DISPLAY(__VA_ARGS__); \ 79 DISPLAY(__VA_ARGS__); \
|
| H A D | zdict.c | 76 #undef DISPLAY 77 #define DISPLAY(...) do { fprintf(stderr, __VA_ARGS__); fflush( stderr ); } while (0) macro 79 #define DISPLAYLEVEL(l, ...) do { if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } } while (0) … 90 DISPLAY("%c", c); in ZDICT_printHex() 485 DISPLAY(__VA_ARGS__); \ in ZDICT_trainBuffer_legacy()
|
| H A D | cover.c | 69 #undef DISPLAY 70 #define DISPLAY(...) \ macro 78 DISPLAY(__VA_ARGS__); \ 92 DISPLAY(__VA_ARGS__); \
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | ldt2.sh | 87 export DISPLAY=<your display host goes here>:0
|
| /freebsd/contrib/ntp/scripts/ |
| H A D | plot_summary-opts.def | 63 command. Default is @code{x11} if @code{DISPLAY} is set and
|
| H A D | plot_summary.in | 48 || ( $ENV{DISPLAY} ? "x11" : "dumb" );
|
| H A D | invoke-plot_summary.texi | 102 command. Default is @code{x11} if @code{DISPLAY} is set and
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | mustberoot.subr | 238 if [ "$USE_XDIALOG" -a "$SSH_CONNECTION" -a "$DISPLAY" ]; then 243 displaynum="${DISPLAY#*:}"
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | fsl,imx6q-pcie.txt | 48 - power-domains: Must be set to phandles pointing to the DISPLAY and
|
| /freebsd/sys/contrib/device-tree/src/arm/st/ |
| H A D | ste-href.dtsi | |
| H A D | ste-snowball.dts | 456 regulator-name = "V-DISPLAY";
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| H A D | BEGEMOT-BRIDGE-MIB.txt | 75 DISPLAY-HINT "16a" 82 DISPLAY-HINT "16a" 89 DISPLAY-HINT "1x.1x"
|
| /freebsd/contrib/ntp/ntpsnmpd/ |
| H A D | ntpv4-mib.mib | 100 DISPLAY-HINT "d" 107 DISPLAY-HINT "4d:4d:4d.4d"
|
| /freebsd/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 70 "OPENMP DISPLAY ENVIRONMENT BEGIN", 71 "OPENMP DISPLAY ENVIRONMENT END",
|
| /freebsd/contrib/bsnmp/snmp_ntp/ |
| H A D | NTP-MIB.txt | 61 DISPLAY-HINT "4x.4x"
|