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

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dnew6.C7 int special; variable
12 if (special)
19 special = 1;
21 special = 0;
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dpat_special_cc.t31 for my $special (qw(\s \w \d)) {
32 my $upper= uc($special);
39 my $plain= $ch=~/$special/ ? 1 : 0;
43 my $cc= $ch=~/[$special]/ ? 1 : 0;
49 is(join(" | ",@cc_plain_failed),"", "Check that /$special/ and /[$special]/ match same things (ord-plain-cc)");
50 is(join(" | ",@plain_complement_failed),"", "Check that /$special/ and /$upper/ are complements (ord-plain-plain_u)");
51 is(join(" | ",@cc_complement_failed),"", "Check that /[$special]/ and /[$upper]/ are complements (ord-cc-cc_u)");
/openbsd-current/distrib/special/sysctl/
H A DMakefile6 .PATH: ${.CURDIR}/../../../distrib/special/sysctl
/openbsd-current/usr.bin/cmp/
H A DMakefile4 SRCS= cmp.c misc.c regular.c special.c
H A Dcmp.c57 int ch, fd1, fd2, special; local
85 special = 0;
87 special = 1;
93 if (special)
95 special = 1;
107 if (!special) {
111 special = 1;
116 special = 1;
120 if (special)
/openbsd-current/usr.bin/ctags/
H A Dlisp.c47 int special; local
60 special = NO;
64 special = YES;
68 special = YES;
77 if (special) {
/openbsd-current/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c118 char *s1, *s2, *special; local
229 special = argv[0];
243 fd = open(special, fl, 0666);
245 err(EXIT_FAILURE, "can't open file %s", special);
247 err(EXIT_FAILURE, "can't fstat opened %s", special);
249 fd = opendev(special, fl, 0, &special);
251 err(EXIT_FAILURE, "%s: open", special);
254 /* Bail if target special is mounted */
257 err(EXIT_FAILURE, "%s: getmntinfo", special);
465 getpartition(int fsi, const char *special, char *argv[], struct disklabel **dl) argument
[all...]
/openbsd-current/usr.bin/spell/
H A DMakefile18 ${.CURDIR}/special.4bsd ${DESTDIR}/usr/share/dict/special/4bsd
20 ${.CURDIR}/special.math ${DESTDIR}/usr/share/dict/special/math
/openbsd-current/distrib/
H A DMakefile3 SUBDIR= special notes
/openbsd-current/gnu/usr.bin/binutils/intl/
H A Dloadinfo.h62 const char *modifier, const char *special,
74 const char **special,
H A Dexplodename.c48 normalized_codeset, special, sponsor, revision)
55 const char **special;
67 *special = NULL;
141 /* Next is special application (CEN syntax). */
143 *special = ++cp;
/openbsd-current/gnu/usr.bin/binutils-2.17/intl/
H A Dloadinfo.h62 const char *modifier, const char *special,
74 const char **special,
H A Dexplodename.c48 normalized_codeset, special, sponsor, revision)
55 const char **special;
67 *special = NULL;
141 /* Next is special application (CEN syntax). */
143 *special = ++cp;
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dloadinfo.h106 const char *modifier, const char *special,
116 territory, codeset, special, sponsor, revision.
137 const char **special, const char **sponsor,
/openbsd-current/sbin/tunefs/
H A Dtunefs.c82 char *special; local
150 special = argv[0];
153 fi = open(special, openflags);
155 fi = openpartition(special, openflags, &special);
157 err(1, "%s", special);
162 getsb(&sblock, special);
176 warnx("tuning %s", special);
213 fprintf(stdout, "tunefs: current settings of %s\n", special);
233 bwrite(sblockloc, buf, SBLOCKSIZE, special);
237 buf, SBLOCKSIZE, special); local
[all...]
/openbsd-current/usr.sbin/eeprom/
H A Doptree.c39 int i, multi, special; local
46 multi = special = 0;
62 special = multi;
71 special = 1;
76 special = 1;
79 if (special && strcmp(opio->op_name, "serial-number") != 0) {
/openbsd-current/gnu/gcc/gcc/
H A Dgensupport.h72 bool special; /* special handling of modes? */ member in struct:pred_data
/openbsd-current/gnu/gcc/intl/
H A Dexplodename.c54 normalized_codeset, special, sponsor, revision)
61 const char **special;
73 *special = NULL;
145 /* Next is special application (CEN syntax). */
147 *special = ++cp;
H A Dloadinfo.h115 const char *modifier, const char *special,
125 territory, codeset, special, sponsor, revision.
147 const char **special,
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dexplodename.c54 normalized_codeset, special, sponsor, revision)
61 const char **special;
73 *special = NULL;
145 /* Next is special application (CEN syntax). */
147 *special = ++cp;
H A Dloadinfo.h89 const char *modifier, const char *special,
103 const char **special,
/openbsd-current/gnu/gcc/libstdc++-v3/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_
/openbsd-current/gnu/gcc/libstdc++-v3/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_
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/
H A Ddg.exp22 # If a testcase doesn't have special options, use these.
38 set tests [prune $tests $srcdir/$subdir/special/*]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Ddll.x2 # Only COFF/PE formats support DLLs, (plus, as a special case

Completed in 340 milliseconds

1234567891011>>