Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 244) sorted by relevance

12345678910

/freebsd/tools/tools/fixwhite/
H A Dfixwhite.c72 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/contrib/bmake/unit-tests/
H A Dsh-leading-plus.exp4 echo 'whitespace in leading part'
5 whitespace in leading part
H A Dsh-leading-at.exp6 whitespace in leading part
H A Dsh-leading-hyphen.exp10 whitespace in leading part
H A Ddirective-export-gmake.mk29 export VAR= leading spaces
/freebsd/lib/libc/net/
H A Dgetnetbydns.c107 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/usr.sbin/config/
H A Dmkmakefile.cc189 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 DDH_generate_key.pod42 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 DBN_bn2bin.pod60 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/lib/ToolDrivers/llvm-dlltool/
H A DOptions.td18 def no_leading_underscore: Flag<["--"], "no-leading-underscore">,
19 HelpText<"Don't add leading underscores on symbols">;
/freebsd/usr.bin/sed/tests/
H A Dmath.sed24 poorly formed expression, leading dyadic operator
301 : leading
325 b leading
383 b leading
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A DOpts.td18 … strip_underscore : BB<"strip-underscore", "Strip the leading underscore", "Don't strip the leadin…
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c333 bool leading = TRUE; in _nc_fmt_funcptr() local
350 leading = FALSE; in _nc_fmt_funcptr()
351 if (!leading) { in _nc_fmt_funcptr()
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb-device.txt23 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
H A Dusb-device.yaml35 hexadecimal with leading zeroes suppressed. The other compatible
67 in lower case hexadecimal with leading zeroes suppressed.
/freebsd/contrib/netbsd-tests/bin/cat/
H A Dd_b_output.in4 This line has leading whitespace.
H A Dd_b_output.out4 3 This line has leading whitespace.
/freebsd/contrib/tnftp/src/
H A Dfetch.c603 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/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td147 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">;
295 def full_leading_addr : Flag<["--"], "full-leading-addr">,
296 HelpText<"Print full leading address">,
299 def no_leading_headers : Flag<["--"], "no-leading-headers">,
300 HelpText<"Print no leading headers">,
/freebsd/contrib/libpcap/
H A Dfmtutils.c99 #define SURROGATE_VALUE(leading, trailing) \ argument
100 (((((leading) - 0xd800) << 10) | ((trailing) - 0xdc00)) + 0x10000)
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-dkms.templates8 likely to cause instability leading to possible data corruption. You
22 likely to cause instability leading to possible data corruption. You
/freebsd/contrib/one-true-awk/testdir/
H A Dtt.1530 print substr(line, 2) # removes leading blank
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A DREADME50 Blank lines, lines with leading white space, and lines with leading
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_connection.csv15 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.…
/freebsd/lib/libc/db/test/
H A DREADME57 Blank lines, lines with leading white space, and lines with leading

12345678910