Home
last modified time | relevance | path

Searched refs:__h (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/malloc/
Dobstack.h370 ({ struct obstack *__h = (OBSTACK); \
371 obstack_blank (__h, (length)); \
372 obstack_finish (__h); })
376 ({ struct obstack *__h = (OBSTACK); \
377 obstack_grow (__h, (where), (length)); \
378 obstack_finish (__h); })
382 ({ struct obstack *__h = (OBSTACK); \
383 obstack_grow0 (__h, (where), (length)); \
384 obstack_finish (__h); })
/glibc-2.36/mach/
DMachrules143 .udeps-targets = $@ $(@:.udeps=.ustamp) $(@:.udeps=.uh) $(@:.udeps=.__h) \
168 $(patsubst %,$(objpfx)%.__h,$(user-interfaces)): $(objpfx)%.__h:; $(mig.__h)
169 define mig.__h
176 $(patsubst %,$(objpfx)%.h,$(user-interfaces)): $(objpfx)%.h: $(objpfx)%.__h \
178 # The last line of foo.__h is "#endif _foo_user_".
192 $(foreach h,$(user-interfaces),$h.uh $h.__h)
199 $(foreach h,$(interface-headers:%.h=$(objpfx)%),$h.h $h.__h $h.uh) :
/glibc-2.36/stdlib/
Dlonglong.h413 struct {USItype __h, __l;} __i; \
418 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
423 struct {USItype __h, __l;} __i; \
425 __x.__i.__h = n1; __x.__i.__l = n0; \
429 (q) = __x.__i.__l; (r) = __x.__i.__h; \
531 struct {USItype __l, __h;} __i; \
537 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;})
782 struct {USItype __h, __l;} __i; \
788 (wh) = __xx.__i.__h; \
793 struct {USItype __h, __l;} __i; \
[all …]
/glibc-2.36/sysdeps/generic/
Dinternal-signals.h46 #define internal_sigprocmask(__h, __s, __o) __sigprocmask (__h, __s, __o) argument
/glibc-2.36/ChangeLog.old/
DChangeLog.5930 (mach-generated): List .uh and .__h files only for $(user-interfaces),
932 or .__h files.
936 * mach/Machrules (%_server.uh, %_server.__h): New rules, so that the
1699 Emit deps for .uh and .__h files.
1700 (%.uh, %.__h rules): Don't depend on %.defs; use #include <$*.defs>
DChangeLog.67117 * mach/Machrules (mig.uh, mig.__h): Don't include $(user-MIGFLAGS)
DChangeLog.162084 * mach/Machrules ($(objpfx)%.uh, $(objpfx)%.__h): Use static pattern