| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| nested-subp3.c | 26 ignore (int unused) function 51 ignore (parent_first); /* STOP */ 52 ignore (first);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| nested-subp3.c | 26 ignore (int unused) function 51 ignore (parent_first); /* STOP */ 52 ignore (first);
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| del_enctype.c | 111 int16_t ignore = 1; local 113 kadm5_free_key_data (kadm_handle, &ignore, key);
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| sendauth.c | 239 krb5_ap_rep_enc_part *ignore = NULL; local 249 rep_result ? rep_result : &ignore); 254 krb5_free_ap_rep_enc_part (context, ignore);
|
| /src/external/gpl2/mkhybrid/dist/ |
| name.c | 55 int ignore = 0; local 164 ignore++; 170 * If we have a name with multiple '.' characters, we ignore everything 173 if(ignore) 207 ignore++; 263 ignore++; continue;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| profile.h | 35 unsigned int ignore:1; member in struct:edge_profile_info
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| profile.h | 35 unsigned int ignore:1; member in struct:edge_profile_info
|
| /src/external/gpl3/gdb/dist/gdb/target/ |
| target.c | 179 int ignore; local 181 bytes_read = &ignore;
|
| /src/external/gpl3/gdb.old/dist/gdb/target/ |
| target.c | 179 int ignore; local 181 bytes_read = &ignore;
|
| /src/usr.bin/base64/ |
| base64.c | 129 b64_decode(FILE *fout, FILE *fin, bool ignore) 139 if (ignore && isspace(c)) 186 if (ignore && isspace(c)) 195 if (ignore && isspace(c)) 222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap) 227 e = b64_decode(fout, fin, ignore); 241 bool ignore = true; local 247 decode = ignore = true; 253 ignore = true; 265 doit(stdout, stdin, decode, ignore, wrap) [all...] |
| /src/external/bsd/pcc/dist/pcc/driver/ |
| options.c | 48 static void ignore(int, char *); /* do nothing */ 65 { "-param", ARG(0), ignore, NULL }, 86 { "compatibility-version", FLAG, ignore, NULL }, 87 { "current-version", FLAG, ignore, NULL }, 103 { "f", STR(1), ignore, NULL }, 108 { "install-name", ARG(0), ignore, NULL }, // XX 109 { "iquote", ARG(0), ignore, NULL }, // XX 122 { "m", ARG(1), ignore, NULL }, // XX 134 { "print-prog-name=", STR(15), ignore, NULL }, // XX 152 ignore(int n, char *arg function [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| istream.cc | 113 ignore(streamsize __n, int_type __delim) function in class:basic_istream 118 // a character extracted from the input sequence. Just use ignore(n). 122 return ignore(__n); 375 ignore(streamsize __n, int_type __delim) function in class:basic_istream 378 return ignore(__n);
|
| compatibility.cc | 41 #define ignore ignoreXX macro 57 // std::istream ignore explicit specializations. 61 ignore(streamsize __n) function in class:basic_istream 64 return ignore(); 141 ignore(streamsize __n) function in class:basic_istream 144 return ignore(); 315 basic_istream<char>::ignore(); 360 basic_istream<wchar_t>::ignore();
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| istream.cc | 113 ignore(streamsize __n, int_type __delim) function in class:basic_istream 118 // a character extracted from the input sequence. Just use ignore(n). 122 return ignore(__n); 375 ignore(streamsize __n, int_type __delim) function in class:basic_istream 378 return ignore(__n);
|
| compatibility.cc | 41 #define ignore ignoreXX macro 57 // std::istream ignore explicit specializations. 61 ignore(streamsize __n) function in class:basic_istream 64 return ignore(); 141 ignore(streamsize __n) function in class:basic_istream 144 return ignore(); 315 basic_istream<char>::ignore(); 360 basic_istream<wchar_t>::ignore();
|
| /src/games/larn/ |
| object.c | 239 ignore(); 258 ignore(); 317 ignore(); 329 ignore(); 369 ignore(); 551 ignore(); 670 ignore(); 880 ignore(); 1172 ignore(); 1222 ignore(); 1337 ignore(void) function [all...] |
| /src/usr.bin/cvslatest/ |
| cvslatest.c | 62 static int ignore = 0; variable 129 if (!ignore) 139 if (!ignore) 145 if (!ignore) 261 ignore++;
|
| /src/external/bsd/openldap/dist/tests/progs/ |
| slapd-common.c | 144 int i, ignore = 1; local 156 ignore = 0; 160 ignore = -1; 169 ignore_count[ err ] = ignore; 186 /* TODO: allow <err>:<prog> to ignore <err> only when <prog> */
|
| /src/external/mpl/bind/dist/lib/dns/ |
| private.c | 57 ignore(dns_rdata_t *param, dns_rdataset_t *privateset) { function 230 if (ignore(&rdata, &privateset)) {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| private.c | 65 ignore(dns_rdata_t *param, dns_rdataset_t *privateset) { function 250 if (ignore(&rdata, &privateset)) {
|
| /src/usr.bin/mail/ |
| glob.h | 73 EXTERN struct ignoretab ignore[2]; /* ignored and retained fields variable in typeref:struct:ignoretab 74 0 is ignore, 1 is retain */ 78 EXTERN struct ignoretab ignoreall[2]; /* special, ignore all headers */ 81 EXTERN struct ignoretab forwardtab[2]; /* ignore tab used when forwarding */
|
| /src/usr.bin/usbhidaction/ |
| usbhidaction.c | 91 int demon, ignore; local 104 ignore = 0; 114 ignore++; 162 commands = parse_conf(conf, repd, reportid, ignore); 206 parse_conf(conf, repd, reportid, ignore); 237 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore) 371 if (ignore) { 373 warnx("ignore item '%s'", name);
|
| /src/usr.bin/vacation/ |
| vacation.c | 485 static struct ignore { struct 488 } ignore[] = { local 498 struct ignore *cur; 519 for (cur = ignore; cur->name; ++cur)
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| omr-watcher.h | 53 bool added, removed, ignore; member in struct:omr_prefix 154 // ignore_prefix: the prefix we are currently publishing, and hence should ignore 155 // ignore_prefix_len: length of the prefix we should ignore
|
| thread-service.h | 62 bool user, ncp, stable, ignore, checking; member in struct:thread_service
|