Home
last modified time | relevance | path

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

/freebsd/lib/libfigpar/
H A Dstring_m.h33 void strexpand(char *_source);
34 void strexpandnl(char *_source);
35 void strtolower(char *_source);
36 int replaceall(char *_source, const char *_find,
38 unsigned int strcount(const char *_source, const char *_find);
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dbuffer.h799 #define ISC__BUFFER_PUTSTR(_b, _source) \ argument
803 _length = strlen(_source); \
805 memcpy(_cp, (_source), _length); \
/freebsd/contrib/dma/
H A DMakefile111 dput ppa:corecode/dma ../dma_$${ver}_source.changes
/freebsd/contrib/ldns/ldns/
H A Dresolver.h145 ldns_rdf *_source; member
/freebsd/contrib/ldns/
H A Dresolver.c32 return r->_source; in ldns_resolver_source()
246 r->_source = s; in ldns_resolver_set_source()