Home
last modified time | relevance | path

Searched refs:no_space (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm406 my ($no_space, $space_off) = 1;
409 if (_is_control($el, 'hardspace')) { $no_space = 1; $res .= ' ' }
410 elsif (_is_control($el, 'nospace')) { $no_space = 1; }
417 if ($no_space) {
418 $no_space = 0;
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm379 my ($no_space, $space_off) = 1;
382 if (_is_control($el, 'hardspace')) { $no_space = 1; $res .= ' ' }
383 elsif (_is_control($el, 'nospace')) { $no_space = 1; }
390 if ($no_space) {
391 $no_space = 0;
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
H A Dcleanup.ksh32 . $STF_SUITE/tests/functional/no_space/enospc.cfg
H A Dsetup.ksh33 . $STF_SUITE/tests/functional/no_space/enospc.cfg
H A Denospc_001_pos.ksh32 . $STF_SUITE/tests/functional/no_space/enospc.cfg
H A Denospc_df.ksh23 . $STF_SUITE/tests/functional/no_space/enospc.cfg
H A Denospc_003_pos.ksh28 . $STF_SUITE/tests/functional/no_space/enospc.cfg
H A Denospc_rm.ksh24 . $STF_SUITE/tests/functional/no_space/enospc.cfg
H A Denospc_002_pos.ksh22 . $STF_SUITE/tests/functional/no_space/enospc.cfg
/freebsd/tests/sys/cddl/zfs/tests/no_space/
H A DMakefile4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/no_space
/freebsd/tests/sys/cddl/zfs/tests/
H A DMakefile41 TESTS_SUBDIRS+= no_space
/freebsd/sys/dev/sfxge/common/
H A Def10_filter.c1054 boolean_t no_space = B_FALSE; in ef10_filter_supported_filters() local
1081 no_space = B_TRUE; in ef10_filter_supported_filters()
1086 if (no_space) { in ef10_filter_supported_filters()
1100 no_space = B_TRUE; in ef10_filter_supported_filters()
1112 if (no_space) { in ef10_filter_supported_filters()
/freebsd/etc/mtree/
H A DBSD.tests.dist727 no_space
/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dcommon.run796 [tests/functional/no_space]
799 tags = ['functional', 'no_space']
/freebsd/contrib/byacc/
H A DCHANGES102 * main.c: rename no_space() to on_error()
104 * error.c: rename no_space() to no_error(), handling any errno
106 * defs.h: rename no_space() to on_error()