| /src/bin/sleep/ |
| sleep.c | 80 time_t original; local 166 original = ntime.tv_sec; 167 if (original < 86400) { 169 original++; 204 report(ntime.tv_sec, original, msg); 210 report(const time_t remain, const time_t original, const char * const msg) 213 warnx("In the final moments of the original" 214 " %g%s second%s", (double)original, msg, 215 original == 1 && *msg == '\0' ? "" : "s"); 218 " out of the original %g%s" [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| RWMutex.h | 45 RWMutexImpl(const RWMutexImpl &original) = delete; member in class:llvm::sys::RWMutexImpl
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_comp_test.c | 28 static unsigned char *original = NULL; variable 54 osize = BIO_write(bcomp, original, size); 68 || !TEST_mem_eq(original, osize, result, rsize)) 86 original = OPENSSL_malloc(BUFFER_SIZE); 89 if (!TEST_ptr(original) || !TEST_ptr(result)) 95 memset(original, 0, BUFFER_SIZE); 99 memset(original, 1, BUFFER_SIZE); 104 original[i] = i & 0xFF; 108 if (!TEST_int_gt(RAND_bytes(original, BUFFER_SIZE), 0)) 119 OPENSSL_free(original); [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| root.h | 31 char *original; /* The complete source CVSroot string. */ member in struct:cvsroot_s
|
| /src/external/gpl3/gcc/dist/gcc/ |
| graphite-optimize-isl.cc | 179 isl_union_map *original = isl_schedule_get_map (scop->original_schedule); local 181 bool same_schedule = isl_union_map_is_equal (original, transformed); 182 isl_union_map_free (original); 193 "identical to original schedule\n");
|
| ipa-icf.cc | 1023 cgraph_node *original = get_node (); local 1035 bool original_address_matters = original->address_matters_p (); 1049 if (DECL_NO_INLINE_WARNING_P (original->decl) 1060 if (((DECL_SECTION_NAME (original->decl) && !original->implicit_section) 1062 && DECL_SECTION_NAME (original->decl) != DECL_SECTION_NAME (alias->decl)) 1067 "original and alias are in different sections.\n"); 1071 if (!original->in_same_comdat_group_p (alias) 1072 || original->comdat_local_p ()) 1081 /* See if original is in a section that can be discarded if the mai 1998 varpool_node *original = get_node (); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphite-optimize-isl.cc | 179 isl_union_map *original = isl_schedule_get_map (scop->original_schedule); local 181 bool same_schedule = isl_union_map_is_equal (original, transformed); 182 isl_union_map_free (original); 193 "identical to original schedule\n");
|
| /src/sys/dev/hid/ |
| hidkbdsc.h | 101 uint8_t original; member in struct:hidkbd_translation
|
| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception.h | 46 // You can access original function by calling REAL(foo)(bar, baz). 98 const __sanitizer::uptr original; member in struct:interpose_substitution
|
| /src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| interception.h | 46 // You can access original function by calling REAL(foo)(bar, baz). 124 const __sanitizer::uptr original; member in struct:interpose_substitution
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
| interception.h | 45 // You can access original function by calling REAL(foo)(bar, baz). 97 const __sanitizer::uptr original; member in struct:interpose_substitution
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| hw-properties.h | 50 const struct hw_property *original; member in struct:hw_property 59 #define hw_property_original(p) ((p)->original + 0) 248 const struct hw_property *original);
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| hw-properties.h | 50 const struct hw_property *original; member in struct:hw_property 59 #define hw_property_original(p) ((p)->original + 0) 248 const struct hw_property *original);
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| device.h | 220 const device_property *original; member in struct:_device_property 419 const device_property *original);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| device.h | 220 const device_property *original; member in struct:_device_property 419 const device_property *original);
|
| /src/usr.bin/spell/spellprog/ |
| spellprog.c | 288 static char original[LINE_MAX]; variable 392 for (cp = word, dp = original; cp < ep; ) 402 for (cp = original + 1, dp = word + 1; dp < ep; dp++, cp++) 408 for (cp = original, dp = word; (*dp = *cp++); dp++) { 425 fprintf(f, "%s\t%s\n", affix, original); 427 fprintf(f, "%s\n", original);
|
| /src/external/bsd/nsd/dist/ |
| query.c | 1021 * NOT expanded, so the ORIGINAL parameter must point to the original 1025 answer_nodata(struct query *query, answer_type *answer, domain_type *original) 1031 nsec3_answer_nodata(query, answer, original); 1038 nsec_domain = find_covering_nsec(original, query->zone, &nsec_rrset); 1059 domain_type *domain, domain_type *original) 1114 answer_nodata(q, answer, original); 1119 answer_nodata(q, answer, original); 1149 answer_nodata(q, answer, original); 1164 * DOMAIN_NUMBER. DOMAIN_NUMBER 0 (zero) is reserved for the original 1181 domain_type *original = closest_match; local [all...] |
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| exception.cc | 788 __cxa_exception *original = exceptionFromPointer(thrown_exception); local 794 ex->exceptionType = original->exceptionType;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| auto-load.c | 215 /* Ensure the current entry is at least tilde_expand-ed. ORIGINAL makes 216 sure we free the original string. */ 217 gdb::unique_xmalloc_ptr<char> original = std::move (in_vec); member in class:gdb 222 if (strcmp (in_vec.get (), original.get ()) == 0) 227 original.get (), in_vec.get ());
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| auto-load.c | 214 /* Ensure the current entry is at least tilde_expand-ed. ORIGINAL makes 215 sure we free the original string. */ 216 gdb::unique_xmalloc_ptr<char> original = std::move (in_vec); member in class:gdb 221 if (strcmp (in_vec.get (), original.get ()) == 0) 226 original.get (), in_vec.get ());
|
| /src/external/gpl3/binutils/dist/binutils/ |
| nm.c | 610 const char * original = in; 624 return original; 635 in = original; 607 const char * original = in; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| nm.c | 616 const char * original = in; 630 return original; 641 in = original; 613 const char * original = in; local
|
| /src/external/mpl/bind/dist/lib/ns/ |
| client.c | 417 * and keep the original big TCP send buffer for reuse 2861 char original[DNS_NAME_FORMATSIZE]; local 2896 dns_name_format(client->query.origqname, original, 2897 sizeof(original)); 2900 original[0] = '\0'; 2920 typebuf, classbuf, origfor, original,
|
| /src/crypto/external/bsd/netpgp/dist/src/libverify/ |
| libverify.c | 2097 char original[MAXPATHLEN]; local 2112 /* read the original file into litdata */ 2113 snprintf(original, sizeof(original), "%.*s", (int)(dot - f), f); 2114 if (!read_file(cursor->pgp, original)) { 2115 printf("can't read file '%s'\n", original); 2124 litdata.u.litdata.filename = (uint8_t *)strdup(original);
|
| /src/crypto/external/bsd/openssh/dist/ |
| channels.c | 3193 * is then translated back to the original mux client ID. 3218 struct sshbuf *original = NULL, *modified = NULL; local 3246 if ((original = sshbuf_from(cp, have)) == NULL || 3251 if ((r = sshbuf_get_cstring(original, &ctype, NULL)) != 0 || 3252 (r = sshbuf_get_u32(original, &id)) != 0) { 3259 c->mux_downstream_id = id; /* original downstream id */ 3262 (r = sshbuf_putb(modified, original)) != 0) { 3273 if ((original = sshbuf_from(cp, have)) == NULL || 3278 if ((r = sshbuf_get_u32(original, &remote_id)) != 0 || 3279 (r = sshbuf_get_u32(original, &id)) != 0) [all...] |