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

  /src/etc/
ntp.conf 86 restrict default limited kod nomodify notrap nopeer noquery
90 restrict source nomodify notrap noquery
95 #restrict 192.0.2.0 mask 255.255.255.0 limited kod nomodify notrap nopeer
96 #restrict 2001:db8:: mask ffff:ffff:: limited kod nomodify notrap nopeer
100 restrict 127.0.0.1
101 restrict ::1 key
ntp.conf 86 restrict default limited kod nomodify notrap nopeer noquery
90 restrict source nomodify notrap noquery
95 #restrict 192.0.2.0 mask 255.255.255.0 limited kod nomodify notrap nopeer
96 #restrict 2001:db8:: mask ffff:ffff:: limited kod nomodify notrap nopeer
100 restrict 127.0.0.1
101 restrict ::1 key
  /src/lib/libpam/libpam/
config.h 153 /* Define to the equivalent of the C99 'restrict' keyword, or to
154 nothing if this is not supported. Do not define if restrict is
156 #define restrict __restrict macro
159 "#define restrict _Restrict" or "#define restrict __restrict__" in the
161 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
config.h 153 /* Define to the equivalent of the C99 'restrict' keyword, or to
154 nothing if this is not supported. Do not define if restrict is
156 #define restrict __restrict macro
159 "#define restrict _Restrict" or "#define restrict __restrict__" in the
161 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  /src/lib/libc/time/
private.h 628 #if (__STDC_VERSION__ < 199901 && !defined restrict \
630 # define restrict /* empty */ macro
764 char *asctime_r(struct tm const *restrict, char *restrict);
768 size_t strftime(char *restrict, size_t, char const *restrict,
769 struct tm const *restrict);
771 size_t strftime_l(char *restrict, size_t, char const *restrict,
772 struct tm const *restrict, locale_t)
    [all...]
private.h 628 #if (__STDC_VERSION__ < 199901 && !defined restrict \
630 # define restrict /* empty */ macro
764 char *asctime_r(struct tm const *restrict, char *restrict);
768 size_t strftime(char *restrict, size_t, char const *restrict,
769 struct tm const *restrict);
771 size_t strftime_l(char *restrict, size_t, char const *restrict,
772 struct tm const *restrict, locale_t)
    [all...]

Completed in 59 milliseconds