/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/ |
H A D | timegm.c | 82 time2(struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*), 92 struct tm * const tmp 102 time_t timegm( struct tm * tmp ) 107 tmp->tm_isdst = 0; 108 t = time2(tmp, gmtsub, 0, &okay); 109 if (okay || tmp->tm_isdst < 0)
|
H A D | Time.c | 82 localsub(const time_t * const timep, const long offset, struct tm * const tmp); 95 struct tm * const tmp 146 tmp->tm_hour = (int) (rem / SECSPERHOUR); 148 tmp->tm_min = (int) (rem / SECSPERMIN); 153 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; 154 tmp->tm_wday = (int) ((EPOCH_WDAY + days) % DAYSPERWEEK); 155 if (tmp->tm_wday < 0) 156 tmp->tm_wday += DAYSPERWEEK; 169 tmp->tm_year = (int)(y - TM_YEAR_BASE); 170 tmp 245 time2sub( struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*), const long offset, int * const okayp, const int do_norm_secs ) argument 402 time2(struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*), const long offset, int * const okayp) argument 417 time1( struct tm * const tmp, void (* const funcp)(const time_t *, long, struct tm *), const long offset ) argument 715 localsub(const time_t * const timep, const long offset, struct tm * const tmp) argument [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/scripting/ |
H A D | tst.D_MACRO_UNUSED.overflow.ksh | 45 dfilename=/var/tmp/$bname.$$.d 63 2>/var/tmp/err.$$.txt 70 grep "D_MACRO_UNUSED" /var/tmp/err.$$.txt >/dev/null 2>&1 73 /usr/bin/rm -f /var/tmp/err.$$.txt 78 /usr/bin/rm -f /var/tmp/err.$$.txt
|
/vbox/src/recompiler/ |
H A D | gen-icount.h | 38 TCGv_i32 tmp = tcg_const_i32(1); local 39 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io)); 40 tcg_temp_free_i32(tmp); 45 TCGv_i32 tmp = tcg_const_i32(0); local 46 tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io)); 47 tcg_temp_free_i32(tmp);
|
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_endian.h | 61 GLubyte tmp = bytes[0]; \ 63 bytes[7] = tmp; \ 64 tmp = bytes[1]; \ 66 bytes[6] = tmp; \ 67 tmp = bytes[2]; \ 69 bytes[5] = tmp; \ 70 tmp = bytes[4]; \ 72 bytes[3] = tmp; \
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | ns_ttl.c | 130 u_long ttl, tmp; local 134 tmp = 0; 141 tmp *= 10; 142 tmp += (ch - '0'); 151 case 'W': tmp *= 7; 152 case 'D': tmp *= 24; 153 case 'H': tmp *= 60; 154 case 'M': tmp *= 60; 158 ttl += tmp; 159 tmp 181 char tmp[50]; local [all...] |
/vbox/src/VBox/Additions/x11/Installer/ |
H A D | x11config.sh | 49 tmp="$cfg.vbox.tmp" 51 rm -f "$tmp" 52 test ! -e "$tmp" || { echo "Failed to delete $tmp"; return; } 53 touch "$tmp" 54 test -w "$tmp" || { echo "Failed to create $tmp"; return; } 60 cat > "$tmp" << EOF 64 cat "$cfg" | sed -e "/$ALL_SECTIONS/,/$END_SECTION/s/\\(.*\\)/# \\1/" >> "$tmp" [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prstdio.c | 70 PRInt32 tmp; local 74 tmp = PR_Write(fd, msg + last, idx - last); 75 if (tmp >= 0) { 76 rv += tmp; 89 tmp = PR_Write(fd, "\r", 1); 90 if (tmp >= 0) { 91 rv += tmp;
|
/vbox/src/libs/libxml2-2.6.31/doc/examples/ |
H A D | testWriter.c | 73 xmlChar *tmp; local 105 tmp = ConvertInput("This is a comment with special chars: <���>", 107 rc = xmlTextWriterWriteComment(writer, tmp); 113 if (tmp != NULL) xmlFree(tmp); 142 tmp = ConvertInput("<���>", MY_ENCODING); 145 tmp); 151 if (tmp != NULL) xmlFree(tmp); 180 tmp 342 xmlChar *tmp; local 627 xmlChar *tmp; local 881 xmlChar *tmp; local [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | tst.AddSearchPath.d.ksh | 44 $dtrace -C -I /tmp -s /dev/stdin <<EOF 69 tempfile=/tmp/test.h
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | tempnam.c | 69 gentemp(char *name, size_t len, const char *tmp, const char *pfx) argument 71 (void)snprintf(name, len, "%s%s%sXXXX", tmp, trailsl(tmp), pfx); 80 const char *tmp; local 86 pfx = "tmp."; 88 if ((tmp = getenv("TMPDIR")) != NULL && 89 (f = gentemp(name, (size_t)MAXPATHLEN, tmp, pfx)) != NULL)
|
H A D | fdopen.c | 68 int flags, oflags, fdflags, tmp; local 78 tmp = fdflags & O_ACCMODE; 79 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) {
|
/vbox/src/VBox/Devices/Graphics/vmsvga/ |
H A D | svga_overlay.h | 144 int tmp; 167 tmp = ((*width >> 1) + 3) & ~3; 170 pitches[1] = pitches[2] = tmp; 173 tmp *= (*height >> 1); 174 *size += tmp; 180 *size += tmp;
|
/vbox/src/VBox/Runtime/common/math/gcc/ |
H A D | qdivrem.c | 78 union uu tmp; local 92 tmp.ul[H] = tmp.ul[L] = 1 / zero; 95 return (tmp.q); 119 tmp.uq = uq; 121 u[1] = (digit)HHALF(tmp.ul[H]); 122 u[2] = (digit)LHALF(tmp.ul[H]); 123 u[3] = (digit)HHALF(tmp.ul[L]); 124 u[4] = (digit)LHALF(tmp.ul[L]); 125 tmp [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | string.c | 41 char *tmp = dest; local 45 return tmp; 62 char *tmp = dest; local 67 return tmp; 79 char *tmp = dest; local 86 return tmp; 233 char *tmp = (char *) dest, *s = (char *) src; local 236 *tmp++ = *s++; 253 char *tmp, *s; local 256 tmp [all...] |
H A D | uri.c | 76 char *tmp; local 93 if ( ( tmp = strchr ( raw, '#' ) ) ) { 94 *(tmp++) = '\0'; 95 uri->fragment = tmp; 103 if ( ( tmp = strchr ( raw, ':' ) ) && ( tmp > ( raw + 1 ) ) ) { 106 *(tmp++) = '\0'; 107 if ( *tmp == '/' ) { 109 path = tmp; 112 uri->opaque = tmp; [all...] |
/vbox/src/libs/zlib-1.2.6/ |
H A D | adler32.c | 31 unsigned long tmp = a >> 16; \ 33 a += (tmp << 4) - tmp; \ 47 z_off64_t tmp = a >> 32; \ 49 a += (tmp << 8) - (tmp << 5) + tmp; \ 50 tmp = a >> 16; \ 52 a += (tmp << 4) - tmp; \ [all...] |
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | process.c | 140 char *tmp, command[1000]; 146 tmp = tmpnam(NULL); 147 if (!tmp) 152 snprintf(command, sizeof(command), "ps > %s", tmp); 154 sprintf(command, "ps > %s", tmp); 158 snprintf(command, sizeof(command), "ps -e -o 'pid tty time comm'> %s", tmp); 160 sprintf(command, "ps -e -o 'pid tty time comm'> %s", tmp); 166 f = fopen(tmp, "r"); 189 remove(tmp);
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | cssp.c | 267 struct stream tmp = { 0 }; local 270 memset(&tmp, 0, sizeof(tmp)); 274 s_realloc(&tmp, 4 + strlen(domain) * sizeof(uint16)); 275 s_reset(&tmp); 276 rdp_out_unistr(&tmp, domain, strlen(domain) * sizeof(uint16)); 277 s_mark_end(&tmp); 278 h2 = ber_wrap_hdr_data(BER_TAG_OCTET_STRING, &tmp); 287 s_realloc(&tmp, 4 + strlen(username) * sizeof(uint16)); 288 s_reset(&tmp); 332 struct stream tmp = { 0 }; local 427 struct stream tmp = { 0 }; local 501 struct stream tmp = { 0 }; local 566 struct stream tmp = { 0 }; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | system.c | 55 PRIntn tmp = (PRIntn)*cmd + 1; local 56 *cmd = (PRSysInfo)tmp; 57 return (PRSysInfo)tmp;
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/ipxe/ |
H A D | pcibios.h | 47 uint32_t tmp; local 50 rc = pcibios_read ( pci, PCIBIOS_READ_CONFIG_BYTE | where, &tmp ); 51 *value = tmp; 67 uint32_t tmp; local 70 rc = pcibios_read ( pci, PCIBIOS_READ_CONFIG_WORD | where, &tmp ); 71 *value = tmp;
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.include.ksh | 42 cfile=${TMPDIR:-/tmp}/inc.$$.$file.c 43 cofile=${TMPDIR:-/tmp}/inc.$$.$file 102 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out 103 errfile=${TMPDIR:-/tmp}/inc.$file.$$.err 120 bigofile=${TMPDIR:-/tmp}/inc.$$.out 124 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.include.ksh | 30 DIR=/var/tmp/dtest.$$
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | dict.c | 612 xmlDictEntryPtr tmp; local 614 for (tmp = &(dict->subdict->dict[key]); tmp->next != NULL; 615 tmp = tmp->next) { 617 if (tmp->len == len) { 618 if (!memcmp(tmp->name, name, len)) 619 return(tmp->name); 622 if ((tmp->len == len) && 623 (!xmlStrncmp(tmp 729 xmlDictEntryPtr tmp; local 811 xmlDictEntryPtr tmp; local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | entropy.h | 103 uint8_t *tmp, size_t tmp_len ); 136 uint8_t *tmp = ( ( tmp_len > max_len ) ? tmp_buf : data ); local 185 * 4. tmp = a fixed n-bit value, such as 0^n 191 * 5.4. tmp = tmp XOR df ( ( nonce || entropy_bitstring ), n ) 200 if ( ( rc = get_entropy_input_tmp ( num_samples, tmp, tmp_len ) ) != 0 ) 203 /* 6. If ( n < min_length ), then tmp = tmp || 0^(min_length-n) 204 * 7. If ( n > max_length ), then tmp = df ( tmp, max_lengt [all...] |