| /freebsd-12.1/contrib/libucl/src/ |
| H A D | ucl_emitter.c | 97 bool compact) in ucl_add_tabs() argument 99 if (!compact && tabs > 0) { in ucl_add_tabs() 111 const ucl_object_t *obj, bool compact) in ucl_emitter_print_key() argument 155 if (compact) { in ucl_emitter_print_key() 194 const ucl_object_t *obj, bool compact) in ucl_emitter_common_end_object() argument 200 if (compact) { in ucl_emitter_common_end_object() 228 if (compact) { in ucl_emitter_common_end_array() 260 if (compact) { in ucl_emitter_common_start_array() 310 if (compact) { in ucl_emitter_common_start_object() 330 if (compact) { in ucl_emitter_common_start_object() [all …]
|
| /freebsd-12.1/contrib/libucl/tests/ |
| H A D | test_basic.c | 41 int ret = 0, opt, json = 0, compact = 0, yaml = 0, in main() local 52 compact = 1; in main() 194 if (compact) { in main() 254 if (compact) { in main()
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | mandoc.css | 102 .Bl-compact > li { 107 .Bl-compact > li { 144 .Bl-compact { margin-top: 0em; } 145 .Bl-compact > dd { 147 .Bl-compact > dt { 154 .Bl-compact > tbody > tr > td {
|
| /freebsd-12.1/contrib/sendmail/contrib/ |
| H A D | expn.pl | 244 print &compact($u,$server)." ->\n" if ($verbose && ! $valid); 373 print &compact($u,$server)." ->\n" if $verbose; 381 …print "Tossing some valid to avoid invalid ".&compact($u,$server)."\n" if ($avgValid > 0.0 && ($vw… 382 print &compact($u,$server)." ->\n" if $verbose; 453 print &compact($u,$server)." ->\n" if ($verbose && $valid && $u); 731 sub compact subroutine
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | pbm | 8 0 short 0x2a17 "compact bitmap" format (Poskanzer)
|
| H A D | alliant | 16 0 short 0421 0421 Alliant compact executable
|
| H A D | bsdi | 9 0 lelong 0314 386 compact demand paged pure executable
|
| H A D | freebsd | 107 0 lelong&0377777777 041400314 FreeBSD/i386 compact demand paged
|
| /freebsd-12.1/contrib/amd/scripts/ |
| H A D | expn.1 | 254 print &compact($u,$server)." ->\n" if ($verbose && ! $valid); 383 print &compact($u,$server)." ->\n" if $verbose; 391 …print "Tossing some valid to avoid invalid ".&compact($u,$server)."\n" if ($avgValid > 0.0 && ($vw… 392 print &compact($u,$server)." ->\n" if $verbose; 463 print &compact($u,$server)." ->\n" if ($verbose && $valid && $u);
|
| H A D | expn.in | 253 print &compact($u,$server)." ->\n" if ($verbose && ! $valid); 382 print &compact($u,$server)." ->\n" if $verbose; 390 …print "Tossing some valid to avoid invalid ".&compact($u,$server)."\n" if ($avgValid > 0.0 && ($vw… 391 print &compact($u,$server)." ->\n" if $verbose; 462 print &compact($u,$server)." ->\n" if ($verbose && $valid && $u);
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_chmod_inherit_003_pos.ksh | 294 aclcur=$(get_ACE $node $count compact) 309 aclcur=$(get_ACE $node $count compact)
|
| /freebsd-12.1/usr.bin/compress/doc/ |
| H A D | README | 206 >1. Added facilities of "compact" into the compress program. "Pack", 255 >>>compact (but, then, what wouldn't be), but it's also the same speed as 257 >>>Unix-wizards, compact took about 8 minutes of CPU, pack took about 80 258 >>>seconds, and compress (herein) also took 80 seconds. But, compact and 262 >>>As is probably true of compact and pack (although I haven't checked),
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp.keys.def | 96 .Bl -tag -width RMD160 -compact 127 .Bl -tag -width /etc/ntp.keys -compact
|
| /freebsd-12.1/contrib/ntp/sntp/ag-tpl/ |
| H A D | mdoc2man | 122 if (exists $opts{compact}) {
|
| /freebsd-12.1/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | mdoc2man | 96 if (exists $opts{compact}) {
|
| /freebsd-12.1/etc/ |
| H A D | login.access | 25 # The EXCEPT operator makes it possible to write very compact rules.
|
| /freebsd-12.1/contrib/ntp/ntpq/ |
| H A D | ntpq-opts.def | 215 .Bl -tag -width "help [command]" -compact -offset indent 418 .Bl -tag -width "something" -compact -offset indent 562 .Bl -tag -width "something" -compact -offset indent 611 .Bl -tag -width "something" -compact -offset indent 801 .Bl -tag -width "something" -compact -offset indent 860 .Bl -tag -width "something" -compact -offset indent 886 .Bl -tag -width "something" -compact -offset indent 965 .Bl -tag -width "something" -compact -offset indent 991 .Bl -tag -width "something" -compact -offset indent
|
| /freebsd-12.1/tools/build/options/ |
| H A D | makeman | 326 .Bl -tag -compact -width Pa
|
| /freebsd-12.1/contrib/ntp/ntpsnmpd/ |
| H A D | ntpsnmpd-opts.def | 90 .Bl -tag -width ".Li ntpEntSoftwareVersionVal" -compact -offset indent
|
| /freebsd-12.1/contrib/libucl/ |
| H A D | README.md | 341 * `Compacted JSON` - compact json notation (without spaces or newlines); 363 ucl: emitted compact json in 0.1811 seconds 373 ucl: emitted compact json in 0.0991 seconds
|
| /freebsd-12.1/contrib/libucl/doc/ |
| H A D | api.md | 249 - compact json: `UCL_EMIT_JSON_COMPACT` - single line valid json without spaces 251 - compact yaml: `UCL_EMIT_YAML` - compact YAML output 306 … arrays, booleans and numeric types this function performs emitting to a compact json format actua…
|
| H A D | lua_api.md | 92 - `json-compact` - compacted json
|
| /freebsd-12.1/contrib/ntp/sntp/unity/auto/ |
| H A D | generate_test_runner.rb | 176 @options[:includes].flatten.uniq.compact.each do |inc|
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/acl/ |
| H A D | acl_common.kshlib | 295 compact) args="-Vd"
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_alloc.cpp | 52 static void bectl(kmp_info_t *th, bget_compact_t compact, 866 static void bectl(kmp_info_t *th, bget_compact_t compact, in bectl() argument 871 thr->compfcn = compact; in bectl()
|