/freebsd/tools/tools/fixwhite/ |
H A D | fixwhite.c | 72 savewhite(char c, bool leading) in savewhite() argument 78 if (leading) { in savewhite() 161 bool leading = true; in main() local 166 savewhite(c, leading); in main() 171 leading = false; in main() 175 if (!leading) in main()
|
/freebsd/lib/libc/net/ |
H A D | getnetbydns.c | 107 int leading = 1; in ipreverse() local 114 if (leading && p - start == 1 && *start == '0') in ipreverse() 118 leading = 0; in ipreverse() 138 leading = 1; in ipreverse() 142 leading = 0; in ipreverse() 145 if (!leading && i > 0 && len[i - 1]) in ipreverse()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | sh-leading-plus.exp | 4 echo 'whitespace in leading part' 5 whitespace in leading part
|
H A D | sh-leading-at.exp | 6 whitespace in leading part
|
H A D | sh-leading-hyphen.exp | 10 whitespace in leading part
|
H A D | directive-include-guard.mk | 586 CASES+= target-name-leading-space 587 LINES.target-name-leading-space= \
|
H A D | directive-export-gmake.mk | 29 export VAR= leading spaces
|
/freebsd/usr.sbin/config/ |
H A D | mkmakefile.cc | 189 bool leading; in sanitize_envline() local 199 leading = true; in sanitize_envline() 202 if (leading && (isspace(c) || c == '"')) in sanitize_envline() 205 leading = false; in sanitize_envline() 209 if (leading) { in sanitize_envline() 220 leading = true; in sanitize_envline() 222 if (leading && (isspace(c) || c == '"')) in sanitize_envline() 225 leading = false; in sanitize_envline() 229 if (leading) { in sanitize_envline()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | DH_generate_key.pod | 42 The padding style is RFC 5246 (8.1.2) that strips leading zero bytes. 43 It is not constant time due to the leading zero bytes being stripped. 47 The padding style is NIST SP 800-56A (C.1) that retains leading zero bytes. 48 It is constant time due to the leading zero bytes being retained.
|
H A D | BN_bn2bin.pod | 60 numbers, the string is prefaced with a leading '-'. The string must be 64 including the leading character '-' which means negative, to form a valid 72 with a leading '-' for negative numbers, to the B<BIO> or B<FILE>
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
H A D | Opts.td | 18 defm strip_underscore : BB<"strip-underscore", "Strip the leading underscore", "Don't strip the leading underscore">;
|
/freebsd/usr.bin/sed/tests/ |
H A D | math.sed | 24 poorly formed expression, leading dyadic operator 301 : leading 325 b leading 383 b leading
|
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | Options.td | 21 def no_leading_underscore: Flag<["--"], "no-leading-underscore">, 22 HelpText<"Don't add leading underscores on symbols">;
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb-device.txt | 23 with leading zeroes suppressed. The other compatible strings from the above 39 case hexadecimal with leading zeroes suppressed. The other compatible 52 with leading zeroes suppressed. The other compatible strings from the above
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_trace.c | 382 bool leading = TRUE; in _nc_fmt_funcptr() local 399 leading = FALSE; in _nc_fmt_funcptr() 400 if (!leading) { in _nc_fmt_funcptr()
|
/freebsd/contrib/tnftp/src/ |
H A D | fetch.c | 603 const char *leading; in fetch_url() local 763 leading = " ("; in fetch_url() 767 fprintf(ttyout, "%svia %s:%s", leading, in fetch_url() 769 leading = ", "; in fetch_url() 799 fputs(leading, ttyout); in fetch_url() 804 leading = ", "; in fetch_url() 819 leading); in fetch_url() 820 leading = ", "; in fetch_url() 828 "%swith proxy authorization", leading); in fetch_url() 829 leading = ", "; in fetch_url()
|
/freebsd/contrib/libpcap/ |
H A D | fmtutils.c | 97 #define SURROGATE_VALUE(leading, trailing) \ argument 98 (((((leading) - 0xd800) << 10) | ((trailing) - 0xdc00)) + 0x10000)
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ObjdumpOpts.td | 147 def no_leading_addr : Flag<["--"], "no-leading-addr">, 148 …HelpText<"When disassembling, do not print leading addresses for instructions or inline relocation… 150 HelpText<"Alias for --no-leading-addr">; 299 def full_leading_addr : Flag<["--"], "full-leading-addr">, 300 HelpText<"Print full leading address">, 303 def no_leading_headers : Flag<["--"], "no-leading-headers">, 304 HelpText<"Print no leading headers">,
|
/freebsd/contrib/netbsd-tests/bin/cat/ |
H A D | d_b_output.out | 4 3 This line has leading whitespace.
|
H A D | d_b_output.in | 4 This line has leading whitespace.
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfs-dkms.templates | 8 likely to cause instability leading to possible data corruption. You 22 likely to cause instability leading to possible data corruption. You
|
/freebsd/contrib/netbsd-tests/lib/libc/db/ |
H A D | README | 50 Blank lines, lines with leading white space, and lines with leading
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | tt.15 | 30 print substr(line, 2) # removes leading blank
|
/freebsd/lib/libc/db/test/ |
H A D | README | 57 Blank lines, lines with leading white space, and lines with leading
|
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_connection.csv | 15 0,server port bad syntax: leading garbage, -section,, -server,_SERVER_HOST:x/+80,,,,,BLANK,,,,BLANK… 20 0,proxy port bad syntax: leading garbage, -section,, -server,_SERVER_HOST:_SERVER_PORT, -proxy,127.…
|