/glibc-2.36/mach/ |
D | Machrules | 22 # interface-library Name of interface library to build and install. 24 # interface-headers Names of generated interface header files. 25 # interface-routines Names of generated interface routines. 183 interface-routines := $(foreach if,$(user-interfaces), \ 186 interface-headers := $(user-interfaces:%=%.h) \ 191 mach-generated = $(interface-routines:%=%.c) $(interface-headers) \ 196 before-compile += $(interface-headers:%=$(objpfx)%) 199 $(foreach h,$(interface-headers:%.h=$(objpfx)%),$h.h $h.__h $h.uh) : 200 $(interface-routines:%=$(objpfx)%.c) : 203 .PHONY: interface-headers [all …]
|
D | Makefile | 23 $(interface-headers) mach/mach.h mach/mig_support.h mach/error.h \ 35 interface-library := libmachuser 39 mach-interface-list := $(patsubst mach,mach_interface,$(mach-interface-list)) 43 mach-interface-list := $(patsubst memory_object,memory_object_user,\ 44 $(mach-interface-list)) 47 user-interfaces := $(addprefix mach/,$(mach-interface-list) \ 119 user-interfaces := $(filter-out $(mach-interface-list:%=mach/%) \ 130 $(mach-interface-list:%=mach/%.uh) \ 144 $(objpfx)mach-shortcuts.h: $(mach-interface-list:%=$(objpfx)mach/%.h) \
|
/glibc-2.36/manual/ |
D | creature.texi | 115 these functions the difference between the @w{ISO C} interface 116 (@code{fseek}, @code{ftell}) and the low-level POSIX interface 126 the usual limit of 2GB. This interface is not available if the system 137 (LFS). It is a transition interface for the period when @w{64 bit} 143 This macro determines which file system interface shall be used, one 145 bit} interface available as an additional interface, 146 @code{_FILE_OFFSET_BITS} allows the @w{64 bit} interface to 147 replace the old interface. 150 value @code{32}, the @w{32 bit} interface is used and 154 If the macro is defined to the value @code{64}, the large file interface [all …]
|
D | nss.texi | 20 Though the interface might be similar to Sun's version there is no 22 so the internal interface is incompatible. This also manifests in the 158 the implicitly addressed functions. The internal interface will be 166 at the end is the currently used version of the interface which will not 363 * NSS Module Names:: Construction of the interface function of 365 * NSS Modules Interface:: Programming interface in the NSS module 383 from the interface function in the C library itself. If the user calls 404 interface functions the C library maps this call to a call to the 406 interface is (nearly) the same. For the non-reentrant version the 457 I.e., the interface function is in fact the reentrant function with the [all …]
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | setipv4sourcefilter.c | 29 setipv4sourcefilter (int s, struct in_addr interface, struct in_addr group, in setipv4sourcefilter() argument 49 imsf->imsf_interface = interface; in setipv4sourcefilter()
|
D | getipv4sourcefilter.c | 30 getipv4sourcefilter (int s, struct in_addr interface, struct in_addr group, in getipv4sourcefilter() argument 49 imsf->imsf_interface = interface; in getipv4sourcefilter()
|
D | setsourcefilter.c | 30 setsourcefilter (int s, uint32_t interface, const struct sockaddr *group, in setsourcefilter() argument 49 gf->gf_interface = interface; in setsourcefilter()
|
D | getsourcefilter.c | 91 getsourcefilter (int s, uint32_t interface, const struct sockaddr *group, in getsourcefilter() argument 110 gf->gf_interface = interface; in getsourcefilter()
|
D | Versions | 67 # chown interface change. 88 # ipc ctl interface change.
|
/glibc-2.36/ |
D | shlib-versions | 29 # The -ldl interface (see <dlfcn.h>) is the same on all platforms. 32 # So far the -lutil interface is the same on all platforms, except for the 37 # interface.
|
/glibc-2.36/elf/ |
D | rtld-debugger-interface.txt | 1 Standard debugger interface 5 to interface with it. This structure, r_debug, is defined in link.h. 41 The r_debug_extended structure is an extension of the r_debug interface. 50 Probe-based debugger interface
|
/glibc-2.36/hurd/ |
D | Makefile | 22 headers = hurd.h $(interface-headers) \ 30 interface-library := libhurduser
|
/glibc-2.36/stdlib/ |
D | Versions | 4 # functions with required interface outside normal name space 145 # functions which have an additional interface since they are
|
/glibc-2.36/inet/ |
D | getipv4sourcefilter.c | 25 getipv4sourcefilter (int s, struct in_addr interface, struct in_addr group, in getipv4sourcefilter() argument
|
D | setipv4sourcefilter.c | 25 setipv4sourcefilter (int s, struct in_addr interface, struct in_addr group, in setipv4sourcefilter() argument
|
D | getsourcefilter.c | 24 getsourcefilter (int s, uint32_t interface, const struct sockaddr *group, in getsourcefilter() argument
|
D | setsourcefilter.c | 25 setsourcefilter (int s, uint32_t interface, const struct sockaddr *group, in setsourcefilter() argument
|
/glibc-2.36/catgets/ |
D | Versions | 7 # functions with required interface outside normal name space
|
/glibc-2.36/sysdeps/s390/ |
D | Versions | 10 # runtime interface to TLS
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/ |
D | Versions | 8 # New rlimit interface
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/ |
D | Versions | 13 # New rlimit interface
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/ |
D | Versions | 7 # New rlimit interface
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/ |
D | Versions | 20 # New rlimit interface
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/ |
D | Versions | 14 # New rlimit interface
|
/glibc-2.36/sysdeps/unix/sysv/linux/i386/ |
D | Versions | 24 # New rlimit interface
|