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

/freebsd-10-stable/lib/libc/stdio/
H A Dglue.h32 * @(#)glue.h 8.1 (Berkeley) 6/4/93
38 * allocated and linked in via this glue structure.
40 struct glue { struct
41 struct glue *next;
45 extern struct glue __sglue;
H A Dfindfp.c50 #include "glue.h"
68 static struct glue uglue = { NULL, FOPEN_MAX - 3, usual };
80 struct glue __sglue = { &uglue, 3, __sF };
81 static struct glue *lastglue = &uglue;
83 static struct glue * moreglue(int);
93 static struct glue *
96 struct glue *g;
100 g = (struct glue *)malloc(sizeof(*g) + ALIGNBYTES + n * sizeof(FILE));
120 struct glue *g;
137 SET_GLUE_PTR(lastglue->next, g); /* atomically append glue t
[all...]
H A Dfwalk.c42 #include "glue.h"
49 struct glue *g;
/freebsd-10-stable/contrib/ldns/
H A Dzone.c61 * Get the list of glue records in a zone
68 /* when do we find glue? It means we find an IP address
78 * If yes -> glue, if no -> not glue
83 ldns_rr_list *glue; local
90 glue = NULL;
92 /* we cannot determine glue in a 'zone' without a SOA */
101 glue = ldns_rr_list_new();
102 if (!glue) goto memory_error;
108 /* possibly glue */
[all...]
/freebsd-10-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-10-stable/kerberos5/libexec/kcm/
H A DMakefile13 glue.c \
/freebsd-10-stable/sys/boot/uboot/lib/
H A DMakefile11 SRCS= crc32.c console.c copy.c devicename.c elf_freebsd.c glue.c
/freebsd-10-stable/share/mk/
H A Dsuite.test.mk5 # Internal glue for the build of /usr/tests/.
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dpkinit.c389 heim_integer glue; local
394 &glue,
403 &glue);
404 der_free_heim_integer(&glue);
/freebsd-10-stable/contrib/sendmail/cf/cf/
H A Dsubmit.cf831 R$* < @ $* > $* $: $>MailerToTriple < $S > $1 < @ $2 > $3 glue on smarthost name
/freebsd-10-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-10-stable/contrib/groff/doc/
H A Dtexinfo.tex666 % \topskip (p.114 of the TeXbook), the glue inserted is
668 % therefore, no glue is inserted, and the space between the headline and
672 % cause the glue on the previous page to be unduly stretched, because it
699 % \baselineskip glue before it, and (when the next line of text is done)
700 % \lineskip glue after it. Thus, space below is not quite equal to space
2334 % Make this a paragraph so we get the \parskip glue and wrapping,
2344 % \parskip glue -- logically it's part of the @item we just started.
2347 % Stop a page break at the \parskip glue coming up. However, if
2349 % \parskip glue; then the negative vskip we just inserted would
2352 % \parskip glue afte
[all...]
/freebsd-10-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...]
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddummynet.txt212 - ip_dummynet.c cointains module glue and sockopt handlers, with all
574 to write some glue code to allow use ipfw from FreeBSD 7.2 with the kernel

Completed in 403 milliseconds