Home
last modified time | relevance | path

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

/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/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/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 DMakefile5 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/no_space
/freebsd/tests/sys/cddl/zfs/tests/
H A DMakefile42 TESTS_SUBDIRS+= no_space
/freebsd/contrib/byacc/
H A Ddefs.h190 #define NO_SPACE(p) if (p == 0) no_space(); assert(p != 0)
487 extern GCC_NORETURN void no_space(void);
H A Derror.c15 no_space(void) in no_space() function
H A Dmain.c567 no_space(); in alloc_file_name()
/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.dist715 no_space
/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dcommon.run762 [tests/functional/no_space]
765 tags = ['functional', 'no_space']