Searched refs:special (Results 1 - 25 of 165) sorted by relevance

1234567

/freebsd-13-stable/usr.bin/bmake/tests/sysmk/t1/2/1/
H A Dlegacy_test.sh15 TEST_CLEANUP=clean-special
/freebsd-13-stable/usr.bin/bmake/tests/sysmk/t2/2/1/
H A Dlegacy_test.sh15 TEST_CLEANUP=clean-special
/freebsd-13-stable/usr.bin/ctags/
H A Dlisp.c55 int special; local
68 special = NO;
72 special = YES;
76 special = YES;
85 if (special) {
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh37 local special
40 special="
45 special="
50 special="
55 special="
80 $special
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_002_neg.ksh23 # Creating a pool fails when an invalid special device type is specified.
25 claim="Creating a pool with an invalid special device type fails."
34 log_mustnot zpool create $TESTPOOL raidz $ZPOOL_DISKS special $CLASS_DISK0
38 log_mustnot zpool create $TESTPOOL $ZPOOL_DISKS special mirror \
43 log_mustnot zpool create $TESTPOOL raidz $ZPOOL_DISKS special raidz \
H A Dalloc_class_001_pos.ksh23 # Creating a pool with a special device succeeds, but only if
29 claim="Creating a pool with a special device succeeds."
35 for type in special dedup; do
38 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_005_pos.ksh24 # (should be enabled) and also after a special device added to existing
54 log_must zpool add $TESTPOOL special $CLASS_DISK0
56 log_must zpool add $TESTPOOL special mirror \
H A Dalloc_class_008_pos.ksh23 # Adding an additional special device to a pool with special succeeds.
25 claim="Adding an additional special device succeeds."
50 special $special_type $create_disks
51 log_must zpool add $TESTPOOL special $special_type $added_disks
H A Dalloc_class_003_pos.ksh23 # Adding a special device to a normal pool succeeds.
25 claim="Adding a special device to a normal pool succeeds."
39 log_must zpool add $TESTPOOL special mirror \
45 log_must zpool add $TESTPOOL special mirror \
50 log_must zpool add $TESTPOOL special $CLASS_DISK0
H A Dalloc_class_006_pos.ksh23 # Using zpool split command to detach disks from mirrored special pool
26 claim="zpool split command succeeds with special devices present."
37 special mirror $CLASS_DISK0 $CLASS_DISK1
H A Dalloc_class_011_neg.ksh35 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_009_pos.ksh23 # Importing and exporting pool with special device succeeds.
25 claim="Import/export of pool with special device mirror succeeds."
53 # 1/3 of the time add the special vdev after creating the pool
57 log_must zpool add ${props} $TESTPOOL special $stype $sdisks
60 special $stype $sdisks
H A Dalloc_class_004_pos.ksh24 # creating a pool with a special device.
53 special $stype $sdisks
H A Dalloc_class_007_pos.ksh23 # Replacing a special device succeeds
25 claim="Replacing a special device is successful."
35 special mirror $CLASS_DISK0 $CLASS_DISK1
H A Dalloc_class_010_pos.ksh35 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
/freebsd-13-stable/contrib/ntp/
H A Dpackageinfo.sh69 #special=ag
70 special=
/freebsd-13-stable/contrib/ntp/scripts/build/
H A DVersionName48 case $special in
50 *) NAME="${NAME}-${special}" ;;
/freebsd-13-stable/usr.bin/cmp/
H A DMakefile7 SRCS= cmp.c link.c misc.c regular.c special.c
H A Dcmp.c81 bool special; local
123 special = false;
125 special = true;
135 if (special)
138 special = true;
172 if (!special) {
180 special = true;
189 special = true;
193 if (special)
/freebsd-13-stable/sbin/newfs/
H A Dnewfs.c136 char *cp, *special; local
310 special = argv[0];
311 if (!special[0])
312 err(1, "empty file/special name");
313 cp = strrchr(special, '/');
318 snprintf(device, sizeof(device), "%s%s", _PATH_DEV, special);
319 special = device;
326 disk.d_name = special;
327 disk.d_fd = open(special, O_RDONLY);
330 errx(1, "%s: ", special);
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarname-dot-newline.mk3 # Tests for the special .newline variable.
5 # Contrary to the special variable named "" that is used in expressions like
H A Dunexport.mk11 # Until 2020-08-08, Var_UnExport had special handling for '\n', that code
H A Ddeptgt-delete_on_error.mk3 # Tests for the special target .DELETE_ON_ERROR in dependency declarations,
41 # The special target .DELETE_ON_ERROR is a global setting.
/freebsd-13-stable/bin/sh/
H A Dexec.h56 int special; member in struct:cmdentry
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dtranslate.c62 svn_boolean_t special;
74 &special,
78 if (special)
103 if (svn_subst_translation_required(style, eol, keywords, special, TRUE))
155 svn_boolean_t special;
161 &special,
165 if (! svn_subst_translation_required(style, eol, keywords, special, TRUE)
218 special,
247 svn_boolean_t *special,
281 if (special)
61 svn_boolean_t special; local
154 svn_boolean_t special; local
243 svn_wc__get_translate_info(svn_subst_eol_style_t *style, const char **eol, apr_hash_t **keywords, svn_boolean_t *special, svn_wc__db_t *db, const char *local_abspath, apr_hash_t *props, svn_boolean_t for_normalization, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]

Completed in 94 milliseconds

1234567