Searched refs:accept (Results 1 - 25 of 352) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du-strpbrk.h19 FUNC (const UNIT *str, const UNIT *accept) argument
22 if (accept[0] == 0)
26 int count = U_STRMBTOUC (&uc, accept);
27 if (count >= 0 && accept[count] == 0)
40 if (U_STRCHR (accept, uc))
H A Du32-strpbrk.c28 FUNC (const UNIT *str, const UNIT *accept) argument
31 if (accept[0] == 0)
33 if (accept[1] == 0)
35 ucs4_t uc = accept[0];
46 if (U_STRCHR (accept, *ptr))
H A Du32-strspn.c28 FUNC (const UNIT *str, const UNIT *accept) argument
31 if (accept[0] == 0)
33 if (accept[1] == 0)
35 ucs4_t uc = accept[0];
46 if (!U_STRCHR (accept, *ptr))
H A Du-strspn.h19 FUNC (const UNIT *str, const UNIT *accept) argument
22 if (accept[0] == 0)
26 int count = U_STRMBTOUC (&uc, accept);
27 if (count >= 0 && accept[count] == 0)
31 if (U_CMP (ptr, accept, count) != 0)
48 if (!U_STRCHR (accept, uc))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrpbrk.c30 strpbrk (const char *s, const char *accept) argument
34 const char *a = accept;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dfilter_accept_list.c12 * Accept names that are in the accept list, ignoring reject list.
16 if (find_list_entry(archive_handle->accept, archive_handle->file_header->name))
H A Dfilter_accept_reject_list.c12 * Accept names that are in the accept list and not in the reject list
24 accept_entry = find_list_entry2(archive_handle->accept, key);
26 /* Fail if an accept list was specified and the key wasnt in there */
27 if ((accept_entry == NULL) && archive_handle->accept) {
H A Dfilter_accept_list_reassign.c18 /* Check the file entry is in the accept list */
19 if (find_list_entry(archive_handle->accept, archive_handle->file_header->name)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Ddpkg_deb.c35 llist_add_to(&(ar_archive->accept), (char*)"data.tar.gz");
40 llist_add_to(&(ar_archive->accept), (char*)"data.tar.bz2");
51 ar_archive->accept = control_tar_llist;
61 * it should accept a second argument which specifies a
63 ar_archive->accept = control_tar_llist;
64 llist_add_to(&(tar_archive->accept), (char*)"./control");
H A Dtar.c801 USE_FEATURE_TAR_FROM(, &(tar_handle->accept)) // T
851 tar_handle->accept = append_file_list_to_list(tar_handle->accept);
867 llist_add_to_end(&tar_handle->accept, argv[optind]);
871 if (tar_handle->accept || tar_handle->reject)
881 if (tar_handle->accept == NULL)
918 tar_handle->accept,
926 while (tar_handle->accept) {
927 if (!find_list_entry(tar_handle->reject, tar_handle->accept->data)
928 && !find_list_entry(tar_handle->passed, tar_handle->accept
[all...]
H A Dar.c83 llist_add_to(&(archive_handle->accept), argv[optind++]);
H A Dcpio.c76 llist_add_to(&(archive_handle->accept), argv[optind]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbpqether.h17 unsigned char accept[ETH_ALEN]; member in struct:bpq_ethaddr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dkeychain.h47 struct key_range accept; member in struct:key
H A Dkeychain.c154 if (key->accept.start == 0)
157 if (key->accept.start <= now)
158 if (key->accept.end >= now || key->accept.end == -1)
176 if (key->accept.start == 0 ||
177 (key->accept.start <= now &&
178 (key->accept.end >= now || key->accept.end == -1)))
556 "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>",
557 "Set accept lifetim
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/default/
H A Damuleweb-main-shared.php287 case "acc": $result = $a->accept > $b->accept; break;
347 echo "<td class='texte' align='center'>", $file->accept, " (", $file->accept_all, ")</td>";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dvolume.cpp184 bool accept = true; local
188 accept = false;
190 accept = false;
192 accept = false;
194 accept = false;
196 accept = false;
198 accept = false;
200 accept = false;
202 accept = false;
205 if (accept)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DSAccept.c26 result = accept(sfd, (struct sockaddr *) addr, &size);
65 result = accept(sfd, (struct sockaddr *) addr, &size);
H A DUAccept.c28 result = accept(sfd, (struct sockaddr *) addr, &ualen2);
68 result = accept(sfd, (struct sockaddr *) addr, &ualen2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3cyclicdfa.c121 if (cdfa->accept[s] >= 1)
124 return cdfa->accept[s];
173 /* EOF transition to accept state?
178 return cdfa->accept[cdfa->eof[s]];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A DMakefile7 ar-accept.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3cyclicdfa.h81 const ANTLR3_INT32 * const accept; member in struct:ANTLR3_CYCLIC_DFA_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/socket_wrapper/
H A Dsocket_wrapper.h57 #ifdef accept
58 #undef accept macro
60 #define accept(s,addr,addrlen) swrap_accept(s,addr,addrlen) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsock_exec.c70 if ((fd[0] = accept(listener, (struct sockaddr *)&sock, &socklen)) == -1) goto failed;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtxtdrptg.tex49 Return true to accept the data, false to veto the operation.

Completed in 136 milliseconds

1234567891011>>