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

1234567

/freebsd-11-stable/usr.bin/bmake/tests/sysmk/t1/2/1/
H A Dlegacy_test.sh15 TEST_CLEANUP=clean-special
/freebsd-11-stable/usr.bin/bmake/tests/sysmk/t2/2/1/
H A Dlegacy_test.sh15 TEST_CLEANUP=clean-special
/freebsd-11-stable/usr.bin/cmp/
H A Dcmp.c76 int ch, fd1, fd2, oflag, special; local
113 special = 0;
115 special = 1;
126 if (special)
129 special = 1;
158 if (!special) {
166 special = 1;
175 special = 1;
179 if (special)
H A DMakefile7 SRCS= cmp.c link.c misc.c regular.c special.c
/freebsd-11-stable/usr.bin/ctags/
H A Dlisp.c53 int special; local
66 special = NO;
70 special = YES;
74 special = YES;
83 if (special) {
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh36 local special
39 special="
44 special="
49 special="
54 special="
79 $special
/freebsd-11-stable/contrib/ntp/
H A Dpackageinfo.sh69 #special=ag
70 special=
/freebsd-11-stable/contrib/ntp/scripts/build/
H A DVersionName48 case $special in
50 *) NAME="${NAME}-${special}" ;;
/freebsd-11-stable/sbin/newfs/
H A Dnewfs.c134 char *cp, *special; local
307 special = argv[0];
308 if (!special[0])
309 err(1, "empty file/special name");
310 cp = strrchr(special, '/');
315 snprintf(device, sizeof(device), "%s%s", _PATH_DEV, special);
316 special = device;
323 disk.d_name = special;
324 disk.d_fd = open(special, O_RDONLY);
327 errx(1, "%s: ", special);
[all...]
/freebsd-11-stable/bin/sh/
H A Dexec.h56 int special; member in struct:cmdentry
H A Dexec.c86 int special; /* flag for special builtin commands */ member in struct:tblentry
335 entry->special = 0;
357 cmdp->special = spec;
412 cmdp->special = 0;
425 entry->special = 0;
433 entry->special = cmdp->special;
443 find_builtin(const char *name, int *special) argument
451 *special
[all...]
/freebsd-11-stable/contrib/groff/src/include/
H A DDviChar.h25 int special; member in struct:_dviCharNameMap
/freebsd-11-stable/contrib/gcc/
H A Dgensupport.h72 bool special; /* special handling of modes? */ member in struct:pred_data
/freebsd-11-stable/contrib/groff/font/devlj4/
H A DMakefile.sub19 generate/special.map \
23 generate/special.awk
/freebsd-11-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...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp21 // As a special exception, you may use this file as part of a free
82 special() const function in struct:pb_ds::detail::rb_tree_node_
126 special() const function in struct:pb_ds::detail::rb_tree_node_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp21 // As a special exception, you may use this file as part of a free
81 special() const function in struct:pb_ds::detail::splay_tree_node_
113 special() const function in struct:pb_ds::detail::splay_tree_node_
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A DMakefile.sub20 special.$(OBJEXT)
35 $(srcdir)/special.cpp
/freebsd-11-stable/gnu/usr.bin/groff/src/preproc/eqn/
H A DMakefile6 script.cpp mark.cpp other.cpp delim.cpp sqrt.cpp pile.cpp special.cpp
/freebsd-11-stable/usr.sbin/ntp/doc/scripts/
H A DMakefile10 misc.txt miscopt.txt monopt.txt refclock.txt special.txt style.css
/freebsd-11-stable/lib/libipsec/
H A Dpolicy_token.l64 special [()+\|\?\*,]
/freebsd-11-stable/usr.bin/cmp/tests/
H A Dcmp_test2.sh27 atf_test_case special
65 atf_add_test_case special
/freebsd-11-stable/usr.sbin/rrenumd/
H A Dlexer.l70 special [()+\|\?\*,]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_subst.h102 svn_boolean_t special,
396 * of the special file located at @a path. The stream will be allocated
401 * which should be in the "normal form" for a special file. This enables
402 * special files to be written and read on platforms that do not treat them
403 * as special.
415 * the "normal form" for a special file, to be located at @a path, and
420 * If the platform does not support the semantics of the special file, write
421 * a regular file containing the "normal form" text. This enables special
423 * special.
437 /** Set @a *stream to a stream which translates the special fil
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c178 const int special[] = { local
197 const size_t M = (1 << __arraycount(special)) - 1;
199 if (pos < __arraycount(special))
200 return special[pos];
202 pos -= __arraycount(special);
209 for (n = 0; n < __arraycount(special); n++) {

Completed in 245 milliseconds

1234567