| /freebsd/contrib/bearssl/inc/ |
| H A D | bearssl_pem.h | 60 * dashes, the word "BEGIN", and a space). The banner matching is 65 * trailing dashes (in "normal" PEM, there are five trailing 66 * dashes, but this implementation is not picky about these dashes). 228 * only) and does not include trailing dashes.
|
| /freebsd/usr.bin/lsvfs/ |
| H A D | lsvfs.c | 21 #define DASHES "-------------------------------- " \ macro 62 fputs(DASHES, stdout); in main()
|
| /freebsd/crypto/heimdal/lib/ipc/ |
| H A D | Makefile.in | 697 dashes="$$banner"; \ 706 dashes="$$skipped"; \ 712 dashes="$$report"; \ 714 dashes=`echo "$$dashes" | sed s/./=/g`; \ 716 echo "$$grn$$dashes"; \ 718 echo "$$red$$dashes"; \ 723 echo "$$dashes$$std"; \ 948 dashes=`echo "$$banner" | sed s/./=/g`; \ 949 echo "$$dashes"; \ 951 echo "$$dashes"; \
|
| /freebsd/crypto/heimdal/lib/ntlm/ |
| H A D | Makefile.in | 699 dashes="$$banner"; \ 708 dashes="$$skipped"; \ 714 dashes="$$report"; \ 716 dashes=`echo "$$dashes" | sed s/./=/g`; \ 718 echo "$$grn$$dashes"; \ 720 echo "$$red$$dashes"; \ 725 echo "$$dashes$$std"; \ 955 dashes=`echo "$$banner" | sed s/./=/g`; \ 956 echo "$$dashes"; \ 958 echo "$$dashes"; \
|
| /freebsd/usr.bin/morse/ |
| H A D | morse.6 | 60 option produces dots and dashes rather than words. 93 Decode morse output consisting of dots and dashes (as generated by using
|
| /freebsd/crypto/heimdal/lib/sl/ |
| H A D | Makefile.in | 749 dashes="$$banner"; \ 758 dashes="$$skipped"; \ 764 dashes="$$report"; \ 766 dashes=`echo "$$dashes" | sed s/./=/g`; \ 768 echo "$$grn$$dashes"; \ 770 echo "$$red$$dashes"; \ 775 echo "$$dashes$$std"; \ 1008 dashes=`echo "$$banner" | sed s/./=/g`; \ 1009 echo "$$dashes"; \ 1011 echo "$$dashes"; \
|
| /freebsd/contrib/bearssl/src/codec/ |
| H A D | pemdec.t0 | 151 \ Remove trailing dashes from the name buffer. 152 : trim-dashes ( len -- ) 166 dup if trim-dashes ret then
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | xilinx.txt | 38 and all underscores '_' converted to dashes '-'. 43 converted to dashes '-'.
|
| /freebsd/crypto/heimdal/kadmin/ |
| H A D | Makefile.in | 869 dashes="$$banner"; \ 878 dashes="$$skipped"; \ 884 dashes="$$report"; \ 886 dashes=`echo "$$dashes" | sed s/./=/g`; \ 888 echo "$$grn$$dashes"; \ 890 echo "$$red$$dashes"; \ 895 echo "$$dashes$$std"; \ 1139 dashes=`echo "$$banner" | sed s/./=/g`; \ 1140 echo "$$dashes"; \ 1142 echo "$$dashes"; \
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | Makefile.in | 903 dashes="$$banner"; \ 912 dashes="$$skipped"; \ 918 dashes="$$report"; \ 920 dashes=`echo "$$dashes" | sed s/./=/g`; \ 922 echo "$$grn$$dashes"; \ 924 echo "$$red$$dashes"; \ 929 echo "$$dashes$$std"; \ 1166 dashes=`echo "$$banner" | sed s/./=/g`; \ 1167 echo "$$dashes"; \ 1169 echo "$$dashes"; \
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | Makefile.in | 1036 dashes="$$banner"; \ 1045 dashes="$$skipped"; \ 1051 dashes="$$report"; \ 1053 dashes=`echo "$$dashes" | sed s/./=/g`; \ 1055 echo "$$grn$$dashes"; \ 1057 echo "$$red$$dashes"; \ 1062 echo "$$dashes$$std"; \ 1304 dashes=`echo "$$banner" | sed s/./=/g`; \ 1305 echo "$$dashes"; \ 1307 echo "$$dashes"; \
|
| /freebsd/crypto/openssl/crypto/objects/ |
| H A D | README.md | 18 Note that if the base name contains spaces, dashes or periods,
|
| /freebsd/contrib/ldns/ |
| H A D | error.c | 132 "separated by dashes expected (i.e. xx-xx-xx-xx-xx-xx" }, 135 "separated by dashes expected (i.e. xx-xx-xx-xx-xx-xx-xx-xx" },
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_iostat/ |
| H A D | zpool_iostat.kshlib | 137 # Each line moves the state; when we get to a run of dashes, we 138 # commit. Note that we check for one-or-more dashes, because
|
| /freebsd/usr.bin/ul/ |
| H A D | ul.1 | 63 dashes
|
| /freebsd/contrib/pam-krb5/portable/ |
| H A D | pam_vsyslog.c | 10 * may use dashes where the module uses underscores.)
|
| /freebsd/contrib/libxo/libxo/ |
| H A D | xo_options.7 | 124 names with dashes into
|
| /freebsd/contrib/ldns/ldns/ |
| H A D | str2host.h | 272 * convert 6 hex bytes separated by dashes into wireformat 280 * convert 8 hex bytes separated by dashes into wireformat
|
| H A D | rdata.h | 118 /** 6 * 8 bit hex numbers separated by dashes. For EUI48. */ 120 /** 8 * 8 bit hex numbers separated by dashes. For EUI64. */
|
| /freebsd/contrib/kyua/doc/ |
| H A D | kyuafile.5.in | 176 Note that if the name happens to have dashes or any other special characters 475 Dashes are just one example.
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | UUID.cpp | 87 // Skip dashes in DecodeUUIDBytesFromString()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | ObjCRuntime.cpp | 52 // We permit dashes in the runtime name, and we also permit the in tryParse()
|
| /freebsd/contrib/unbound/sldns/ |
| H A D | rrdef.h | 341 /** 6 * 8 bit hex numbers separated by dashes. For EUI48. */ 343 /** 8 * 8 bit hex numbers separated by dashes. For EUI64. */
|
| /freebsd/stand/libsa/ |
| H A D | uuid_from_string.c | 99 /* Only support new format, check for all the right dashes */ in uuid_from_string()
|
| /freebsd/crypto/heimdal/etc/ |
| H A D | Makefile.in | 601 dashes=`echo "$$banner" | sed s/./=/g`; \ 602 echo "$$dashes"; \ 604 echo "$$dashes"; \
|