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

  /src/crypto/external/apache2/openssl/dist/ssl/
s3_lib.c 4289 const unsigned char **pformat = parg; local
4293 *pformat = sc->ext.peer_ecpointformats;
  /src/crypto/external/bsd/openssl/dist/ssl/
s3_lib.c 3731 const unsigned char **pformat = parg; local
3735 *pformat = s->ext.peer_ecpointformats;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
s3_lib.c 3726 const unsigned char **pformat = parg; local
3730 *pformat = s->ext.peer_ecpointformats;
  /src/external/gpl3/gdb/dist/gdb/
arch-utils.c 1149 pformat (struct gdbarch *gdbarch, const struct floatformat **format)
1147 pformat (struct gdbarch *gdbarch, const struct floatformat **format) function
  /src/external/gpl3/gdb.old/dist/gdb/
arch-utils.c 1143 pformat (struct gdbarch *gdbarch, const struct floatformat **format)
1141 pformat (struct gdbarch *gdbarch, const struct floatformat **format) function
  /src/sys/dev/usb/
uvideo.c 1324 struct uvideo_pixel_format *pformat, *pfiter; local
1401 pformat = NULL;
1404 pformat = pfiter;
1408 if (pixel_format != VIDEO_FORMAT_UNDEFINED && pformat == NULL) {
1409 pformat = kmem_zalloc(sizeof(*pformat), KM_SLEEP);
1410 pformat->pixel_format = pixel_format;
1414 pformat, entries);

Completed in 146 milliseconds