| /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/ |
| basic.py | 14 from .autoconf import AC_VARS # type: ignore namespace
|
| dirs.py | 14 from .autoconf import AC_VARS # type: ignore namespace
|
| all.py | 15 from .autoconf import AC_VARS # type: ignore namespace
|
| /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/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/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.old/dist/gdb/target/ |
| target.c | 179 int ignore; local 181 bytes_read = &ignore;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| bt-utils.c | 49 std::ignore = ::write (2, msg, strlen (msg)); member in class:std
|
| gdbarch.py | 26 import gdbarch_components # noqa: F401 # type: ignore namespace
|
| /src/external/gpl3/gdb/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/external/gpl3/gdb.old/dist/gdb/ |
| gdbarch.py | 26 import gdbarch_components # noqa: F401 # type: ignore namespace
|
| /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)) {
|