HomeSort by: relevance | last modified time | path
    Searched defs:tempbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpcmips/stand/pbsdboot/
preference.c 182 char tempbuf[1024]; local in function:pref_read
226 tempbuf[i] = c;
244 tempbuf[i] = '\0';
245 length = MultiByteToWideChar(CP_ACP,0,tempbuf,-1,identif,0);
246 MultiByteToWideChar(CP_ACP,0,tempbuf,-1,identif,length);
262 tempbuf[i] = c;
270 tempbuf[i] = '\0';
271 length = MultiByteToWideChar(CP_ACP,0,tempbuf,-1,unidata,0);
272 MultiByteToWideChar(CP_ACP,0,tempbuf,-1,unidata,length);
469 char tempbuf[1024] local in function:pref_write
    [all...]
main.c 698 TCHAR tempbuf[PATHBUFLEN]; local in function:PropDlgProc
716 wsprintf(tempbuf, TEXT("%d"), boot_times[i]);
718 0, (LPARAM)tempbuf);
722 wsprintf(tempbuf,TEXT("%d"),pref.boot_time);
723 SetDlgItemText(hWnd,IDC_BOOT_TIME,tempbuf);
726 wsprintf(tempbuf, TEXT("%d"), boot_times[0]);
728 0, (LPARAM)tempbuf);
792 GetDlgItemText(hWnd,IDC_BOOT_TIME,tempbuf,PATHBUFLEN);
793 pref.boot_time = _wtoi(tempbuf);
  /src/sys/netinet/
sctp_output.c 2914 char tempbuf[2048]; local in function:sctp_arethere_unrecognized_parameters
3007 phdr = sctp_get_next_param(mat, at, (struct sctp_paramhdr *)tempbuf, plen);
3061 if (plen > sizeof(tempbuf)) {
3062 plen = sizeof(tempbuf);
3064 phdr = sctp_get_next_param(mat, at, (struct sctp_paramhdr *)tempbuf, plen);

Completed in 610 milliseconds