| /freebsd-11-stable/sbin/newfs/ |
| HD | newfs.c | 134 char *cp, *special; in main() local 307 special = argv[0]; in main() 308 if (!special[0]) in main() 310 cp = strrchr(special, '/'); in main() 315 snprintf(device, sizeof(device), "%s%s", _PATH_DEV, special); in main() 316 special = device; in main() 323 disk.d_name = special; in main() 324 disk.d_fd = open(special, O_RDONLY); in main() 327 errx(1, "%s: ", special); in main() 328 } else if (ufs_disk_fillout_blank(&disk, special) == -1 || in main() [all …]
|
| /freebsd-11-stable/usr.bin/cmp/ |
| HD | cmp.c | 76 int ch, fd1, fd2, oflag, special; in main() local 113 special = 0; in main() 115 special = 1; in main() 126 if (special) in main() 129 special = 1; in main() 158 if (!special) { in main() 166 special = 1; in main() 175 special = 1; in main() 179 if (special) in main()
|
| /freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/ |
| HD | genmakefiles.sh | 36 local special 39 special=" 44 special=" 49 special=" 54 special=" 79 $special
|
| /freebsd-11-stable/usr.bin/ctags/ |
| HD | lisp.c | 53 int special; in l_entries() local 66 special = NO; in l_entries() 70 special = YES; in l_entries() 74 special = YES; in l_entries() 83 if (special) { in l_entries()
|
| /freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/ |
| HD | translate.c | 61 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 …]
|
| HD | merge.c | 173 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-11-stable/bin/sh/ |
| HD | exec.c | 86 int special; /* flag for special builtin commands */ member 335 entry->special = 0; in find_command() 357 cmdp->special = spec; in find_command() 412 cmdp->special = 0; in find_command() 425 entry->special = 0; in find_command() 433 entry->special = cmdp->special; in find_command() 443 find_builtin(const char *name, int *special) in find_builtin() argument 451 *special = (bp[1] & BUILTIN_SPECIAL) != 0; in find_builtin() 594 cmdp->special = entry->special; in addcmdentry() 611 entry.special = 0; in defun() [all …]
|
| /freebsd-11-stable/usr.sbin/crunch/examples/ |
| HD | really-big.conf | 62 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 152 special cc1 objpaths /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-parse.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/…
|
| /freebsd-11-stable/sbin/ffsinfo/ |
| HD | ffsinfo.c | 127 char *device, *special; in main() 204 special = (char *)malloc(len); in main() 205 if (special == NULL) in main() 207 snprintf(special, len, "%sr%s", _PATH_DEV, device); in main() 208 if (stat(special, &st) == -1) { in main() 209 snprintf(special, len, "%s%s", _PATH_DEV, device); in main() 210 if (stat(special, &st) == -1) { in main() 211 snprintf(special, len, "%svinum/r%s", in main() 213 if (stat(special, &st) == -1) in main() 215 snprintf(special, len, "%svinum/%s", in main() [all …]
|
| /freebsd-11-stable/contrib/subversion/subversion/include/ |
| HD | svn_subst.h | 101 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-11-stable/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_wait_noproc.c | 178 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-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | CXXRecordDeclDefinitionBits.def | 38 /// The user-declared special members which this class has. 138 /// These flags are \c true if a defaulted corresponding special 148 /// special member would be defined as deleted. 156 /// The trivial special members which this class has, per 160 /// This excludes any user-declared but not user-provided special members 164 /// These bits keep track of the triviality of special functions for the 169 /// The declared special members of this class which are known to be 172 /// This excludes any user-declared but not user-provided special members 173 /// which have been declared but not yet defined, and any implicit special 177 /// These bits keep track of the declared special members that are [all …]
|
| /freebsd-11-stable/contrib/groff/src/devices/xditview/ |
| HD | device.c | 38 int special; member 191 int special = 0; in load_font() local 210 special = 1; in load_font() 213 f->special = special; in load_font() 237 f->special = 0; in new_font() 365 return f->special; in device_font_special()
|
| /freebsd-11-stable/contrib/ncurses/include/ |
| HD | Caps.osf1r5 | 141 # 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-11-stable/contrib/ntp/scripts/build/ |
| HD | VersionName | 48 case $special in 50 *) NAME="${NAME}-${special}" ;;
|
| /freebsd-11-stable/contrib/gcclibs/libiberty/ |
| HD | README | 44 * 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-11-stable/contrib/binutils/libiberty/ |
| HD | README | 44 * 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-11-stable/lib/msun/tests/ |
| HD | trig_test.c | 84 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-11-stable/contrib/ntp/sntp/libevent/m4/ |
| HD | acx_pthread.m4 | 11 # 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-11-stable/sbin/tunefs/ |
| HD | tunefs.c | 89 const char *special, *on; in main() local 305 on = special = argv[0]; in main() 306 if (ufs_disk_fillout(&disk, special) == -1) in main() 308 if (disk.d_name != special) { in main() 309 if (statfs(special, &stfs) != 0) in main() 310 warn("Can't stat %s", special); in main() 311 if (strcmp(special, stfs.f_mntonname) == 0) in main() 564 err(9, "%s: reload", special); in main() 570 errx(11, "%s: %s", special, disk.d_error); in main() 572 err(12, "%s", special); in main()
|
| /freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/ |
| D | node.hpp | 81 special() const in special() function 113 special() const in special() function
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | cppenv.texi | 17 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-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/ |
| D | node.hpp | 82 special() const in special() function 126 special() const in special() function
|
| /freebsd-11-stable/contrib/groff/font/devlj4/ |
| HD | Makefile.sub | 19 generate/special.map \ 23 generate/special.awk
|
| /freebsd-11-stable/bin/sh/tests/expansion/ |
| HD | cmdsubst1.0 | 24 # special 35 # special
|