Home
last modified time | relevance | path

Searched refs:pbuffer (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dconfig_reg.c100 BYTE *pbuffer = &static_buffer[0]; in _krb5_store_string_to_reg_value() local
264 BYTE *pbuffer = &static_buffer[0]; in _krb5_parse_reg_value_as_multi_string() local
275 pbuffer = &static_buffer[0]; in _krb5_parse_reg_value_as_multi_string()
277 rcode = RegQueryValueExA(key, valuename, NULL, &type, pbuffer, &cb_data); in _krb5_parse_reg_value_as_multi_string()
308 if (rcode == ERROR_SUCCESS && cb_data > 0 && pbuffer[cb_data - 1] == '\0') in _krb5_parse_reg_value_as_multi_string()
317 if (rcode == ERROR_SUCCESS && cb_data > 0 && pbuffer[cb_data - 1] == '\0' && in _krb5_parse_reg_value_as_multi_string()
318 (cb_data == 1 || pbuffer[cb_data - 2] == '\0')) in _krb5_parse_reg_value_as_multi_string()
334 pbuffer = &static_buffer[0]; in _krb5_parse_reg_value_as_multi_string()
336 pbuffer = malloc(cb_data); in _krb5_parse_reg_value_as_multi_string()
337 if (pbuffer == NULL) in _krb5_parse_reg_value_as_multi_string()
[all …]
/netbsd-src/sys/arch/mvme68k/stand/bootst/
H A Ddev_tape.c103 ti->pbuffer = NULL; in tape_open()
136 ti->pbuffer = buf; in tape_strategy()
179 nti.pbuffer = hackload_addr; in hackprom_diskrd()
198 memcpy(ti->pbuffer, &(hackload_addr[blkoffset]), in hackprom_diskrd()
/netbsd-src/sys/arch/mvme68k/include/
H A Dprom.h125 void *pbuffer; member
/netbsd-src/sys/arch/mvme68k/stand/libsa/
H A Dbugdev.c131 dio.pbuffer = buf; in bugscstrategy()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c554 cpp_buffer *pbuffer = cpp_get_buffer (pfile); in _cpp_builtin_macro_text() local
555 if (pbuffer->timestamp == NULL) in _cpp_builtin_macro_text()
558 struct _cpp_file *file = cpp_get_file (pbuffer); in _cpp_builtin_macro_text()
577 pbuffer->timestamp = buf; in _cpp_builtin_macro_text()
583 pbuffer->timestamp = UC"\"??? ??? ?? ??:??:?? ????\""; in _cpp_builtin_macro_text()
587 result = pbuffer->timestamp; in _cpp_builtin_macro_text()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc563 cpp_buffer *pbuffer = cpp_get_buffer (pfile); in _cpp_builtin_macro_text() local
564 if (pbuffer->timestamp == NULL) in _cpp_builtin_macro_text()
567 struct _cpp_file *file = cpp_get_file (pbuffer); in _cpp_builtin_macro_text()
586 pbuffer->timestamp = buf; in _cpp_builtin_macro_text()
592 pbuffer->timestamp = UC"\"??? ??? ?? ??:??:?? ????\""; in _cpp_builtin_macro_text()
596 result = pbuffer->timestamp; in _cpp_builtin_macro_text()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dglx.h885 xcb_glx_pbuffer_t pbuffer; member
899 xcb_glx_pbuffer_t pbuffer; member
4508 xcb_glx_pbuffer_t pbuffer,
4524 xcb_glx_pbuffer_t pbuffer,
4550 xcb_glx_pbuffer_t pbuffer);
4562 xcb_glx_pbuffer_t pbuffer);
H A Dglx.c2432 xcb_glx_pbuffer_t pbuffer, in xcb_glx_create_pbuffer_checked() argument
2449 xcb_out.pbuffer = pbuffer; in xcb_glx_create_pbuffer_checked()
2470 xcb_glx_pbuffer_t pbuffer, in xcb_glx_create_pbuffer() argument
2487 xcb_out.pbuffer = pbuffer; in xcb_glx_create_pbuffer()
2528 xcb_glx_pbuffer_t pbuffer) in xcb_glx_destroy_pbuffer_checked() argument
2541 xcb_out.pbuffer = pbuffer; in xcb_glx_destroy_pbuffer_checked()
2554 xcb_glx_pbuffer_t pbuffer) in xcb_glx_destroy_pbuffer() argument
2567 xcb_out.pbuffer = pbuffer; in xcb_glx_destroy_pbuffer()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A Dobject.d584 void* pbuffer; in swap() local
589 tmp = pbuffer = (new void[sz]).ptr; in swap()
598 if (pbuffer) in swap()
599 GC.free(pbuffer); in swap()