Searched refs:tmp (Results 1 - 25 of 379) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dtimegm.c82 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 DTime.c82 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 Dtst.D_MACRO_UNUSED.overflow.ksh45 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 Dgen-icount.h38 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 Dcr_endian.h61 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 Dns_ttl.c130 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 Dx11config.sh49 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 Dprstdio.c70 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 DtestWriter.c73 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 Dtst.AddSearchPath.d.ksh44 $dtrace -C -I /tmp -s /dev/stdin <<EOF
69 tempfile=/tmp/test.h
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dtempnam.c69 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 Dfdopen.c68 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 Dsvga_overlay.h144 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 Dqdivrem.c78 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 Dstring.c41 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 Duri.c76 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 Dadler32.c31 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 Dprocess.c140 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 Dcssp.c267 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 Dsystem.c55 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 Dpcibios.h47 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 Dtst.include.ksh42 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 Dtst.include.ksh30 DIR=/var/tmp/dtest.$$
/vbox/src/libs/libxml2-2.6.31/
H A Ddict.c612 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 Dentropy.h103 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...]

Completed in 175 milliseconds

1234567891011>>