Searched refs:__P (Results 51 - 75 of 184) sorted by relevance

12345678

/freebsd-12-stable/contrib/sendmail/include/sendmail/
H A Dsendmail.h65 extern int safefile __P((char *, UID_T, GID_T, char *, long, int, struct stat *));
66 extern int safedirpath __P((char *, UID_T, GID_T, char *, long, int, int));
67 extern int safeopen __P((char *, int, int, long));
68 extern SM_FILE_T*safefopen __P((char *, int, int, long));
69 extern int dfopen __P((char *, int, int, long));
70 extern bool filechanged __P((char *, int, struct stat *));
H A Dpathnames.h61 extern char *getcfname __P((int, int, int, char *));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dbmi2intrin.h60 unsigned long long *__P)
63 *__P = (unsigned long long) (__res >> 64);
70 _mulx_u32 (unsigned int __X, unsigned int __Y, unsigned int *__P) argument
73 *__P = (unsigned int) (__res >> 32);
59 _mulx_u64(unsigned long long __X, unsigned long long __Y, unsigned long long *__P) argument
H A Davx512vbmi2intrin.h54 _mm512_mask_compressstoreu_epi16(void *__P, __mmask32 __U, __m512i __D) argument
56 __builtin_ia32_compressstorehi512_mask ((__v32hi *) __P, (__v32hi) __D,
61 _mm512_mask_compressstoreu_epi8(void *__P, __mmask64 __U, __m512i __D) argument
63 __builtin_ia32_compressstoreqi512_mask ((__v64qi *) __P, (__v64qi) __D,
100 _mm512_mask_expandloadu_epi16(__m512i __S, __mmask32 __U, void const *__P) argument
102 return (__m512i) __builtin_ia32_expandloadhi512_mask ((const __v32hi *)__P,
108 _mm512_maskz_expandloadu_epi16(__mmask32 __U, void const *__P) argument
110 return (__m512i) __builtin_ia32_expandloadhi512_mask ((const __v32hi *)__P,
116 _mm512_mask_expandloadu_epi8(__m512i __S, __mmask64 __U, void const *__P) argument
118 return (__m512i) __builtin_ia32_expandloadqi512_mask ((const __v64qi *)__P,
124 _mm512_maskz_expandloadu_epi8(__mmask64 __U, void const *__P) argument
[all...]
H A Dimmintrin.h300 _loadbe_i16(void const * __P) { argument
304 return __builtin_bswap16(((const struct __loadu_i16*)__P)->__v);
308 _storebe_i16(void * __P, short __D) { argument
312 ((struct __storeu_i16*)__P)->__v = __builtin_bswap16(__D);
316 _loadbe_i32(void const * __P) { argument
320 return __builtin_bswap32(((const struct __loadu_i32*)__P)->__v);
324 _storebe_i32(void * __P, int __D) { argument
328 ((struct __storeu_i32*)__P)->__v = __builtin_bswap32(__D);
333 _loadbe_i64(void const * __P) { argument
337 return __builtin_bswap64(((const struct __loadu_i64*)__P)
341 _storebe_i64(void * __P, long long __D) argument
[all...]
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dassert.h27 typedef void (*SM_ABORT_HANDLER_T) __P((const char *, int, const char *));
30 sm_abort_at __P((
36 sm_abort_sethandler __P((
40 sm_abort __P((
H A Dcdefs.h46 # ifndef __P
47 # define __P(protos) protos macro
48 # endif /* __P */
52 # define __P(protos) () macro
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dpmmintrin.h100 _mm_loaddup_pd (double const *__P) argument
102 return _mm_load1_pd (__P);
112 _mm_lddqu_si128 (__m128i const *__P) argument
114 return (__m128i) __builtin_ia32_lddqu ((char const *)__P);
118 _mm_monitor (void const * __P, unsigned int __E, unsigned int __H) argument
120 __builtin_ia32_monitor (__P, __E, __H);
H A Dxmmintrin.h750 _mm_loadh_pi (__m128 __A, __m64 const *__P) argument
752 return (__m128) __builtin_ia32_loadhps ((__v4sf)__A, (__v2si *)__P);
757 _mm_storeh_pi (__m64 *__P, __m128 __A) argument
759 __builtin_ia32_storehps ((__v2si *)__P, (__v4sf)__A);
779 _mm_loadl_pi (__m128 __A, __m64 const *__P) argument
781 return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (__v2si *)__P);
786 _mm_storel_pi (__m64 *__P, __m128 __A) argument
788 __builtin_ia32_storelps ((__v2si *)__P, (__v4sf)__A);
884 _mm_load_ss (float const *__P) argument
886 return _mm_set_ss (*__P);
891 _mm_load1_ps(float const *__P) argument
897 _mm_load_ps1(float const *__P) argument
904 _mm_load_ps(float const *__P) argument
911 _mm_loadu_ps(float const *__P) argument
918 _mm_loadr_ps(float const *__P) argument
940 _mm_store_ss(float *__P, __m128 __A) argument
953 _mm_store_ps(float *__P, __m128 __A) argument
960 _mm_storeu_ps(float *__P, __m128 __A) argument
967 _mm_store1_ps(float *__P, __m128 __A) argument
975 _mm_store_ps1(float *__P, __m128 __A) argument
982 _mm_storer_ps(float *__P, __m128 __A) argument
1137 _mm_maskmove_si64(__m64 __A, __m64 __N, char *__P) argument
1143 _m_maskmovq(__m64 __A, __m64 __N, char *__P) argument
1204 _mm_stream_pi(__m64 *__P, __m64 __A) argument
1211 _mm_stream_ps(float *__P, __m128 __A) argument
[all...]
/freebsd-12-stable/usr.sbin/cron/cron/
H A Dcompat.h22 #ifndef __P
24 # define __P(x) x macro
26 # define __P(x) () macro
/freebsd-12-stable/contrib/sendmail/libsmdb/
H A Dsmdb1.c36 static DBTYPE smdb_type_to_db1_type __P((SMDB_DBTYPE));
37 static unsigned int smdb_put_flags_to_db1_flags __P((SMDB_FLAG));
38 static int smdb_cursor_get_flags_to_smdb1 __P((SMDB_FLAG));
39 static SMDB_DB1_DATABASE *smdb1_malloc_database __P((void));
40 static int smdb1_close __P((SMDB_DATABASE *));
41 static int smdb1_del __P((SMDB_DATABASE *, SMDB_DBENT *, unsigned int));
42 static int smdb1_fd __P((SMDB_DATABASE *, int *));
43 static int smdb1_lockfd __P((SMDB_DATABASE *));
44 static int smdb1_get __P((SMDB_DATABASE *, SMDB_DBENT *, SMDB_DBENT *, unsigned int));
45 static int smdb1_put __P((SMDB_DATABAS
[all...]
H A Dsmcdb.c44 /* static int smdb_type_to_cdb_type __P((SMDB_DBTYPE type)); */
45 static int cdb_error_to_smdb __P((int error));
46 static SMDB_CDB_DATABASE * smcdb_malloc_database __P((void));
47 static int smcdb_close __P((SMDB_DATABASE *database));
48 static int smcdb_del __P((SMDB_DATABASE *database, SMDB_DBENT *key, unsigned int flags));
49 static int smcdb_fd __P((SMDB_DATABASE *database, int *fd));
50 static int smcdb_lockfd __P((SMDB_DATABASE *database));
51 static int smcdb_get __P((SMDB_DATABASE *database, SMDB_DBENT *key, SMDB_DBENT *data, unsigned int flags));
52 static int smcdb_put __P((SMDB_DATABASE *database, SMDB_DBENT *key, SMDB_DBENT *data, unsigned int flags));
53 static int smcdb_set_owner __P((SMDB_DATABAS
[all...]
/freebsd-12-stable/sys/net/
H A Dppp_defs.h152 #ifndef __P
154 #define __P(x) x macro
156 #define __P(x) () macro
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dfwalk.c35 int (*function) __P((SM_FILE_T *, int *));
H A Dt-event.c25 static void evcheck __P((int));
26 static void ev1 __P((int));
H A Db-strcmp.c24 void fatal __P((char *));
25 void purpose __P((void));
26 int main __P((int, char *[]));
/freebsd-12-stable/contrib/sendmail/src/
H A Ddaemon.h59 extern bool refuseconnections __P((ENVELOPE *, int, bool));
/freebsd-12-stable/contrib/apr/network_io/unix/
H A Dinet_pton.c49 #ifndef __P
50 #define __P(x) x macro
62 static int inet_pton4 __P((const char *src, unsigned char *dst));
64 static int inet_pton6 __P((const char *src, unsigned char *dst));
/freebsd-12-stable/contrib/ipfilter/ipsend/
H A Dipsend.h18 #ifndef __P
19 # define __P(x) x macro
/freebsd-12-stable/contrib/ipfilter/
H A Dopts.h56 #ifndef __P
57 # define __P(x) x macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h161 const __v16qu __P = local
165 __v8hi __C = vec_perm ((__v8hi) __A, (__v8hi) __B, __P);
174 const __v16qu __P = local
178 __v4si __C = vec_perm ((__v4si) __A, (__v4si) __B, __P);
188 const __v16qu __P = local
193 __C = vec_perm (__C, __C, __P);
203 const __v16qu __P = local
208 __C = vec_perm (__C, __C, __P);
239 const __v16qu __P = local
243 __v8hi __C = vec_perm ((__v8hi) __A, (__v8hi) __B, __P);
252 const __v16qu __P = local
265 const __v16qu __P = local
280 const __v16qu __P = local
295 const __v16qu __P = local
308 const __v16qu __P = local
[all...]
H A Dpmmintrin.h127 _mm_loaddup_pd (double const *__P) argument
129 return (__m128d) vec_splats (*__P);
139 _mm_lddqu_si128 (__m128i const *__P) argument
141 return (__m128i) (vec_vsx_ld(0, (signed int const *)__P));
/freebsd-12-stable/contrib/sendmail/libmilter/
H A Dengine.c39 int (*cm_fct) __P((genarg *)); /* function to execute */
92 static int st_abortfct __P((genarg *));
93 static int st_macros __P((genarg *));
94 static int st_optionneg __P((genarg *));
95 static int st_bodychunk __P((genarg *));
96 static int st_connectinfo __P((genarg *));
97 static int st_bodyend __P((genarg *));
98 static int st_helo __P((genarg *));
99 static int st_header __P((genarg *));
100 static int st_sender __P((genar
[all...]
/freebsd-12-stable/contrib/opie/
H A Dglob.c93 static int letter __P((register char));
94 static int digit __P((register char));
95 static int any __P((int, char *));
96 static int blklen __P((register char **));
97 VOIDRET blkfree __P((char **));
98 static char *strspl __P((register char *, register char *));
100 static int tglob __P((register char c));
103 static char *strend __P((char *));
116 static int amatch __P((char *p, char *s));
117 static int execbrc __P((registe
[all...]
H A Dpopen.c91 char **ftpglob __P((register char *));
92 char **copyblk __P((char **));
93 VOIDRET blkfree __P((char **));

Completed in 152 milliseconds

12345678