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

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
buffer.h 629 isc__buffer_putstr(isc_buffer_t *b, const char *source);
801 #define ISC__BUFFER_PUTSTR(_b, _source) \
871 #define isc_buffer_putstr ISC__BUFFER_PUTSTR
894 #define isc_buffer_putstr isc__buffer_putstr
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
buffer.h 676 isc__buffer_putstr(isc_buffer_t *b, const char *source);
950 #define ISC__BUFFER_PUTSTR(_b, _source) \
1060 #define isc_buffer_putstr ISC__BUFFER_PUTSTR
1083 #define isc_buffer_putstr isc__buffer_putstr
  /src/external/bsd/ntp/dist/libntp/lib/isc/
buffer.c 410 isc__buffer_putstr(isc_buffer_t *b, const char *source) { function
418 * Do not use ISC__BUFFER_PUTSTR(), so strlen is only done once.
  /src/external/mpl/dhcp/bind/dist/lib/isc/
buffer.c 351 isc__buffer_putstr(isc_buffer_t *b, const char *source) { function
352 ISC__BUFFER_PUTSTR(b, source);

Completed in 23 milliseconds