Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 103) sorted by relevance

12345

/glibc-2.36/mach/
DMachrules22 # 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 …]
DMakefile23 $(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/
Dcreature.texi115 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 …]
Dnss.texi20 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/
Dsetipv4sourcefilter.c29 setipv4sourcefilter (int s, struct in_addr interface, struct in_addr group, in setipv4sourcefilter() argument
49 imsf->imsf_interface = interface; in setipv4sourcefilter()
Dgetipv4sourcefilter.c30 getipv4sourcefilter (int s, struct in_addr interface, struct in_addr group, in getipv4sourcefilter() argument
49 imsf->imsf_interface = interface; in getipv4sourcefilter()
Dsetsourcefilter.c30 setsourcefilter (int s, uint32_t interface, const struct sockaddr *group, in setsourcefilter() argument
49 gf->gf_interface = interface; in setsourcefilter()
Dgetsourcefilter.c91 getsourcefilter (int s, uint32_t interface, const struct sockaddr *group, in getsourcefilter() argument
110 gf->gf_interface = interface; in getsourcefilter()
DVersions67 # chown interface change.
88 # ipc ctl interface change.
/glibc-2.36/
Dshlib-versions29 # 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/
Drtld-debugger-interface.txt1 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/
DMakefile22 headers = hurd.h $(interface-headers) \
30 interface-library := libhurduser
/glibc-2.36/stdlib/
DVersions4 # functions with required interface outside normal name space
145 # functions which have an additional interface since they are
/glibc-2.36/inet/
Dgetipv4sourcefilter.c25 getipv4sourcefilter (int s, struct in_addr interface, struct in_addr group, in getipv4sourcefilter() argument
Dsetipv4sourcefilter.c25 setipv4sourcefilter (int s, struct in_addr interface, struct in_addr group, in setipv4sourcefilter() argument
Dgetsourcefilter.c24 getsourcefilter (int s, uint32_t interface, const struct sockaddr *group, in getsourcefilter() argument
Dsetsourcefilter.c25 setsourcefilter (int s, uint32_t interface, const struct sockaddr *group, in setsourcefilter() argument
/glibc-2.36/catgets/
DVersions7 # functions with required interface outside normal name space
/glibc-2.36/sysdeps/s390/
DVersions10 # runtime interface to TLS
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/
DVersions8 # New rlimit interface
/glibc-2.36/sysdeps/unix/sysv/linux/sh/
DVersions13 # New rlimit interface
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/
DVersions7 # New rlimit interface
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/
DVersions20 # New rlimit interface
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/
DVersions14 # New rlimit interface
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
DVersions24 # New rlimit interface

12345