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

  /src/lib/libc/yp/
yplib.c 70 int _yplib_bindtries = 0; variable in typeref:typename:int
91 int old_val = _yplib_bindtries;
94 _yplib_bindtries = ntries;
227 if (_yplib_bindtries <= 0 && new == 0 &&
234 else if (_yplib_bindtries > 0 &&
235 ++nerrs == _yplib_bindtries) {
yplib.c 70 int _yplib_bindtries = 0; variable in typeref:typename:int
91 int old_val = _yplib_bindtries;
94 _yplib_bindtries = ntries;
227 if (_yplib_bindtries <= 0 && new == 0 &&
234 else if (_yplib_bindtries > 0 &&
235 ++nerrs == _yplib_bindtries) {
yplib.c 70 int _yplib_bindtries = 0; variable in typeref:typename:int
91 int old_val = _yplib_bindtries;
94 _yplib_bindtries = ntries;
227 if (_yplib_bindtries <= 0 && new == 0 &&
234 else if (_yplib_bindtries > 0 &&
235 ++nerrs == _yplib_bindtries) {

Completed in 33 milliseconds