Home
last modified time | relevance | path

Searched defs:restrict (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A Dear.c262 char *const argv[restrict], char *const envp[restrict]) { in posix_spawn()
272 char *const argv[restrict], char *const envp[restrict]) { in posix_spawnp()
362 char *const argv[restrict], in call_posix_spawn()
363 char *const envp[restrict]) { in call_posix_spawn()
383 char *const argv[restrict], in call_posix_spawnp()
384 char *const envp[restrict]) { in call_posix_spawnp()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dformat.h58 #define restrict /* "restrict" not in old C standard. */ macro