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

12

/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dglue.h32 * @(#)glue.h 8.1 (Berkeley) 6/4/93
33 * $FreeBSD: src/lib/libc/stdio/glue.h,v 1.4 2007/01/09 00:28:06 imp Exp $
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.c55 #include "glue.h"
87 static struct glue uglue = { NULL, FOPEN_MAX - 3, usual };
108 struct glue __sglue = { &uglue, 3, __sF };
109 static struct glue *lastglue = &uglue;
111 struct glue __sglue = { NULL, 3, __sF };
112 static struct glue *lastglue = &__sglue;
115 static struct glue * moreglue(int);
121 static struct glue *
125 struct glue *g;
129 g = (struct glue *)mallo
[all...]
H A Dfwalk.c43 #include "glue.h"
51 struct glue *g;
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DIrDiscovery.h40 static CIrDiscovery *cIrDiscovery(TIrGlue * glue);
43 Boolean Init(TIrGlue * glue);
H A DIrDiscovery.cpp65 CIrDiscovery::cIrDiscovery(TIrGlue * glue) argument
71 if (obj && !obj->Init(glue)) {
99 CIrDiscovery::Init(TIrGlue * glue) argument
110 if (!super::Init(glue, IrDiscoverEvents, kEnqueueEvent)) return false;
112 if (!super::Init(glue)) return false;
/macosx-10.10/bind9-45.101/bind9/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...]
/macosx-10.10/ntp-92/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...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/data/regressions/its6794/
H A Dits679424 ITSCONF=$ITSDIR/slapd-glue.conf
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbackglue.c1 /* backglue.c - backend glue */
18 * Functions to glue a bunch of other backends into a single tree.
20 * can glue o=foo and ou=bar,o=foo but you can't glue o=foo and o=bar.
52 static slap_overinst glue; variable
353 /* ITS#4615 - overlays configured above the glue overlay should be
355 * glue overlay should only be invoked on the master backend.
822 if ( !strcmp( on->on_bi.bi_type, glue.on_bi.bi_type ))
1272 Debug( LDAP_DEBUG_ANY, "glue: backend %s is already subordinate, "
1273 "cannot have glue overla
[all...]
H A Dsyncrepl.c1570 * in use. This may be complicated by the use of the glue
3353 BER_BVC("glue"),
3594 Entry *glue; local
3654 glue = entry_alloc();
3655 ber_dupbv( &glue->e_name, &dn );
3656 ber_dupbv( &glue->e_nname, &ndn );
3668 a->a_next = glue->e_attrs;
3669 glue->e_attrs = a;
3680 a->a_next = glue->e_attrs;
3681 glue
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dmaster.c153 dns_name_t *glue; member in struct:dns_incctx
246 ictx->glue, source, ictx->glue_line); \
496 ictx->glue = NULL;
992 name = (ictx->glue != NULL) ? ictx->glue : ictx->current;
1432 * If we are processing glue and the new name does
1433 * not match the current glue name, commit the glue
1437 if (ictx->glue != NULL &&
1438 dns_name_compare(ictx->glue, new_nam
2670 grow_rdatalist(int new_len, dns_rdatalist_t *old, int old_len, rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) argument
2720 grow_rdata(int new_len, dns_rdata_t *old, int old_len, rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Ddefines.sh102 GLUECONF=$DATADIR/slapd-glue.conf
116 GLUESYNCCONF1=$DATADIR/slapd-glue-syncrepl1.conf
117 GLUESYNCCONF2=$DATADIR/slapd-glue-syncrepl2.conf
125 GLUELDAPCONF=$DATADIR/slapd-glue-ldap.conf
H A Dtest058-syncrepl-asymmetric48 # masters have the syncprov overlay configured on the glue database.
51 # They all have a single database with the glue suffix, but their
70 # glue ou1 ou2 sm1ou1 sm1ou2 sm2ou1 sm2ou2
80 # Had it been used on the glue database then syncrepl would have removed
84 # All the other servers uses syncrepl on the glue database, since
423 dn: olcOverlay={0}glue,olcDatabase={1}$BACKEND,cn=config
425 olcOverlay: {0}glue
513 dn: olcOverlay={0}glue,olcDatabase={1}$BACKEND,cn=config
515 olcOverlay: {0}glue
586 dn: olcOverlay={0}glue,olcDatabas
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/named-bootconf/
H A Dnamed-bootconf.sh147 no-fetch-glue )
148 echo " fetch-glue no;" >>$OPTIONFILE
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dtranslucent.c69 "DESC 'Disable automatic glue records for ADD and MODRDN' "
234 static struct berval glue[] = { BER_BVC("top"), BER_BVC("glue"), BER_BVNULL }; variable in typeref:struct:berval
247 Debug(LDAP_DEBUG_TRACE, "=> glue_parent: fabricating glue for <%s>\n", ndn.bv_val, 0, 0);
257 ber_dupbv(&a->a_vals[0], &glue[0]);
258 ber_dupbv(&a->a_vals[1], &glue[1]);
259 ber_dupbv(&a->a_vals[2], &glue[2]);
267 ber_dupbv(&a->a_vals[0], &glue[1]);
268 ber_dupbv(&a->a_vals[1], &glue[2]);
304 ** if glue, glue_paren
[all...]
/macosx-10.10/python-89/2.6/
H A DMakefile6 Extra_Configure_Flags = --enable-ipv6 --with-threads --enable-framework=/System/Library/Frameworks --enable-toolbox-glue --enable-dtrace --with-system-ffi
/macosx-10.10/python-89/2.7/
H A DMakefile6 Extra_Configure_Flags = --enable-ipv6 --with-system-expat --with-threads --enable-framework=/System/Library/Frameworks --enable-toolbox-glue --with-system-ffi
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSITargetProberAppDelegate.m592 #pragma mark C->Obj-C glue
598 // AppearedNotificationHandler - C->Obj-C glue
612 // DisappearedNotificationHandler - C->Obj-C glue
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dpkinit.c394 heim_integer glue; local
399 &glue,
408 &glue);
409 der_free_heim_integer(&glue);
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf70 fetch-glue yes;
284 fetch-glue true;
/macosx-10.10/vim-55/runtime/syntax/
H A Dplaintex.vim39 \ '\\\%(\%(big\|en\|med\|\%(no\|off\)interline\|small\)skip\|\%(center\|left\|right\)\=line\|\%(dot\|\%(left\|right\)arrow\)fill\|[hv]glue\|[lr]lap\|q\=quad\|space\|topglue\)\>'
H A Dnamed.vim101 syn keyword namedOption contained dialup fake-iquery fetch-glue
/macosx-10.10/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex663 % \topskip (p.114 of the TeXbook), the glue inserted is
665 % therefore, no glue is inserted, and the space between the headline and
669 % cause the glue on the previous page to be unduly stretched, because it
696 % \baselineskip glue before it, and (when the next line of text is done)
697 % \lineskip glue after it. Thus, space below is not quite equal to space
2230 % Make this a paragraph so we get the \parskip glue and wrapping,
2240 % \parskip glue -- logically it's part of the @item we just started.
2243 % Stop a page break at the \parskip glue coming up. (Unfortunately
2245 % \baselineskip glue.) However, if what follows is an environment
2246 % such as @example, there will be no \parskip glue; the
[all...]
/macosx-10.10/gnutar-453/gnutar/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...]
/macosx-10.10/groff-38/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...]

Completed in 964 milliseconds

12