| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
| H A D | preference.c | 182 char tempbuf[1024]; in pref_read() local 226 tempbuf[i] = c; in pref_read() 244 tempbuf[i] = '\0'; in pref_read() 245 length = MultiByteToWideChar(CP_ACP,0,tempbuf,-1,identif,0); in pref_read() 246 MultiByteToWideChar(CP_ACP,0,tempbuf,-1,identif,length); in pref_read() 262 tempbuf[i] = c; in pref_read() 270 tempbuf[i] = '\0'; in pref_read() 271 length = MultiByteToWideChar(CP_ACP,0,tempbuf,-1,unidata,0); in pref_read() 272 MultiByteToWideChar(CP_ACP,0,tempbuf,-1,unidata,length); in pref_read() 469 char tempbuf[1024]; in pref_write() local [all …]
|
| H A D | main.c | 698 TCHAR tempbuf[PATHBUFLEN]; in PropDlgProc() local 716 wsprintf(tempbuf, TEXT("%d"), boot_times[i]); in PropDlgProc() 718 0, (LPARAM)tempbuf); in PropDlgProc() 722 wsprintf(tempbuf,TEXT("%d"),pref.boot_time); in PropDlgProc() 723 SetDlgItemText(hWnd,IDC_BOOT_TIME,tempbuf); in PropDlgProc() 726 wsprintf(tempbuf, TEXT("%d"), boot_times[0]); in PropDlgProc() 728 0, (LPARAM)tempbuf); in PropDlgProc() 792 GetDlgItemText(hWnd,IDC_BOOT_TIME,tempbuf,PATHBUFLEN); in PropDlgProc() 793 pref.boot_time = _wtoi(tempbuf); in PropDlgProc()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
| H A D | rand_egd.c | 65 unsigned char tempbuf[255]; 67 if (bytes > (int)sizeof(tempbuf)) 112 tempbuf[0] = 1; 113 tempbuf[1] = bytes; 114 if (fwrite(tempbuf, sizeof(char), 2, fp) != 2 || fflush(fp) == EOF) 116 if (fread(tempbuf, sizeof(char), 1, fp) != 1 || tempbuf[0] == 0) 118 numbytes = tempbuf[0]; 123 buf = tempbuf; 131 RAND_add(tempbuf, i, i);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/ |
| H A D | rand_egd.c | 114 unsigned char tempbuf[255]; in RAND_query_egd_bytes() local 116 if (bytes > (int)sizeof(tempbuf)) in RAND_query_egd_bytes() 177 tempbuf[0] = 1; in RAND_query_egd_bytes() 178 tempbuf[1] = bytes; in RAND_query_egd_bytes() 179 if (fwrite(tempbuf, sizeof(char), 2, fp) != 2 || fflush(fp) == EOF) in RAND_query_egd_bytes() 181 if (fread(tempbuf, sizeof(char), 1, fp) != 1 || tempbuf[0] == 0) in RAND_query_egd_bytes() 183 numbytes = tempbuf[0]; in RAND_query_egd_bytes() 188 buf = tempbuf; in RAND_query_egd_bytes() 196 RAND_add(tempbuf, i, i); in RAND_query_egd_bytes()
|
| /netbsd-src/external/gpl3/binutils/dist/libsframe/ |
| H A D | sframe.c | 861 char *tempbuf = NULL; in sframe_decode() local 896 tempbuf = (char *) malloc (sf_size * sizeof (char)); in sframe_decode() 897 if (tempbuf == NULL) in sframe_decode() 899 memcpy (tempbuf, sf_buf, sf_size); in sframe_decode() 902 sframe_header *ihp = (sframe_header *) tempbuf; in sframe_decode() 905 if (flip_sframe (tempbuf, sf_size, 0)) in sframe_decode() 907 free (tempbuf); in sframe_decode() 910 frame_buf = tempbuf; in sframe_decode() 914 dctx->sfd_buf = tempbuf; in sframe_decode() 963 if (foreign_endian && tempbuf != NULL) in sframe_decode() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/dns/ |
| H A D | dns_lookup.c | 744 char *tempbuf = temp; in dns_get_rr() local 850 tempbuf = (char *) pos; in dns_get_rr() 878 tempbuf = (char *) soa_buf; in dns_get_rr() 883 fixed->ttl, pref, weight, port, tempbuf, data_len); in dns_get_rr()
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcsfnms.c | 693 static struct buf tempbuf; local 728 bufscpy(&tempbuf, base); 729 workname = p = tempbuf.string;
|
| /netbsd-src/sys/netinet/ |
| H A D | sctp_output.c | 2914 char tempbuf[2048]; in sctp_arethere_unrecognized_parameters() local 3007 phdr = sctp_get_next_param(mat, at, (struct sctp_paramhdr *)tempbuf, plen); in sctp_arethere_unrecognized_parameters() 3061 if (plen > sizeof(tempbuf)) { in sctp_arethere_unrecognized_parameters() 3062 plen = sizeof(tempbuf); in sctp_arethere_unrecognized_parameters() 3064 phdr = sctp_get_next_param(mat, at, (struct sctp_paramhdr *)tempbuf, plen); in sctp_arethere_unrecognized_parameters()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2001 | 2763 * include/backward/tempbuf.h: Likewise. 2987 * include/backward/tempbuf.h: Likewise. 4175 * include/backward/tempbuf.h: Same. 4386 * include/backward/tempbuf.h: Same. 4765 * include/backward/tempbuf.h: Likewise.
|
| H A D | ChangeLog-2002 | 4248 * include/backward/tempbuf.h: get_temporary_buffer and 5519 * include/backward/tempbuf.h: Include <ext/memory>, tweak.
|
| H A D | ChangeLog-2005 | 350 * include/backward/tempbuf.h: Same. 4871 * include/backward/tempbuf.h: Include cpp_type_traits.h instead.
|
| H A D | ChangeLog-2000 | 4246 stack.h tempbuf.h tree.h vector.h: Add.
|
| H A D | ChangeLog-2007 | 1437 * include/backward/tempbuf.h: Same.
|
| H A D | ChangeLog-2003 | 569 include/backward/tempbuf.h, include/backward/tree.h,
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2006 | 4591 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
|
| H A D | ChangeLog-2009 | 11260 (tempbuf): Now global. 11263 (yylex) <tempbuf>: Now global.
|
| H A D | ChangeLog-1992 | 723 * c-exp.y (yylex): Add tempbuf, tempbufindex, and tempbufsize,
|
| H A D | ChangeLog-1993 | 7303 * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE,
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2006 | 4591 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
|
| H A D | ChangeLog-2009 | 11260 (tempbuf): Now global. 11263 (yylex) <tempbuf>: Now global.
|
| H A D | ChangeLog-1992 | 723 * c-exp.y (yylex): Add tempbuf, tempbufindex, and tempbufsize,
|
| H A D | ChangeLog-1993 | 7303 * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE,
|