Searched refs:clist (Results 1 - 25 of 78) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_c/csv/
H A Dquery_main.c27 char **clist, **clp, *home; local
43 if ((clp = clist =
76 if (clp == clist)
79 for (clp = clist, done = 0; *clp != NULL && !done; ++clp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_c/csv/
H A Dquery_main.c27 char **clist, **clp, *home; local
43 if ((clp = clist =
76 if (clp == clist)
79 for (clp = clist, done = 0; *clp != NULL && !done; ++clp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_c/csv/
H A Dquery_main.c27 char **clist, **clp, *home; local
43 if ((clp = clist =
76 if (clp == clist)
79 for (clp = clist, done = 0; *clp != NULL && !done; ++clp)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dcookie.c192 struct Cookie *clist; local
603 clist = c->cookies;
605 while(clist) {
606 if(Curl_raw_equal(clist->name, co->name)) {
609 if(clist->domain && co->domain) {
610 if(Curl_raw_equal(clist->domain, co->domain))
614 else if(!clist->domain && !co->domain)
620 if(clist->path && co->path) {
621 if(Curl_raw_equal(clist->path, co->path)) {
627 else if(!clist
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dcookie.c192 struct Cookie *clist; local
603 clist = c->cookies;
605 while(clist) {
606 if(Curl_raw_equal(clist->name, co->name)) {
609 if(clist->domain && co->domain) {
610 if(Curl_raw_equal(clist->domain, co->domain))
614 else if(!clist->domain && !co->domain)
620 if(clist->path && co->path) {
621 if(Curl_raw_equal(clist->path, co->path)) {
627 else if(!clist
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dcookie.c192 struct Cookie *clist; local
603 clist = c->cookies;
605 while(clist) {
606 if(Curl_raw_equal(clist->name, co->name)) {
609 if(clist->domain && co->domain) {
610 if(Curl_raw_equal(clist->domain, co->domain))
614 else if(!clist->domain && !co->domain)
620 if(clist->path && co->path) {
621 if(Curl_raw_equal(clist->path, co->path)) {
627 else if(!clist
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dnameif.c106 static void prepend_new_eth_table(ethtable_t **clist, char *ifname, char *selector) argument
114 ch->next = *clist;
115 if (*clist)
116 (*clist)->prev = ch;
117 *clist = ch;
138 ethtable_t *clist = NULL; local
160 prepend_new_eth_table(&clist, ifname, *argv++);
165 prepend_new_eth_table(&clist, token[0], token[1]);
172 while (clist && config_read(parser, token, 2, 2, "\0: \t", PARSE_NORMAL)) {
195 for (ch = clist; c
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dnameif.c106 static void prepend_new_eth_table(ethtable_t **clist, char *ifname, char *selector) argument
114 ch->next = *clist;
115 if (*clist)
116 (*clist)->prev = ch;
117 *clist = ch;
138 ethtable_t *clist = NULL; local
160 prepend_new_eth_table(&clist, ifname, *argv++);
165 prepend_new_eth_table(&clist, token[0], token[1]);
172 while (clist && config_read(parser, token, 2, 2, "\0: \t", PARSE_NORMAL)) {
195 for (ch = clist; c
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dnameif.c106 static void prepend_new_eth_table(ethtable_t **clist, char *ifname, char *selector) argument
114 ch->next = *clist;
115 if (*clist)
116 (*clist)->prev = ch;
117 *clist = ch;
138 ethtable_t *clist = NULL; local
160 prepend_new_eth_table(&clist, ifname, *argv++);
165 prepend_new_eth_table(&clist, token[0], token[1]);
172 while (clist && config_read(parser, token, 2, 2, "\0: \t", PARSE_NORMAL)) {
195 for (ch = clist; c
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/replace/
H A Dsnprintf.c252 struct pr_chunk_x *clist = NULL; local
365 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->min_star);
420 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->max_star);
463 max_pos = add_cnk_list_entry(&clist, max_pos, cnk);
533 if (clist[pnum].num == 0) {
546 for (i = 1; i < clist[pnum].num; i++) {
547 if (clist[pnum].chunks[0]->type != clist[pnum].chunks[i]->type) {
555 cnk = clist[pnum].chunks[0];
569 for (i = 1; i < clist[pnu
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/replace/
H A Dsnprintf.c252 struct pr_chunk_x *clist = NULL; local
365 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->min_star);
420 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->max_star);
463 max_pos = add_cnk_list_entry(&clist, max_pos, cnk);
534 if (clist[pnum].num == 0) {
547 for (i = 1; i < clist[pnum].num; i++) {
548 if (clist[pnum].chunks[0]->type != clist[pnum].chunks[i]->type) {
556 cnk = clist[pnum].chunks[0];
570 for (i = 1; i < clist[pnu
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/replace/
H A Dsnprintf.c252 struct pr_chunk_x *clist = NULL; local
365 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->min_star);
420 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->max_star);
463 max_pos = add_cnk_list_entry(&clist, max_pos, cnk);
533 if (clist[pnum].num == 0) {
546 for (i = 1; i < clist[pnum].num; i++) {
547 if (clist[pnum].chunks[0]->type != clist[pnum].chunks[i]->type) {
555 cnk = clist[pnum].chunks[0];
569 for (i = 1; i < clist[pnu
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/replace/
H A Dsnprintf.c252 struct pr_chunk_x *clist = NULL; local
365 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->min_star);
420 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->max_star);
463 max_pos = add_cnk_list_entry(&clist, max_pos, cnk);
534 if (clist[pnum].num == 0) {
547 for (i = 1; i < clist[pnum].num; i++) {
548 if (clist[pnum].chunks[0]->type != clist[pnum].chunks[i]->type) {
556 cnk = clist[pnum].chunks[0];
570 for (i = 1; i < clist[pnu
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/replace/
H A Dsnprintf.c252 struct pr_chunk_x *clist = NULL; local
365 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->min_star);
420 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->max_star);
463 max_pos = add_cnk_list_entry(&clist, max_pos, cnk);
533 if (clist[pnum].num == 0) {
546 for (i = 1; i < clist[pnum].num; i++) {
547 if (clist[pnum].chunks[0]->type != clist[pnum].chunks[i]->type) {
555 cnk = clist[pnum].chunks[0];
569 for (i = 1; i < clist[pnu
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/replace/
H A Dsnprintf.c252 struct pr_chunk_x *clist = NULL; local
365 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->min_star);
420 max_pos = add_cnk_list_entry(&clist, max_pos, cnk->max_star);
463 max_pos = add_cnk_list_entry(&clist, max_pos, cnk);
534 if (clist[pnum].num == 0) {
547 for (i = 1; i < clist[pnum].num; i++) {
548 if (clist[pnum].chunks[0]->type != clist[pnum].chunks[i]->type) {
556 cnk = clist[pnum].chunks[0];
570 for (i = 1; i < clist[pnu
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2fw.c168 static int mkimage(struct imgchunk *clist, unsigned int *ccnt);
492 int mkimage(struct imgchunk *clist, unsigned int *ccnt) argument
512 clist[currchunk].len += s3data[i].len;
518 clist[currchunk].addr = s3data[i].addr;
519 clist[currchunk].len = s3data[i].len;
525 s3crc[j].addr == clist[currchunk].addr) {
526 clist[currchunk].addr -= 2;
527 clist[currchunk].len += 2;
538 clist[i].data = kzalloc(clist[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlan-ng/
H A Dprism2fw.c168 static int mkimage(struct imgchunk *clist, unsigned int *ccnt);
492 int mkimage(struct imgchunk *clist, unsigned int *ccnt) argument
512 clist[currchunk].len += s3data[i].len;
518 clist[currchunk].addr = s3data[i].addr;
519 clist[currchunk].len = s3data[i].len;
525 s3crc[j].addr == clist[currchunk].addr) {
526 clist[currchunk].addr -= 2;
527 clist[currchunk].len += 2;
538 clist[i].data = kzalloc(clist[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Ddiff.c270 struct cand *clist = xzalloc(clistlen * sizeof(clist[0])); local
274 /*clist[0] = (struct cand){0}; - xzalloc did it */
286 if (cand.y <= clist[cand.pred].y)
288 l = search(klist, k, cand.y, clist);
291 if (l <= k && clist[klist[l]].y <= cand.y)
295 clist = xrealloc(clist, clistlen * sizeof(clist[0]));
297 clist[cle
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Ddiff.c270 struct cand *clist = xzalloc(clistlen * sizeof(clist[0])); local
274 /*clist[0] = (struct cand){0}; - xzalloc did it */
286 if (cand.y <= clist[cand.pred].y)
288 l = search(klist, k, cand.y, clist);
291 if (l <= k && clist[klist[l]].y <= cand.y)
295 clist = xrealloc(clist, clistlen * sizeof(clist[0]));
297 clist[cle
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Ddiff.c270 struct cand *clist = xzalloc(clistlen * sizeof(clist[0])); local
274 /*clist[0] = (struct cand){0}; - xzalloc did it */
286 if (cand.y <= clist[cand.pred].y)
288 l = search(klist, k, cand.y, clist);
291 if (l <= k && clist[klist[l]].y <= cand.y)
295 clist = xrealloc(clist, clistlen * sizeof(clist[0]));
297 clist[cle
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/libsmbclient/
H A Dtree.c31 static GtkWidget *clist; variable
161 /* Now, figure out what it is, and display it in the clist ... */
163 gtk_clist_clear(GTK_CLIST(clist)); /* Clear the CLIST */
295 gtk_clist_append(GTK_CLIST(clist), rowdata);
699 /* Now, create a clist and attach it to the second pane */
701 clist = gtk_clist_new_with_titles(4, col_titles);
703 gtk_container_add (GTK_CONTAINER(scrolled_win2), clist); local
705 gtk_widget_show(clist);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/client/
H A Dtree.c30 static GtkWidget *clist; variable
159 /* Now, figure out what it is, and display it in the clist ... */
161 gtk_clist_clear(GTK_CLIST(clist)); /* Clear the CLIST */
293 gtk_clist_append(GTK_CLIST(clist), rowdata);
697 /* Now, create a clist and attach it to the second pane */
699 clist = gtk_clist_new_with_titles(4, col_titles);
701 gtk_container_add (GTK_CONTAINER(scrolled_win2), clist); local
703 gtk_widget_show(clist);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/libsmbclient/
H A Dtree.c32 static GtkWidget *clist; variable
162 /* Now, figure out what it is, and display it in the clist ... */
164 gtk_clist_clear(GTK_CLIST(clist)); /* Clear the CLIST */
296 gtk_clist_append(GTK_CLIST(clist), rowdata);
700 /* Now, create a clist and attach it to the second pane */
702 clist = gtk_clist_new_with_titles(4, col_titles);
704 gtk_container_add (GTK_CONTAINER(scrolled_win2), clist); local
706 gtk_widget_show(clist);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/client/
H A Dtree.c29 static GtkWidget *clist; variable
161 /* Now, figure out what it is, and display it in the clist ... */
163 gtk_clist_clear(GTK_CLIST(clist)); /* Clear the CLIST */
293 gtk_clist_append(GTK_CLIST(clist), rowdata);
697 /* Now, create a clist and attach it to the second pane */
699 clist = gtk_clist_new_with_titles(4, col_titles);
701 gtk_container_add (GTK_CONTAINER(scrolled_win2), clist); local
703 gtk_widget_show(clist);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/libsmbclient/
H A Dtree.c31 static GtkWidget *clist; variable
161 /* Now, figure out what it is, and display it in the clist ... */
163 gtk_clist_clear(GTK_CLIST(clist)); /* Clear the CLIST */
295 gtk_clist_append(GTK_CLIST(clist), rowdata);
699 /* Now, create a clist and attach it to the second pane */
701 clist = gtk_clist_new_with_titles(4, col_titles);
703 gtk_container_add (GTK_CONTAINER(scrolled_win2), clist); local
705 gtk_widget_show(clist);

Completed in 286 milliseconds

1234