HomeSort by: relevance | last modified time | path
    Searched defs:__P (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
extern.h 30 #if !defined (__P)
32 # define __P(protos) protos
34 # define __P(protos) ()
39 extern int OpenPTY __P((char **));
40 extern void InitPTY __P((int));
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
extern.h 30 #if !defined (__P)
32 # define __P(protos) protos
34 # define __P(protos) ()
39 extern int OpenPTY __P((char **));
40 extern void InitPTY __P((int));
  /src/external/bsd/ipf/dist/ipsend/
ipsend.h 18 #ifndef __P
20 # define __P(x) x
22 # define __P(x) ()
37 extern int resolve __P((char *, char *));
38 extern int arp __P((char *, char *));
39 extern u_short chksum __P((u_short *, int));
40 extern int send_ether __P((int, char *, int, struct in_addr));
41 extern int send_ip __P((int, int, ip_t *, struct in_addr, int));
42 extern int send_tcp __P((int, int, ip_t *, struct in_addr));
43 extern int send_udp __P((int, int, ip_t *, struct in_addr))
    [all...]
ipsopt.c 31 #ifndef __P
33 # define __P(x) x
35 # define __P(x) ()
  /src/external/bsd/ipf/dist/
kmem.h 13 #ifndef __P
15 # define __P(x) x
17 # define __P(x) ()
20 extern int openkmem __P((char *, char *));
21 extern int kmemcpy __P((char *, long, int));
22 extern int kstrncpy __P((char *, long, int));
ipt.h 14 #ifndef __P
17 # define __P(x) x
19 # define __P(x) ()
27 int (*r_open) __P((char *));
28 int (*r_close) __P((void));
29 int (*r_readip) __P((mb_t *, char **, int *));
36 # undef __P
md5.h 44 #ifndef __P
46 # define __P(x) x
48 # define __P(x) ()
67 extern void MD5Init __P((MD5_CTX *));
68 extern void MD5Update __P((MD5_CTX *, unsigned char *, unsigned int));
69 extern void MD5Final __P((unsigned char *, MD5_CTX *));
  /src/external/bsd/ipf/dist/lib/
kmem.h 13 #ifndef __P
15 # define __P(x) x
17 # define __P(x) ()
20 extern int openkmem __P((char *, char *));
21 extern int kmemcpy __P((char *, long, int));
22 extern int kstrncpy __P((char *, long, int));
facpri.h 14 #ifndef __P
17 # define __P(x) x
19 # define __P(x) ()
23 extern char *fac_toname __P((int));
24 extern int fac_findname __P((char *));
26 extern char *pri_toname __P((int));
27 extern int pri_findname __P((char *));
30 # undef __P
  /src/external/bsd/libbind/dist/port/ultrix/include/sys/
cdefs.h 5 #define __P(x) x
  /src/external/bsd/libbind/dist/port/decunix/include/sys/
cdefs.h 5 #define __P(x) x
  /src/external/gpl2/diffutils/include/
fnmatch.h 29 #undef __P
30 #define __P(protos) protos
32 #undef __P
33 #define __P(protos) ()
62 extern int fnmatch __P ((const char *__pattern, const char *__string,
  /src/external/gpl2/grep/dist/lib/
fnmatch.h 31 #undef __P
32 #define __P(protos) protos
34 #undef __P
35 #define __P(protos) ()
64 extern int fnmatch __P ((const char *__pattern, const char *__string,
  /src/external/gpl3/binutils/dist/include/
fnmatch.h 30 #undef __P
31 #define __P(args) args
33 #undef __P
34 #define __P(args) ()
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
  /src/external/gpl3/binutils.old/dist/include/
fnmatch.h 30 #undef __P
31 #define __P(args) args
33 #undef __P
34 #define __P(args) ()
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
  /src/external/gpl3/gcc/dist/include/
fnmatch.h 30 #undef __P
31 #define __P(args) args
33 #undef __P
34 #define __P(args) ()
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
  /src/external/gpl3/gcc.old/dist/include/
fnmatch.h 30 #undef __P
31 #define __P(args) args
33 #undef __P
34 #define __P(args) ()
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
  /src/external/gpl3/gdb.old/dist/include/
fnmatch.h 30 #undef __P
31 #define __P(args) args
33 #undef __P
34 #define __P(args) ()
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
  /src/external/gpl3/gdb/dist/include/
fnmatch.h 30 #undef __P
31 #define __P(args) args
33 #undef __P
34 #define __P(args) ()
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
  /src/external/bsd/libbind/dist/include/isc/
tree.h 16 #ifndef __P
18 # define __P(x) x
20 # define __P(x) ()
52 void tree_init __P((tree **));
53 tree_t tree_srch __P((tree **, int (*)(), tree_t));
54 tree_t tree_add __P((tree **, int (*)(), tree_t, void (*)()));
55 int tree_delete __P((tree **, int (*)(), tree_t, void (*)()));
56 int tree_trav __P((tree **, int (*)()));
57 void tree_mung __P((tree **, void (*)()));
  /src/external/bsd/libevent/dist/WIN32-Code/
getopt.c 42 #define __P(x) x
56 static char * _progname __P((char *));
57 int getopt_internal __P((int, char * const *, const char *));
  /src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
getopt.c 43 #define __P(x) x
57 static char * _progname __P((char *));
58 int getopt_internal __P((int, char * const *, const char *));
  /src/external/gpl2/gmake/dist/glob/
fnmatch.h 28 # undef __P
29 # define __P(protos) protos
32 # undef __P
33 # define __P(protos) ()
77 extern int fnmatch __P ((__const char *__pattern, __const char *__name,
  /src/external/bsd/libbind/dist/port/aix32/include/sys/
cdefs.h 82 #define __P(protos) protos /* full-blown ANSI C */
98 #define __P(protos) () /* traditional C preprocessor */
  /src/external/bsd/libbind/dist/port/aix4/include/sys/
cdefs.h 81 #ifdef __P
82 #undef __P /* /usr/include/net/radix.h may have defined it */
85 #define __P(protos) protos /* full-blown ANSI C */
101 #define __P(protos) () /* traditional C preprocessor */

Completed in 126 milliseconds

1 2 3