Home
last modified time | relevance | path

Searched refs:_check (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/file/dist/python/
H A Dmagic.py106 _check = _libraries['magic'].magic_check variable
107 _check.restype = c_int
108 _check.argtypes = [magic_t, c_char_p]
230 return _check(self._magic_t, Magic.__tobytes(dbs))
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dcheck.rst2 .. _check:
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d4379 private void _check(CurlCode code) in _check() function
4423 _check(curl.easy_pause(this.handle, in pause()
4437 _check(curl.easy_setopt(this.handle, option, value.tempCString().buffPtr)); in set()
4449 _check(curl.easy_setopt(this.handle, option, value)); in set()
4461 _check(curl.easy_setopt(this.handle, option, value)); in set()
4472 _check(curl.easy_setopt(this.handle, option, null)); in clear()
4486 _check(rval); in clearIfSupported()
4501 _check(code);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d4396 private void _check(CurlCode code) in _check() function
4442 _check(curl.easy_pause(this.handle, in pause()
4457 _check(curl.easy_setopt(this.handle, option, value.tempCString().buffPtr)); in set()
4469 _check(curl.easy_setopt(this.handle, option, value)); in set()
4481 _check(curl.easy_setopt(this.handle, option, value)); in set()
4492 _check(curl.easy_setopt(this.handle, option, null)); in clear()
4506 _check(rval); in clearIfSupported()
4521 _check(code);
/netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/
H A Dm4sugar.m42972 + m4_len(m4_ifdef([_m4_set_cleanup($1)], [_$0_check], [_$0])([$1], $@))))])
3085 [_$0_check], [_$0])([$1], [], [$2])])
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGettingStarted.rst222 .. _check here:
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20191851 (normalize_concept_check): Merged all normalize_*_check here.