Searched defs:restrict (Results 1 – 2 of 2) sorted by relevance
262 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()
58 #define restrict /* "restrict" not in old C standard. */ macro