Searched refs:outform (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/dtc/
H A Ddtc.c173 const char *outform = NULL; local
195 outform = optarg;
294 if (outform == NULL) {
295 outform = guess_type_by_name(outname, NULL);
296 if (outform == NULL) {
298 outform = "dtb";
300 outform = "dts";
353 if (streq(outform, "dts")) {
355 } else if (streq(outform, "dtb")) {
357 } else if (streq(outform, "as
[all...]
/freebsd-11-stable/share/examples/uefisign/
H A Duefikeys35 openssl x509 -inform PEM -outform DER -in "${certfile}" -out "${efifile}" || die "openssl x509 failed"
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_mbstr.c99 int outform, outlen = 0; local
171 outform = MBSTRING_ASC;
180 outform = MBSTRING_BMP;
183 outform = MBSTRING_UNIV;
186 outform = MBSTRING_UTF8;
209 if (inform == outform) {
218 switch (outform) {
/freebsd-11-stable/contrib/ncurses/progs/
H A Ddump_entry.c57 static int outform; /* output format to use */ variable
216 switch (outform = mode) {
282 "%s: width = %d, tversion = %d, outform = %d\n",
283 _nc_progname, width, tversion, outform);
654 else if (isObsolete(outform, name))
678 else if (isObsolete(outform, name))
707 if (outform == F_TERMCAP) {
728 else if (isObsolete(outform, name))
736 if (outform == F_TERMCAP && (strlen(name) > 2))
740 if (outform
[all...]
H A Dinfocmp.c77 static int outform = F_TERMINFO; /* output format */ variable
294 #define TIC_EXPAND(result) _nc_tic_expand(result, outform==F_TERMINFO, numbers)
1547 outform = F_TERMCAP;
1591 outform = F_TERMINFO;
1602 outform = F_VARIABLE;
1608 outform = F_TERMINFO;
1741 dump_init(tversion, outform, sortmode, mwidth, mheight, itrace, formatted);
1876 dump_uses(tname[i], !(outform == F_TERMCAP
1877 || outform == F_TCONVERR));
H A Dtic.c677 int outform = F_TERMINFO; /* output format */ local
699 outform = F_TERMINFO;
703 outform = F_TERMCAP;
752 outform = F_TERMCAP;
763 outform = F_TERMINFO;
768 outform = F_VARIABLE;
913 ? outform
918 outform,

Completed in 161 milliseconds