Home
last modified time | relevance | path

Searched refs:temp_buffer (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Dosunixdir.c61 char temp_buffer[256]; member
189 strcpy (ExternalInfo->temp_buffer, dir_entry->d_name); in AcpiOsGetNextFilename()
190 return (ExternalInfo->temp_buffer); in AcpiOsGetNextFilename()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dprocess.c531 WCHAR* temp_buffer = NULL; in make_program_args() local
572 temp_buffer = (WCHAR*) uv__malloc(temp_buffer_len * sizeof(WCHAR)); in make_program_args()
573 if (temp_buffer == NULL) { in make_program_args()
587 temp_buffer, in make_program_args()
596 wcscpy(pos, temp_buffer); in make_program_args()
600 pos = quote_cmd_arg(temp_buffer, pos); in make_program_args()
606 uv__free(temp_buffer); in make_program_args()
613 uv__free(temp_buffer); in make_program_args()
/netbsd-src/sys/dev/pci/
H A Dauich.c1596 void *temp_buffer; in auich_calibrate() local
1615 temp_buffer = auich_allocm(sc, AUMODE_RECORD, bytes); in auich_calibrate()
1617 for (p = sc->sc_dmas; p && KERNADDR(p) != temp_buffer; p = p->next) in auich_calibrate()
1621 __func__, temp_buffer); in auich_calibrate()
1673 auich_freem(sc, temp_buffer, bytes); in auich_calibrate()
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c2753 char *temp_buffer = xmalloc (buffer_len); in add_char() local
2762 temp_buffer[indentation++] = ' '; in add_char()
2764 memcpy ((char *) &temp_buffer[current_indent], in add_char()
2777 temp_buffer, buffer_len); in add_char()
2779 free (temp_buffer); in add_char()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c1673 uchar temp_buffer[18]; in lex_raw_string() local
1702 memcpy (temp_buffer + temp_buffer_len, \ in lex_raw_string()
1793 temp_buffer[temp_buffer_len++] = c; in lex_raw_string()
1800 raw_prefix[raw_prefix_len] = temp_buffer[raw_prefix_len]; in lex_raw_string()
1868 && temp_buffer[raw_suffix_len] == raw_prefix[raw_suffix_len]) in lex_raw_string()