HomeSort by: relevance | last modified time | path
    Searched refs:pbuffer (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
config_reg.c 100 BYTE *pbuffer = &static_buffer[0]; local
264 BYTE *pbuffer = &static_buffer[0]; local
275 pbuffer = &static_buffer[0];
277 rcode = RegQueryValueExA(key, valuename, NULL, &type, pbuffer, &cb_data);
308 if (rcode == ERROR_SUCCESS && cb_data > 0 && pbuffer[cb_data - 1] == '\0')
317 if (rcode == ERROR_SUCCESS && cb_data > 0 && pbuffer[cb_data - 1] == '\0' &&
318 (cb_data == 1 || pbuffer[cb_data - 2] == '\0'))
334 pbuffer = &static_buffer[0];
336 pbuffer = malloc(cb_data);
337 if (pbuffer == NULL
    [all...]
  /src/sys/arch/mvme68k/stand/bootst/
dev_tape.c 103 ti->pbuffer = NULL;
136 ti->pbuffer = buf;
179 nti.pbuffer = hackload_addr;
198 memcpy(ti->pbuffer, &(hackload_addr[blkoffset]),
  /src/external/bsd/ntp/dist/ntpd/
refclock_parse.c 5479 char pbuffer[200]; local
5480 char *t = pbuffer;
5503 t = ap(pbuffer, sizeof(pbuffer), t, "%s=\"", s->varname);
5516 t = ap(pbuffer, sizeof(pbuffer), t, "%f, %d, %f",
5522 t = ap(pbuffer, sizeof(pbuffer), t, "mode: ");
5526 t = ap(pbuffer, sizeof(pbuffer), t
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
emul_bugapi.c 388 unsigned_word pbuffer; member in struct:dskio_descriptor
403 T2H(descriptor.pbuffer);
419 unsigned_word block_addr = descriptor.pbuffer + block*sizeof(buf);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_bugapi.c 388 unsigned_word pbuffer; member in struct:dskio_descriptor
403 T2H(descriptor.pbuffer);
419 unsigned_word block_addr = descriptor.pbuffer + block*sizeof(buf);
  /src/sys/arch/mvme68k/include/
prom.h 125 void *pbuffer; member in struct:mvmeprom_dskio
  /src/sys/arch/mvme68k/stand/libsa/
bugdev.c 131 dio.pbuffer = buf;
  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 566 cpp_buffer *pbuffer = cpp_get_buffer (pfile); local
567 if (pbuffer->timestamp == NULL)
570 struct _cpp_file *file = cpp_get_file (pbuffer);
589 pbuffer->timestamp = buf;
595 pbuffer->timestamp = UC"\"??? ??? ?? ??:??:?? ????\"";
599 result = pbuffer->timestamp;
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 563 cpp_buffer *pbuffer = cpp_get_buffer (pfile); local
564 if (pbuffer->timestamp == NULL)
567 struct _cpp_file *file = cpp_get_file (pbuffer);
586 pbuffer->timestamp = buf;
592 pbuffer->timestamp = UC"\"??? ??? ?? ??:??:?? ????\"";
596 result = pbuffer->timestamp;
  /src/external/mit/xorg/lib/libxcb/files/
glx.h 885 xcb_glx_pbuffer_t pbuffer; member in struct:xcb_glx_create_pbuffer_request_t
899 xcb_glx_pbuffer_t pbuffer; member in struct:xcb_glx_destroy_pbuffer_request_t
4508 xcb_glx_pbuffer_t pbuffer,
4524 xcb_glx_pbuffer_t pbuffer,
4550 xcb_glx_pbuffer_t pbuffer);
4562 xcb_glx_pbuffer_t pbuffer);
glx.c 2432 xcb_glx_pbuffer_t pbuffer,
2449 xcb_out.pbuffer = pbuffer;
2470 xcb_glx_pbuffer_t pbuffer,
2487 xcb_out.pbuffer = pbuffer;
2528 xcb_glx_pbuffer_t pbuffer)
2541 xcb_out.pbuffer = pbuffer;
2554 xcb_glx_pbuffer_t pbuffer)
    [all...]

Completed in 51 milliseconds