Searched refs:glue (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/lib/libc/stdio/
H A Dglue.h34 * @(#)glue.h 8.1 (Berkeley) 6/4/93
40 * allocated and linked in via this glue structure.
42 struct glue { struct
43 struct glue *next;
47 extern struct glue __sglue;
H A Dfindfp.c53 #include "glue.h"
71 static struct glue uglue = { NULL, FOPEN_MAX - 3, usual };
83 struct glue __sglue = { &uglue, 3, __sF };
84 static struct glue *lastglue = &uglue;
86 static struct glue * moreglue(int);
96 static struct glue *
99 struct glue *g;
105 g = (struct glue *)malloc(sizeof(*g) + align + n * sizeof(FILE));
125 struct glue *g;
142 SET_GLUE_PTR(lastglue->next, g); /* atomically append glue t
[all...]
H A Dfwalk.c44 #include "glue.h"
51 struct glue *g;
/freebsd-12-stable/contrib/ldns/
H A Dzone.c60 * Get the list of glue records in a zone
67 /* when do we find glue? It means we find an IP address
77 * If yes -> glue, if no -> not glue
82 ldns_rr_list *glue; local
89 glue = NULL;
91 /* we cannot determine glue in a 'zone' without a SOA */
100 glue = ldns_rr_list_new();
101 if (!glue) goto memory_error;
107 /* possibly glue */
[all...]
/freebsd-12-stable/stand/uboot/lib/
H A DMakefile10 SRCS= console.c copy.c devicename.c elf_freebsd.c glue.c
/freebsd-12-stable/kerberos5/libexec/kcm/
H A DMakefile13 glue.c \
/freebsd-12-stable/lib/libc/gdtoa/
H A DMakefile.inc6 MISRCS+=_hdtoa.c _hldtoa.c _ldtoa.c glue.c
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dradix.c305 isc_radix_node_t *node, *new_node, *parent, *glue = NULL; local
501 glue = isc_mem_get(radix->mctx, sizeof(isc_radix_node_t));
502 if (glue == NULL) {
513 if (glue != NULL)
514 isc_mem_put(radix->mctx, glue,
547 INSIST(glue == NULL);
563 INSIST(glue == NULL);
581 INSIST(glue != NULL);
582 glue->bit = differ_bit;
583 glue
[all...]
/freebsd-12-stable/crypto/heimdal/kcm/
H A DMakefile.am17 glue.c \
H A DMakefile.in103 events.$(OBJEXT) glue.$(OBJEXT) log.$(OBJEXT) main.$(OBJEXT) \
408 glue.c \
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glue.Po@am__quote@
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c599 int glue; local
605 glue = GLUELOGIC_KEEP_ASSERTED;
607 glue = GLUELOGIC_KEEP_NEGATED;
609 glue = 0;
612 TEMPLATE_GLUELOGIC(glue) |
/freebsd-12-stable/share/mk/
H A Dsuite.test.mk5 # Internal glue for the build of /usr/tests/.
/freebsd-12-stable/crypto/heimdal/kdc/
H A Dpkinit.c396 heim_integer glue; local
401 &glue,
410 &glue);
411 der_free_heim_integer(&glue);
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex689 % \topskip (p.114 of the TeXbook), the glue inserted is
691 % therefore, no glue is inserted, and the space between the headline and
695 % cause the glue on the previous page to be unduly stretched, because it
722 % \baselineskip glue before it, and (when the next line of text is done)
723 % \lineskip glue after it. Thus, space below is not quite equal to space
2435 % Make this a paragraph so we get the \parskip glue and wrapping,
2445 % \parskip glue -- logically it's part of the @item we just started.
2448 % Stop a page break at the \parskip glue coming up. However, if
2450 % \parskip glue; then the negative vskip we just inserted would
2453 % \parskip glue afte
[all...]
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex635 % \topskip (p.114 of the TeXbook), the glue inserted is
637 % therefore, no glue is inserted, and the space between the headline and
641 % cause the glue on the previous page to be unduly stretched, because it
668 % \baselineskip glue before it, and (when the next line of text is done)
669 % \lineskip glue after it. Thus, space below is not quite equal to space
3528 % Make this a paragraph so we get the \parskip glue and wrapping,
3538 % \parskip glue -- logically it's part of the @item we just started.
3541 % Stop a page break at the \parskip glue coming up. However, if
3543 % \parskip glue; then the negative vskip we just inserted would
3546 % \parskip glue afte
[all...]

Completed in 199 milliseconds