Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/ntirpc/un-namespace.h
$ cat -n /usr/include/ntirpc/un-namespace.h 1 /* 2 * Copyright (c) 2001 Daniel Eischen
. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright 9 * notice, this list of conditions and the following disclaimer. 10 * 2. Redistributions in binary form must reproduce the above copyright 11 * notice, this list of conditions and the following disclaimer in the 12 * documentation and/or other materials provided with the distribution. 13 * 14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 17 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24 * SUCH DAMAGE. 25 * 26 * $FreeBSD: src/lib/libc/include/un-namespace.h,v 1.13 2003/05/01 27 * 19:03:13 nectar Exp $ 28 */ 29 30 #ifndef _UN_NAMESPACE_H_ 31 #define _UN_NAMESPACE_H_ 32 33 #undef accept 34 #undef __acl_aclcheck_fd 35 #undef __acl_delete_fd 36 #undef __acl_get_fd 37 #undef __acl_set_fd 38 #undef bind 39 #undef __cap_get_fd 40 #undef __cap_set_fd 41 #undef close 42 #undef connect 43 #undef dup 44 #undef dup2 45 #undef execve 46 #undef fcntl 47 #undef flock 48 #undef flockfile 49 #undef fpathconf 50 #undef fstat 51 #undef fstatfs 52 #undef fsync 53 #undef funlockfile 54 #undef getdirentries 55 #undef getlogin 56 #undef getpeername 57 #undef getprogname 58 #undef getsockname 59 #undef getsockopt 60 #undef ioctl 61 #undef kevent 62 #undef listen 63 #undef nanosleep 64 #undef open 65 #undef poll 66 #undef pthread_cond_broadcast 67 #undef pthread_cond_destroy 68 #undef pthread_cond_init 69 #undef pthread_cond_signal 70 #undef pthread_cond_timedwait 71 #undef pthread_cond_wait 72 #undef pthread_exit 73 #undef pthread_getspecific 74 #undef pthread_key_create 75 #undef pthread_key_delete 76 #undef pthread_main_np 77 #undef pthread_mutex_destroy 78 #undef pthread_mutex_init 79 #undef pthread_mutex_lock 80 #undef pthread_mutex_trylock 81 #undef pthread_mutex_unlock 82 #undef pthread_mutexattr_init 83 #undef pthread_mutexattr_destroy 84 #undef pthread_mutexattr_settype 85 #undef pthread_once 86 #undef pthread_rwlock_destroy 87 #undef pthread_rwlock_init 88 #undef pthread_rwlock_rdlock 89 #undef pthread_rwlock_wrlock 90 #undef pthread_rwlock_tryrdlock 91 #undef pthread_rwlock_trywrlock 92 #undef pthread_rwlock_unlock 93 #undef pthread_self 94 #undef pthread_setspecific 95 #undef pthread_sigmask 96 #undef read 97 #undef readv 98 #undef recvfrom 99 #undef recvmsg 100 #undef select 101 #undef sendmsg 102 #undef sendto 103 #undef setsockopt 104 #undef sigaction 105 #undef sigprocmask 106 #undef sigsuspend 107 #undef socket 108 #undef socketpair 109 #undef wait4 110 #undef waitpid 111 #undef write 112 #undef writev 113 114 #if 0 115 #undef creat 116 #undef fchflags 117 #undef fchmod 118 #undef ftrylockfile 119 #undef msync 120 #undef nfssvc 121 #undef pause 122 #undef pthread_rwlockattr_init 123 #undef pthread_rwlockattr_destroy 124 #undef sched_yield 125 #undef sendfile 126 #undef shutdown 127 #undef sigaltstack 128 #undef sigpending 129 #undef sigreturn 130 #undef sigsetmask 131 #undef sleep 132 #undef system 133 #undef tcdrain 134 #undef wait 135 #endif /* 0 */ 136 137 #ifdef _SIGNAL_H_ 138 int _sigaction(int, const struct sigaction *, struct sigaction *); 139 #endif 140 141 #ifdef _SYS_EVENT_H_ 142 int _kevent(int, const struct kevent *, int, struct kevent *, int, 143 const struct timespec *); 144 #endif 145 146 #ifdef _SYS_FCNTL_H_ 147 int _flock(int, int); 148 #endif 149 150 #undef err 151 #undef warn 152 #undef nsdispatch 153 154 #endif /* _UN_NAMESPACE_H_ */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™