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

  /src/usr.bin/rump_dhcpclient/
common.h 55 /* We don't really need this as our supported systems define __restrict
57 #ifndef __restrict
59 # define __restrict macro
61 # define __restrict restrict macro
63 # define __restrict macro
  /src/external/gpl2/xcvs/dist/lib/
glob_.h 44 #ifndef __restrict
45 # define __restrict restrict macro
regex.h 632 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
634 #ifndef __restrict macro
637 # define __restrict restrict
639 # define __restrict
646 # define __restrict_arr __restrict
653 extern int regcomp (regex_t *__restrict __preg,
654 const char *__restrict __pattern,
657 extern int regexec (const regex_t *__restrict __preg,
658 const char *__restrict __string, size_t __nmatch,
662 extern size_t regerror (int __errcode, const regex_t *__restrict __preg
    [all...]
  /src/external/bsd/dhcpcd/dist/src/
common.h 150 /* We don't really need this as our supported systems define __restrict
152 #ifndef __restrict
154 # define __restrict macro
156 # define __restrict restrict macro
158 # define __restrict macro
169 char *get_line(char ** __restrict, ssize_t * __restrict);
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 525 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
527 #ifndef __restrict macro
530 # define __restrict restrict
532 # define __restrict
542 extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,
543 const char *__restrict __pattern,
546 extern int regexec _RE_ARGS ((const regex_t *__restrict __preg,
547 const char *__restrict __string, size_t __nmatch,
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 513 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
515 #ifndef __restrict macro
518 # define __restrict restrict
520 # define __restrict
527 # define __restrict_arr __restrict
534 extern int regcomp (regex_t *__restrict __preg,
535 const char *__restrict __pattern,
538 extern int regexec (const regex_t *__restrict __preg,
539 const char *__restrict __string, size_t __nmatch,
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 529 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
531 #ifndef __restrict macro
534 # define __restrict restrict
536 # define __restrict
546 extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,
547 const char *__restrict __pattern,
550 extern int regexec _RE_ARGS ((const regex_t *__restrict __preg,
551 const char *__restrict __string, size_t __nmatch,
  /src/external/gpl3/binutils/dist/include/
xregex2.h 516 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
518 #ifndef __restrict macro
521 # define __restrict restrict
523 # define __restrict
534 # define __restrict_arr __restrict
539 extern int regcomp (regex_t *__restrict __preg,
540 const char *__restrict __pattern,
546 extern int regexec (const regex_t *__restrict __preg,
547 const char *__restrict __string, size_t __nmatch,
  /src/external/gpl3/binutils.old/dist/include/
xregex2.h 516 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
518 #ifndef __restrict macro
521 # define __restrict restrict
523 # define __restrict
534 # define __restrict_arr __restrict
539 extern int regcomp (regex_t *__restrict __preg,
540 const char *__restrict __pattern,
546 extern int regexec (const regex_t *__restrict __preg,
547 const char *__restrict __string, size_t __nmatch,
  /src/external/gpl3/gcc/dist/include/
xregex2.h 516 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
518 #ifndef __restrict macro
521 # define __restrict restrict
523 # define __restrict
534 # define __restrict_arr __restrict
539 extern int regcomp (regex_t *__restrict __preg,
540 const char *__restrict __pattern,
546 extern int regexec (const regex_t *__restrict __preg,
547 const char *__restrict __string, size_t __nmatch,
  /src/external/gpl3/gcc.old/dist/include/
xregex2.h 516 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
518 #ifndef __restrict macro
521 # define __restrict restrict
523 # define __restrict
534 # define __restrict_arr __restrict
539 extern int regcomp (regex_t *__restrict __preg,
540 const char *__restrict __pattern,
546 extern int regexec (const regex_t *__restrict __preg,
547 const char *__restrict __string, size_t __nmatch,
  /src/external/gpl3/gdb/dist/gnulib/import/
cdefs.h 481 /* __restrict is known in EGCS 1.2 and above, and in clang.
483 as '__restrict', not 'restrict'. */
486 # define __restrict restrict macro
488 # define __restrict /* Ignore */ macro
497 # define __restrict_arr __restrict
libc-config.h 157 # undef __restrict macro
  /src/external/gpl3/gdb/dist/include/
xregex2.h 516 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
518 #ifndef __restrict macro
521 # define __restrict restrict
523 # define __restrict
534 # define __restrict_arr __restrict
539 extern int regcomp (regex_t *__restrict __preg,
540 const char *__restrict __pattern,
546 extern int regexec (const regex_t *__restrict __preg,
547 const char *__restrict __string, size_t __nmatch,
  /src/external/gpl3/gdb.old/dist/gnulib/import/
cdefs.h 481 /* __restrict is known in EGCS 1.2 and above, and in clang.
483 as '__restrict', not 'restrict'. */
486 # define __restrict restrict macro
488 # define __restrict /* Ignore */ macro
497 # define __restrict_arr __restrict
libc-config.h 157 # undef __restrict macro
  /src/external/gpl3/gdb.old/dist/include/
xregex2.h 516 /* GCC 2.95 and later have "__restrict"; C99 compilers have macro
518 #ifndef __restrict macro
521 # define __restrict restrict
523 # define __restrict
534 # define __restrict_arr __restrict
539 extern int regcomp (regex_t *__restrict __preg,
540 const char *__restrict __pattern,
546 extern int regexec (const regex_t *__restrict __preg,
547 const char *__restrict __string, size_t __nmatch,
  /src/sys/sys/
cdefs.h 473 #define __restrict restrict macro
475 #define __restrict __restrict__ macro
477 #define __restrict /* delete __restrict when not supported */ macro
  /src/tools/compat/
compat_defs.h 217 #undef __restrict macro
218 #define __restrict macro
364 void mi_vector_hash(const void * __restrict, size_t, uint32_t,
642 intmax_t strtoi(const char * __restrict, char ** __restrict, int,
647 uintmax_t strtou(const char * __restrict, char ** __restrict, int,

Completed in 41 milliseconds