Searched refs:last (Results 1 - 25 of 1010) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dsetup.h423 extern char * strtok_r(char *s, const char *delim, char **last);
H A Dslist.c28 /* The last #include file should be: */
31 /* returns last node in linked list */
40 /* loop through to find the last item */
58 struct curl_slist *last; local
77 last = slist_get_last(list);
78 last->next = new_item;
H A Dstrtok.h28 char *Curl_strtok_r(char *s, const char *delim, char **last);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dlibtool252 # The last name is the one that the linker finds with -lNAME
724 # Parent dir; strip last assembled component from result.
879 # A bug in bash halts the script if the last line of a function
956 # If the last portion added has no slash in it, the list is done
1975 # ARGS are passed to cygpath, with the last one being the file name or path to
5177 /* search backwards for last DIR_SEPARATOR */
7583 # last copy. This is not always right, but it is rare
8825 # the last one created.
8839 # Handle the remaining objects by creating one last
8841 # files will link in the last on
[all...]
H A Dltmain.sh296 # Parent dir; strip last assembled component from result.
451 # A bug in bash halts the script if the last line of a function
528 # If the last portion added has no slash in it, the list is done
1550 # ARGS are passed to cygpath, with the last one being the file name or path to
4752 /* search backwards for last DIR_SEPARATOR */
7158 # last copy. This is not always right, but it is rare
8400 # the last one created.
8414 # Handle the remaining objects by creating one last
8416 # files will link in the last one created.
9204 # Is there a better way of finding the last objec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_mfiles.c31 struct multi_files **last,
34 DEBUGASSERT(((*first) && (*last)) || ((!*first) && (!*last)));
36 if(*last)
37 (*last)->next = new;
40 *last = new;
49 * multi_last argument is the address of a pointer to the last element
30 AppendNode(struct multi_files **first, struct multi_files **last, struct multi_files *new) argument
H A Dtool_paramhlp.c44 struct getout *last = config->url_last; local
46 /* append this new node last in the list */
47 if(last)
48 last->next = node;
52 /* move the last pointer */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1308.c46 struct curl_httppost* last = NULL; variable in typeref:struct:curl_httppost
50 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name",
57 fail_unless(post == last, "post and last weren't the same");
59 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "htmlcode",
65 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name_for_ptrcontent",
79 post = last = NULL;
81 rc = curl_formadd(&post, &last,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.c220 time_t now, last = 0; local
617 if (last == 0 || difftime(now, last) > 1.0)
619 last = now;
H A Doption.c942 char *cp, *lastp = NULL, last = 0; local
948 last = *lastp;
949 switch (last)
972 *lastp = last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex320 \item \verb|linger| is time in seconds. After the last user releases flow
H A Dip-cref.tex821 And the last example shows how to flush all the IPv6 addresses
928 immediately. If it is in use it cannot be deleted until the last
1106 Note the ambiguity of the last step. Unfortunately, Linux
1663 \item \verb|age| --- shows when this route was last used.
2082 In the last case the router does not translate the packets,
2795 It cannot detect the moment when the last TCP client stops
H A Dip-tunnels.tex448 In the last case packets will be routed only via specified device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dlnstat_util.c66 static int time_after(struct timeval *last, argument
70 if (now->tv_sec > last->tv_sec + tout->tv_sec)
73 if (now->tv_sec == last->tv_sec + tout->tv_sec) {
74 if (now->tv_usec > last->tv_usec + tout->tv_usec)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/netem/
H A Dmaketable.c96 int i, index, first=DISTTABLESIZE, last=0; local
113 if (index > last)
114 last = index +1;
162 int i, j, last, lasti = -1; local
164 last = MINSHORT;
171 table[i] = last + (i-lasti)*(table[j]-last)/(j-lasti);
173 table[i] = last + (i-lasti)*(MAXSHORT-last)/(limit-lasti);
176 last
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_NFQUEUE.c33 " --queue-balance first:last Balance flows between queues <value> to <value>.\n");
107 unsigned int last = tinfo->queues_total; local
109 if (last > 1) {
110 last += tinfo->queuenum - 1;
111 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last);
138 unsigned int last = tinfo->queues_total; local
140 if (last > 1) {
141 last += tinfo->queuenum - 1;
142 printf(" --queue-balance %u:%u", tinfo->queuenum, last);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_list.h287 struct list_head *last = list->prev; local
293 last->next = at;
294 at->prev = last;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dlibtool214 # The last name is the one that the linker finds with -lNAME
742 # A bug in bash halts the script if the last line of a function
812 # If the last portion added has no slash in it, the list is done
4270 /* search backwards for last DIR_SEPARATOR */
6504 # last copy. This is not always right, but it is rare
7690 # the last one created.
7703 # Handle the remaining objects by creating one last
7705 # files will link in the last one created.
8469 # Is there a better way of finding the last object in the list?
H A Dltmain.sh255 # A bug in bash halts the script if the last line of a function
325 # If the last portion added has no slash in it, the list is done
3783 /* search backwards for last DIR_SEPARATOR */
6017 # last copy. This is not always right, but it is rare
7203 # the last one created.
7216 # Handle the remaining objects by creating one last
7218 # files will link in the last one created.
7982 # Is there a better way of finding the last object in the list?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Daaa.c76 struct addr_ent *tmp, *last = NULL, *z; local
83 if (last)
85 last->next = tmp->next;
97 last = tmp;
H A Dmisc.c198 struct ppp_opts *new, *last; local
213 last = option;
214 while (last->next)
215 last = last->next;
216 last->next = new;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c149 int last_packet_sent; /* true if last data packet was sent */
196 struct in_addr last; member in struct:IPAddressACL
249 float avg_frame_size; /* frame size averaged over last frames with exponential mean */
1185 if (src_addr >= acl->first.s_addr && src_addr <= acl->last.s_addr)
1190 /* Nothing matched, so return not the last action */
2250 /* last packet test ? */
4282 acl.last = acl.first;
4287 if (resolve_host(&acl.last, arg) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S68 add r14, r0, #112 @ R14=&block[8*7], better start from the last row, and decrease the value until row=0, i.e. R12=block.
300 add r14, r0, #14 @ R14=&block[7], better start from the last col, and decrease the value until col=0, i.e. R14=block.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Datrac3.c358 int numSubbands, codingMode, cnt, first, last, subbWidth, *pIn; local
378 last = subbandTab[cnt+1];
380 subbWidth = last - first;
392 for (pIn=mantissas ; first<last; first++, pIn++)
578 * Return position of the last tonal coefficient
H A Davs.c75 int first, last; local
79 last = first + AV_RL16(buf + 2);
81 for (i=first; i<last; i++, buf+=3)

Completed in 466 milliseconds

1234567891011>>