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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dlist.c40 xmlLinkPtr sentinel; member in struct:_xmlList
104 for(lk = l->sentinel->next;lk != l->sentinel && l->linkCompare(lk->data, data) <0 ;lk = lk->next);
124 for(lk = l->sentinel->prev;lk != l->sentinel && l->linkCompare(lk->data, data) >0 ;lk = lk->prev);
144 if (lk == l->sentinel)
169 if (lk == l->sentinel)
199 /* Add the sentinel */
200 if (NULL ==(l->sentinel = (xmlLinkPtr )xmlMalloc(sizeof(xmlLink)))) {
202 "Cannot initialize memory for sentinel");
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dlist.c40 xmlLinkPtr sentinel; member in struct:_xmlList
104 for(lk = l->sentinel->next;lk != l->sentinel && l->linkCompare(lk->data, data) <0 ;lk = lk->next);
124 for(lk = l->sentinel->prev;lk != l->sentinel && l->linkCompare(lk->data, data) >0 ;lk = lk->prev);
144 if (lk == l->sentinel)
169 if (lk == l->sentinel)
199 /* Add the sentinel */
200 if (NULL ==(l->sentinel = (xmlLinkPtr )xmlMalloc(sizeof(xmlLink)))) {
202 "Cannot initialize memory for sentinel");
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlist.c40 xmlLinkPtr sentinel; member in struct:_xmlList
104 for(lk = l->sentinel->next;lk != l->sentinel && l->linkCompare(lk->data, data) <0 ;lk = lk->next);
124 for(lk = l->sentinel->prev;lk != l->sentinel && l->linkCompare(lk->data, data) >0 ;lk = lk->prev);
144 if (lk == l->sentinel)
169 if (lk == l->sentinel)
199 /* Add the sentinel */
200 if (NULL ==(l->sentinel = (xmlLinkPtr )xmlMalloc(sizeof(xmlLink)))) {
202 "Cannot initialize memory for sentinel");
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dlist.c40 xmlLinkPtr sentinel; member in struct:_xmlList
104 for(lk = l->sentinel->next;lk != l->sentinel && l->linkCompare(lk->data, data) <0 ;lk = lk->next);
124 for(lk = l->sentinel->prev;lk != l->sentinel && l->linkCompare(lk->data, data) >0 ;lk = lk->prev);
144 if (lk == l->sentinel)
169 if (lk == l->sentinel)
199 /* Add the sentinel */
200 if (NULL ==(l->sentinel = (xmlLinkPtr )xmlMalloc(sizeof(xmlLink)))) {
202 "Cannot initialize memory for sentinel");
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddexec.h42 #define DAEMON_GCC_SENTINEL __attribute__ ((sentinel))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/libdaemon/
H A Ddexec.h42 #define DAEMON_GCC_SENTINEL __attribute__ ((sentinel))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl111 my ($rp,$ap,$bp,$np,$sentinel)=map("%g$_",(1..5));
118 mov 0,$sentinel
126 mov -1,$sentinel
129 mov -1,$sentinel
132 sllx $sentinel,32,$sentinel
149 or $sentinel,%fp,%fp
150 or %g4,$sentinel,$sentinel
165 save %sp,-128,%sp; or $sentinel,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dsparct4-mont.pl111 my ($rp,$ap,$bp,$np,$sentinel)=map("%g$_",(1..5));
118 mov 0,$sentinel
126 mov -1,$sentinel
129 mov -1,$sentinel
132 sllx $sentinel,32,$sentinel
149 or $sentinel,%fp,%fp
150 or %g4,$sentinel,$sentinel
165 save %sp,-128,%sp; or $sentinel,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfile_name.h31 char sentinel; member in struct:dos_name_t
H A Dmk_direntry.c49 dn->sentinel = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/
H A Dgetaddrinfo.c306 struct addrinfo sentinel; local
327 sentinel.ai_next = NULL;
328 cur = &sentinel;
443 if (sentinel.ai_next)
495 if (sentinel.ai_next)
501 if (sentinel.ai_next) {
503 *res = sentinel.ai_next;
510 if (sentinel.ai_next)
511 freeaddrinfo(sentinel.ai_next);
531 struct addrinfo sentinel, *cu local
703 struct addrinfo sentinel; local
765 struct addrinfo sentinel; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dgccmacro.h41 #define AVAHI_GCC_SENTINEL __attribute__ ((sentinel))
43 /** Macro for usage of GCC's sentinel compilation warnings */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dgccmacro.h41 #define AVAHI_GCC_SENTINEL __attribute__ ((sentinel))
43 /** Macro for usage of GCC's sentinel compilation warnings */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/build-aux/
H A Dbuild_info.pl89 /* sentinel value */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Dgetaddrinfo.c219 struct addrinfo sentinel; local
243 sentinel.ai_next = NULL;
244 cur = &sentinel;
386 top = sentinel.ai_next;
568 struct addrinfo sentinel; local
579 sentinel.ai_next = NULL;
580 cur = &sentinel;
653 if (cur == &sentinel) {

Completed in 111 milliseconds