HomeSort by relevance Sort by last modified time
    Searched defs:_Restrict_ (Results 1 - 4 of 4) sorted by null

  /external/bison/darwin-lib/
spawn.h 52 #ifndef _Restrict_
54 # define _Restrict_ restrict
56 # define _Restrict_ __restrict
58 # define _Restrict_
69 # define _Restrict_arr_ _Restrict_
490 (pid_t *_Restrict_ __pid,
491 const char *_Restrict_ __path,
492 const posix_spawn_file_actions_t *_Restrict_ __file_actions,
493 const posix_spawnattr_t *_Restrict_ __attrp,
498 (pid_t *_Restrict_ __pid
    [all...]
  /external/bison/lib/
spawn.in.h 51 #ifndef _Restrict_
53 # define _Restrict_ restrict
55 # define _Restrict_ __restrict
57 # define _Restrict_
68 # define _Restrict_arr_ _Restrict_
178 (pid_t *_Restrict_ __pid,
179 const char *_Restrict_ __path,
180 const posix_spawn_file_actions_t *_Restrict_ __file_actions,
181 const posix_spawnattr_t *_Restrict_ __attrp,
186 (pid_t *_Restrict_ __pid
    [all...]
  /external/bison/linux-lib/
spawn.h 52 #ifndef _Restrict_
54 # define _Restrict_ restrict
56 # define _Restrict_ __restrict
58 # define _Restrict_
69 # define _Restrict_arr_ _Restrict_
490 (pid_t *_Restrict_ __pid,
491 const char *_Restrict_ __path,
492 const posix_spawn_file_actions_t *_Restrict_ __file_actions,
493 const posix_spawnattr_t *_Restrict_ __attrp,
498 (pid_t *_Restrict_ __pid
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 639 #ifndef _Restrict_
641 # define _Restrict_ restrict
643 # define _Restrict_ __restrict
645 # define _Restrict_
656 # define _Restrict_arr_ _Restrict_
663 extern int regcomp (regex_t *_Restrict_ __preg,
664 const char *_Restrict_ __pattern,
667 extern int regexec (const regex_t *_Restrict_ __preg,
668 const char *_Restrict_ __string, size_t __nmatch,
672 extern size_t regerror (int __errcode, const regex_t *_Restrict_ __preg
    [all...]

Completed in 56 milliseconds