Searched refs:tempbuf (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/tools/
H A DIOHIDReportDescriptorParser.c129 static unsigned char buf[350], tempbuf[350], bufvalue[350], tempbufvalue[350]; local
157 sprintf((char *)tempbuf, "0x%02X, ", *(reportDesc++));
158 strcat((char *)buf, (char *)tempbuf);
164 sprintf((char *)tempbuf, "0x%02X, ", *(reportDesc++));
165 strcat((char *)buf, (char *)tempbuf);
167 sprintf((char *)tempbuf, "0x%02X, ", *(reportDesc++));
168 strcat((char *)buf, (char *)tempbuf);
180 sprintf((char *)tempbuf, "0x%02X, ", *(reportDesc++));
181 strcat((char *)buf, (char *)tempbuf);
266 tempbuf[
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dseterror.c158 char tempbuf[21]; local
207 tempbuf[0] = (char) va_arg(ap, int); /* get the next arg */
208 tempbuf[1]='\0';
212 &outlen, tempbuf);
224 snprintf(tempbuf,20,frmt,ival); /* have snprintf do the work */
227 &outlen, tempbuf);
H A Dcommon.c1937 char tempbuf[21]; local
1987 tempbuf[0] = (char) va_arg(ap, int); /* get the next arg */
1988 tempbuf[1]='\0';
1991 result = _sasl_add_string(&out, &alloclen, &outlen, tempbuf);
2004 snprintf(tempbuf,20,frmt,ival); /* have snprintf do the work */
2006 result = _sasl_add_string(&out, &alloclen, &outlen, tempbuf);
2021 snprintf(tempbuf,20,frmt,uval); /* have snprintf do the work */
2023 result = _sasl_add_string(&out, &alloclen, &outlen, tempbuf);
/macosx-10.10/OpenSSL098-52/src/crypto/rand/
H A Drand_egd.c143 unsigned char egdbuf[2], tempbuf[255], *retrievebuf; local
246 retrievebuf = tempbuf;
276 RAND_seed(tempbuf, egdbuf[0]);
/macosx-10.10/OpenSSL098-52/src/engines/
H A De_chil.c483 char tempbuf[1024]; local
486 rmsg.buf = tempbuf;
487 rmsg.size = sizeof(tempbuf);
761 char tempbuf[1024]; local
767 rmsg.buf = tempbuf;
768 rmsg.size = sizeof(tempbuf);
901 char tempbuf[1024]; local
910 rmsg.buf = tempbuf;
911 rmsg.size = sizeof(tempbuf);
957 char tempbuf[102 local
1109 char tempbuf[1024]; local
[all...]
/macosx-10.10/tidy-15.15/tidy/src/
H A Dutf8.c173 byte tempbuf[10]; local
174 byte *buf = &tempbuf[0];
346 byte tempbuf[10] = {0}; local
347 byte* buf = &tempbuf[0];
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_newsysctl.c639 char tempbuf[10]; local
644 snprintf(tempbuf,sizeof(tempbuf),"%d",*name);
648 error = SYSCTL_OUT(req, tempbuf, strlen(tempbuf));
1411 char tempbuf[10]; local
1415 snprintf(tempbuf, sizeof(tempbuf), "%d",name[indx2]);
1424 if (strlcat(namestring, tempbuf, namestringlen) >= namestringlen) {
H A Dkdebug.c2594 kd_buf *tempbuf; local
2649 tempbuf = kdcopybuf;
2729 *tempbuf = lostevent;
2738 *tempbuf = kdsp_actual->kds_records[kdsp_actual->kds_readlast++];
2751 kdbg_set_timestamp_and_cpu(tempbuf, min_kdbp->kd_prev_timebase, kdbg_get_cpu(tempbuf));
2757 tempbuf++;
/macosx-10.10/postfix-255/postfix/src/dns/
H A Ddns_lookup.c427 char *tempbuf = temp; local
514 tempbuf = (char *) pos;
518 fixed->ttl, pref, tempbuf, data_len);
/macosx-10.10/hfs-285/newfs_hfs/
H A Dmakehfs.c1842 void *tempbuf = NULL; local
1860 if ((tempbuf = valloc(tempbufSize)) == NULL) {
1869 if ((tempbuf = valloc(tempbufSize)) == NULL) {
1887 if (pread(fd, tempbuf, numPhysSectorsToIO * physSectorSize, physSector * physSectorSize) < 0) {
1894 memcpy(tempbuf + byteOffsetInPhysSector, buffer, numBytesToIO);
1897 bzero(tempbuf + byteOffsetInPhysSector, numBytesToIO);
1900 if (pwrite(fd, tempbuf, numPhysSectorsToIO * physSectorSize, physSector * physSectorSize) < 0) {
1901 warn("%s: pwrite(%d, %p, %zu, %lld)", __FUNCTION__, fd, tempbuf, (size_t)(numPhysSectorsToIO * physSectorSize), (long long)(physSector * physSectorSize));
1915 if (tempbuf) {
1916 free(tempbuf);
[all...]
/macosx-10.10/kext_tools-384.1.4/
H A Dbootcaches.c475 char tempbuf[PATH_MAX]; local
492 if (!CFStringGetFileSystemRepresentation(str, tempbuf,
493 sizeof(tempbuf))) {
496 pathcpy(bufptr, tempbuf);
497 bufsize += (strlen(tempbuf) + 1);
498 bufptr += (strlen(tempbuf) + 1);
H A Dkextcache_main.c2766 char tempbuf[PATH_MAX]; local
2769 tempbuf,
2770 sizeof(tempbuf)) == false) {
2777 myErr = writeFatFile(&tempbuf[0], prelinkSlices,
2784 tempbuf);
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-graph.el324 (tempbuf (get-buffer-create "*Gnuplot Temp-2*"))
336 (set-buffer tempbuf)
497 (set-buffer tempbuf)

Completed in 334 milliseconds