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

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
buffer.h 801 #define ISC__BUFFER_PUTSTR(_b, _source) \
805 _length = strlen(_source); \
807 memcpy(_cp, (_source), _length); \
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
buffer.h 950 #define ISC__BUFFER_PUTSTR(_b, _source) \
955 ISC_REQUIRE((_source) != NULL); \
956 _length = (unsigned int)strlen(_source); \
964 memmove(_cp, (_source), _length); \
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d 2863 private R _source;
2869 return _source.front;
2874 _source.popFront();
2880 _source.popFront();
2885 @property auto save() { return Result(_source.save, empty); }
2890 return _source.front;
2897 return _source.front;
2909 return n > m ? this : Result(_source, true);
2912 @property R source() { return _source; }
7777 this._source = source
    [all...]

Completed in 53 milliseconds