P99
Macros | Functions
p99_posix_default.h File Reference
#include "p99_defarg.h"
#include <P99_ADVANCE_ID>
+ Include dependency graph for p99_posix_default.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define accept(...)   P99_CALL_DEFARG(accept, 3, __VA_ARGS__)
 Default arguments for POSIX function accept. More...
 
#define getsockopt(...)   P99_IF_GE(P99_NARG(__VA_ARGS__),5)(getsockopt(__VA_ARGS__))(p00_getsockopt(__VA_ARGS__))
 Default arguments for POSIX function getsockopt. More...
 
#define IN_ADDR_INITIALIZER   P99_INIT
 
#define inet_ntop(...)   P99_CALL_DEFARG(inet_ntop, 4, __VA_ARGS__)
 Default arguments for POSIX function inet_ntop. More...
 
#define pthread_barrier_init(...)   P99_CALL_DEFARG(pthread_barrier_init, 3, __VA_ARGS__)
 Default arguments for POSIX function pthread_barrier_init. More...
 
#define pthread_cond_init(...)   P99_CALL_DEFARG(pthread_cond_init, 2, __VA_ARGS__)
 Default arguments for POSIX function pthread_cond_init. More...
 
#define pthread_key_create(...)   P99_CALL_DEFARG(pthread_key_create, 2, __VA_ARGS__)
 Default arguments for POSIX function pthread_key_create. More...
 
#define pthread_mutex_init(...)   P99_CALL_DEFARG(pthread_mutex_init, 2, __VA_ARGS__)
 Default arguments for POSIX function pthread_mutex_init. More...
 
#define pthread_rwlock_init(...)   P99_CALL_DEFARG(pthread_rwlock_init, 2, __VA_ARGS__)
 Default arguments for POSIX function pthread_rwlock_init. More...
 
#define pthread_spin_init(...)   P99_CALL_DEFARG(pthread_spin_init, 2, __VA_ARGS__)
 Default arguments for POSIX function pthread_spin_init. More...
 
#define realpath(...)   P99_CALL_DEFARG(realpath, 2, __VA_ARGS__)
 Default arguments for POSIX function realpath. More...
 
#define setsockopt(...)   P99_IF_GE(P99_NARG(__VA_ARGS__),5)(setsockopt(__VA_ARGS__))(p00_setsockopt(__VA_ARGS__))
 Default arguments for POSIX function setsockopt. More...
 
#define SOCKADDR_IN_INIIALIZER   { .sin_family = AF_INET }
 
#define socket(...)   P99_CALL_DEFARG(socket, 3, __VA_ARGS__)
 Default arguments for POSIX function socket. More...
 

Functions

void P99_PASTEP00_ARG (p00_harmless_declaration_, POSIX_DEFARG_DOCU, 158, 157, 156, 155, 154, 153, 152, 151, 150, 149, 148, 147, 146, 145, 144, 143, 142, 141, 140, 139, 138, 137, 136, 135, 134, 133, 132, 131, 130, 129, 128, 127, 126, 125, 124, 123, 122, 121, 120, 119, 118, 117, 116, 115, 114, 113, 112, 111, 110, 109, 108, 107, 106, 105, 104, 103, 102, 101, 100, 99, 98, 97, 96, 95, 94, 93, 92, 91, 90, 89, 88, 87, 86, 85, 84, 83, 82, 81, 80, 79, 78, 77, 76, 75, 74, 73, 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 61, 60, 59, 58, 57, 56, 55, 54, 53, 52, 51, 50, 49, 48, 47, 46, 45, 44, 43, 42, 41, 40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0,)(p00_harmless_declaration_
 
void POSIX_DEFARG_DOCU (void)
 
accept
#define accept(...)
Default arguments for POSIX function accept.
Definition: p99_posix_default.h:89
getsockopt
#define getsockopt(...)
Default arguments for POSIX function getsockopt.
Definition: p99_posix_default.h:129
pthread_cond_init
#define pthread_cond_init(...)
Default arguments for POSIX function pthread_cond_init.
Definition: p99_posix_default.h:52
pthread_spin_init
#define pthread_spin_init(...)
Default arguments for POSIX function pthread_spin_init.
Definition: p99_posix_default.h:70
pthread_rwlock_init
#define pthread_rwlock_init(...)
Default arguments for POSIX function pthread_rwlock_init.
Definition: p99_posix_default.h:64
pthread_mutex_init
#define pthread_mutex_init(...)
Default arguments for POSIX function pthread_mutex_init.
Definition: p99_posix_default.h:58
realpath
#define realpath(...)
Default arguments for POSIX function realpath.
Definition: p99_posix_default.h:121
inet_ntop
#define inet_ntop(...)
Default arguments for POSIX function inet_ntop.
Definition: p99_posix_default.h:110
setsockopt
#define setsockopt(...)
Default arguments for POSIX function setsockopt.
Definition: p99_posix_default.h:138
pthread_key_create
#define pthread_key_create(...)
Default arguments for POSIX function pthread_key_create.
Definition: p99_posix_default.h:76
socket
#define socket(...)
Default arguments for POSIX function socket.
Definition: p99_posix_default.h:99
pthread_barrier_init
#define pthread_barrier_init(...)
Default arguments for POSIX function pthread_barrier_init.
Definition: p99_posix_default.h:45