Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 873) sorted by relevance

12345678910>>...35

/freebsd-12-stable/sbin/newfs/
Dnewfs.c136 char *cp, *special; in main() local
310 special = argv[0]; in main()
311 if (!special[0]) in main()
313 cp = strrchr(special, '/'); in main()
318 snprintf(device, sizeof(device), "%s%s", _PATH_DEV, special); in main()
319 special = device; in main()
326 disk.d_name = special; in main()
327 disk.d_fd = open(special, O_RDONLY); in main()
330 errx(1, "%s: ", special); in main()
331 } else if (ufs_disk_fillout_blank(&disk, special) == -1 || in main()
[all …]
/freebsd-12-stable/usr.bin/cmp/
Dcmp.c105 bool special; in main() local
166 special = false; in main()
168 special = true; in main()
178 if (special) in main()
181 special = true; in main()
222 if (!special) { in main()
230 special = true; in main()
239 special = true; in main()
243 if (special) in main()
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/tools/
Dgenmakefiles.sh37 local special
40 special="
45 special="
50 special="
55 special="
80 $special
/freebsd-12-stable/usr.bin/ctags/
Dlisp.c55 int special; in l_entries() local
68 special = NO; in l_entries()
72 special = YES; in l_entries()
76 special = YES; in l_entries()
85 if (special) { in l_entries()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dtranslate.c61 svn_boolean_t special; in svn_wc__internal_translated_stream() local
73 &special, in svn_wc__internal_translated_stream()
77 if (special) in svn_wc__internal_translated_stream()
102 if (svn_subst_translation_required(style, eol, keywords, special, TRUE)) in svn_wc__internal_translated_stream()
154 svn_boolean_t special; in svn_wc__internal_translated_file() local
160 &special, in svn_wc__internal_translated_file()
164 if (! svn_subst_translation_required(style, eol, keywords, special, TRUE) in svn_wc__internal_translated_file()
217 special, in svn_wc__internal_translated_file()
246 svn_boolean_t *special, in svn_wc__get_translate_info() argument
280 if (special) in svn_wc__get_translate_info()
[all …]
Dmerge.c173 svn_boolean_t special; in detranslate_wc_file() local
195 special = FALSE; in detranslate_wc_file()
205 &special, in detranslate_wc_file()
217 &special, in detranslate_wc_file()
222 if (special) in detranslate_wc_file()
252 if (force_copy || keywords || eol || special) in detranslate_wc_file()
287 special, in detranslate_wc_file()
918 svn_boolean_t same, special; in merge_text_file() local
925 &special, mt->db, mt->local_abspath, in merge_text_file()
929 (special ? in merge_text_file()
/freebsd-12-stable/bin/sh/
Dexec.c87 int special; /* flag for special builtin commands */ member
373 entry->special = 0; in find_command()
395 cmdp->special = spec; in find_command()
451 cmdp->special = 0; in find_command()
464 entry->special = 0; in find_command()
472 entry->special = cmdp->special; in find_command()
482 find_builtin(const char *name, int *special) in find_builtin() argument
490 *special = (bp[1] & BUILTIN_SPECIAL) != 0; in find_builtin()
632 cmdp->special = entry->special; in addcmdentry()
649 entry.special = 0; in defun()
[all …]
/freebsd-12-stable/usr.sbin/crunch/examples/
Dreally-big.conf62 special locate srcdir /usr/src/usr.bin/locate/locate
63 special tn3270 srcdir /usr/src/usr.bin/tn3270/tn3270
77 special amd srcdir /usr/src/usr.sbin/amd/amd
78 special amd objs vers.amd.o afs_ops.o am_ops.o clock.o util.o xutil.o efs_ops.o mapc.o info_file.o …
83 special lpr srcdir /usr/src/usr.sbin/lpr/lpr
87 special sendmail srcdir /usr/src/usr.sbin/sendmail/src
93 special timed srcdir /usr/src/usr.sbin/timed/timed
100 special ntpdate srcdir /usr/src/usr.sbin/xntpd/ntpdate
101 special ntpdate keep progname
151 special cc1 objpaths /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-parse.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/…
/freebsd-12-stable/sbin/ffsinfo/
Dffsinfo.c129 char *device, *special; in main()
206 special = (char *)malloc(len); in main()
207 if (special == NULL) in main()
209 snprintf(special, len, "%sr%s", _PATH_DEV, device); in main()
210 if (stat(special, &st) == -1) { in main()
211 snprintf(special, len, "%s%s", _PATH_DEV, device); in main()
212 if (stat(special, &st) == -1) { in main()
213 snprintf(special, len, "%svinum/r%s", in main()
215 if (stat(special, &st) == -1) in main()
217 snprintf(special, len, "%svinum/%s", in main()
[all …]
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_subst.h101 svn_boolean_t special,
483 svn_boolean_t special,
504 svn_boolean_t special,
523 svn_boolean_t special,
611 svn_boolean_t special,
642 svn_boolean_t special,
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
Dt_wait_noproc.c178 const int special[] = { in get_options4() local
197 const size_t M = (1 << __arraycount(special)) - 1; in get_options4()
199 if (pos < __arraycount(special)) in get_options4()
200 return special[pos]; in get_options4()
202 pos -= __arraycount(special); in get_options4()
209 for (n = 0; n < __arraycount(special); n++) { in get_options4()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DCXXRecordDeclDefinitionBits.def38 /// The user-declared special members which this class has.
142 /// These flags are \c true if a defaulted corresponding special
153 /// special member would be defined as deleted.
162 /// The trivial special members which this class has, per
166 /// This excludes any user-declared but not user-provided special members
170 /// These bits keep track of the triviality of special functions for the
175 /// The declared special members of this class which are known to be
178 /// This excludes any user-declared but not user-provided special members
179 /// which have been declared but not yet defined, and any implicit special
183 /// These bits keep track of the declared special members that are
[all …]
/freebsd-12-stable/share/mk/
Dbsd.crunchgen.mk96 echo special ${P} srcdir ${CRUNCH_SRCDIR_${P}} >>${.TARGET}
98 echo special ${P} buildopts DIRPRFX=${DIRPRFX}${P}/ \
101 echo special ${P} buildopts DIRPRFX=${DIRPRFX}${P}/ >>${.TARGET}
104 echo special ${P} lib ${CRUNCH_LIBS_${P}} >>${.TARGET}
/freebsd-12-stable/sbin/tunefs/
Dtunefs.c92 const char *special, *on; in main() local
310 on = special = argv[0]; in main()
311 if (ufs_disk_fillout(&disk, special) == -1) in main()
319 errx(1, "%s is not clean - run fsck.\n", special); in main()
320 if (disk.d_name != special) { in main()
321 if (statfs(special, &stfs) != 0) in main()
322 warn("Can't stat %s", special); in main()
323 if (strcmp(special, stfs.f_mntonname) == 0) in main()
579 err(9, "%s: reload: %s", special, errmsg); in main()
581 err(9, "%s: reload", special); in main()
[all …]
/freebsd-12-stable/contrib/ncurses/include/
DCaps.osf1r5141 # difference (there is special code in tic to recognize this situation).
502 key_smap_in1 kmpf1 str Kv - - ----K special mapped key 1 input
503 key_smap_out1 kmpt1 str KV - - ----K special mapped key 1 output
504 key_smap_in2 kmpf2 str Kw - - ----K special mapped key 2 input
505 key_smap_out2 kmpt2 str KW - - ----K special mapped key 2 output
506 key_smap_in3 kmpf3 str Kx - - ----K special mapped key 3 input
507 key_smap_out3 kmpt3 str KX - - ----K special mapped key 3 output
508 key_smap_in4 kmpf4 str Ky - - ----K special mapped key 4 input
509 key_smap_out4 kmpt4 str KY - - ----K special mapped key 4 output
510 key_smap_in5 kmpf5 str Kz - - ----K special mapped key 5 input
[all …]
/freebsd-12-stable/contrib/ntp/scripts/build/
DVersionName48 case $special in
50 *) NAME="${NAME}-${special}" ;;
/freebsd-12-stable/lib/msun/tests/
Dtrig_test.c84 ATF_TC(special);
85 ATF_TC_HEAD(special, tc) in ATF_TC_HEAD() argument
91 ATF_TC_BODY(special, tc) in ATF_TC_BODY() argument
272 ATF_TP_ADD_TC(tp, special); in ATF_TP_ADD_TCS()
/freebsd-12-stable/contrib/gcclibs/libiberty/
DREADME44 * Consider the special cases of building libiberty; as of this
45 writing, the special cases are newlib and VxWorks. If a
46 particular special case provides the function, you do not need
60 don't need a special Makefile stub for that configuration.
/freebsd-12-stable/contrib/binutils/libiberty/
DREADME44 * Consider the special cases of building libiberty; as of this
45 writing, the special cases are newlib and VxWorks. If a
46 particular special case provides the function, you do not need
60 don't need a special Makefile stub for that configuration.
/freebsd-12-stable/contrib/libevent/m4/
Dacx_pthread.m411 # linker flags, and the PTHREAD_CFLAGS output variable to any special
16 # Also sets PTHREAD_CC to any special C compiler that is needed for
18 # (This is necessary on AIX to use the special cc_r compiler alias.)
71 # As a special exception, the respective Autoconf Macro's copyright
80 # This special exception to the GPL applies to versions of the
83 # may extend this special exception to the GPL to apply to your
93 # requires special compiler flags (e.g. on True64 or Sequent).
195 # need a special flag -Kthread to make this header compile.)
242 AC_MSG_CHECKING([if more special flags are required for pthreads])
/freebsd-12-stable/contrib/ntp/sntp/libevent/m4/
Dacx_pthread.m411 # linker flags, and the PTHREAD_CFLAGS output variable to any special
16 # Also sets PTHREAD_CC to any special C compiler that is needed for
18 # (This is necessary on AIX to use the special cc_r compiler alias.)
71 # As a special exception, the respective Autoconf Macro's copyright
80 # This special exception to the GPL applies to versions of the
83 # may extend this special exception to the GPL to apply to your
93 # requires special compiler flags (e.g. on True64 or Sequent).
195 # need a special flag -Kthread to make this header compile.)
242 AC_MSG_CHECKING([if more special flags are required for pthreads])
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
Dnode.hpp81 special() const in special() function
113 special() const in special() function
/freebsd-12-stable/contrib/gcc/doc/
Dcppenv.texi17 Each variable's value is a list of directories separated by a special
19 The special character, @code{PATH_SEPARATOR}, is target-dependent and
36 @env{CPATH} is @code{:/special/include}, that has the same
37 effect as @samp{@w{-I. -I/special/include}}.
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
Dnode.hpp82 special() const in special() function
126 special() const in special() function
/freebsd-12-stable/bin/sh/tests/expansion/
Dcmdsubst1.024 # special
35 # special

12345678910>>...35