Searched refs:first (Results 1 - 25 of 3580) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dask_confirmation.c10 /* Read a line from stdin. If the first non-whitespace char is 'y' or 'Y',
17 char first = 0; local
21 if (first == 0 && !isblank(c)) {
22 first = c|0x20;
26 return first == 'y';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dask_confirmation.c10 /* Read a line from stdin. If the first non-whitespace char is 'y' or 'Y',
17 char first = 0; local
21 if (first == 0 && !isblank(c)) {
22 first = c|0x20;
26 return first == 'y';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dask_confirmation.c10 /* Read a line from stdin. If the first non-whitespace char is 'y' or 'Y',
17 char first = 0; local
21 if (first == 0 && !isblank(c)) {
22 first = c|0x20;
26 return first == 'y';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Drawstr.c98 int Curl_raw_equal(const char *first, const char *second) argument
100 while(*first && *second) {
101 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second))
104 first++;
110 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second));
113 int Curl_raw_nequal(const char *first, const char *second, size_t max) argument
115 while(*first && *second && max) {
116 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) {
120 first++;
126 return Curl_raw_toupper(*first)
[all...]
H A Dstrequal.c37 int curl_strequal(const char *first, const char *second) argument
40 return !(strcasecmp)(first, second);
42 return !(strcmpi)(first, second);
44 return !(stricmp)(first, second);
46 while(*first && *second) {
47 if(toupper(*first) != toupper(*second)) {
50 first++;
53 return toupper(*first) == toupper(*second);
60 int curl_strnequal(const char *first, const char *second, size_t max) argument
63 return !strncasecmp(first, secon
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Drawstr.c98 int Curl_raw_equal(const char *first, const char *second) argument
100 while(*first && *second) {
101 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second))
104 first++;
110 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second));
113 int Curl_raw_nequal(const char *first, const char *second, size_t max) argument
115 while(*first && *second && max) {
116 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) {
120 first++;
126 return Curl_raw_toupper(*first)
[all...]
H A Dstrequal.c37 int curl_strequal(const char *first, const char *second) argument
40 return !(strcasecmp)(first, second);
42 return !(strcmpi)(first, second);
44 return !(stricmp)(first, second);
46 while(*first && *second) {
47 if(toupper(*first) != toupper(*second)) {
50 first++;
53 return toupper(*first) == toupper(*second);
60 int curl_strnequal(const char *first, const char *second, size_t max) argument
63 return !strncasecmp(first, secon
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Drawstr.c98 int Curl_raw_equal(const char *first, const char *second) argument
100 while(*first && *second) {
101 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second))
104 first++;
110 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second));
113 int Curl_raw_nequal(const char *first, const char *second, size_t max) argument
115 while(*first && *second && max) {
116 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) {
120 first++;
126 return Curl_raw_toupper(*first)
[all...]
H A Dstrequal.c37 int curl_strequal(const char *first, const char *second) argument
40 return !(strcasecmp)(first, second);
42 return !(strcmpi)(first, second);
44 return !(stricmp)(first, second);
46 while(*first && *second) {
47 if(toupper(*first) != toupper(*second)) {
50 first++;
53 return toupper(*first) == toupper(*second);
60 int curl_strnequal(const char *first, const char *second, size_t max) argument
63 return !strncasecmp(first, secon
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/pcp/
H A Dmkheader.pl25 $first = 1;
27 if ($first == 1) {
28 $first = 0;
37 $first = 1;
39 if ($first == 1) {
40 $first = 0;
50 $first = 1;
52 if ($first == 1) {
53 $first = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pcp/
H A Dmkheader.pl25 $first = 1;
27 if ($first == 1) {
28 $first = 0;
37 $first = 1;
39 if ($first == 1) {
40 $first = 0;
50 $first = 1;
52 if ($first == 1) {
53 $first = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/pcp/
H A Dmkheader.pl25 $first = 1;
27 if ($first == 1) {
28 $first = 0;
37 $first = 1;
39 if ($first == 1) {
40 $first = 0;
50 $first = 1;
52 if ($first == 1) {
53 $first = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/pcp/
H A Dmkheader.pl25 $first = 1;
27 if ($first == 1) {
28 $first = 0;
37 $first = 1;
39 if ($first == 1) {
40 $first = 0;
50 $first = 1;
52 if ($first == 1) {
53 $first = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pcp/
H A Dmkheader.pl25 $first = 1;
27 if ($first == 1) {
28 $first = 0;
37 $first = 1;
39 if ($first == 1) {
40 $first = 0;
50 $first = 1;
52 if ($first == 1) {
53 $first = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/pcp/
H A Dmkheader.pl25 $first = 1;
27 if ($first == 1) {
28 $first = 0;
37 $first = 1;
39 if ($first == 1) {
40 $first = 0;
50 $first = 1;
52 if ($first == 1) {
53 $first = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dconcat.c28 available. The argument list is terminated by the first @code{NULL}
70 vconcat_length (const char *first, va_list args) argument
75 for (arg = first; arg ; arg = va_arg (args, const char *))
82 vconcat_copy (char *dst, const char *first, va_list args) argument
87 for (arg = first; arg ; arg = va_arg (args, const char *))
101 concat_length (const char *first, ...) argument
105 VA_OPEN (args, first);
106 VA_FIXEDARG (args, const char *, first);
107 length = vconcat_length (first, args);
116 concat_copy (char *dst, const char *first, argument
141 concat_copy2(const char *first, ...) argument
152 concat(const char *first, ...) argument
189 reconcat(char *optr, const char *first, ...) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dconcat.c28 available. The argument list is terminated by the first @code{NULL}
70 vconcat_length (const char *first, va_list args) argument
75 for (arg = first; arg ; arg = va_arg (args, const char *))
82 vconcat_copy (char *dst, const char *first, va_list args) argument
87 for (arg = first; arg ; arg = va_arg (args, const char *))
101 concat_length (const char *first, ...) argument
105 VA_OPEN (args, first);
106 VA_FIXEDARG (args, const char *, first);
107 length = vconcat_length (first, args);
116 concat_copy (char *dst, const char *first, argument
141 concat_copy2(const char *first, ...) argument
152 concat(const char *first, ...) argument
189 reconcat(char *optr, const char *first, ...) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dconcat.c28 available. The argument list is terminated by the first @code{NULL}
70 vconcat_length (const char *first, va_list args) argument
75 for (arg = first; arg ; arg = va_arg (args, const char *))
82 vconcat_copy (char *dst, const char *first, va_list args) argument
87 for (arg = first; arg ; arg = va_arg (args, const char *))
101 concat_length (const char *first, ...) argument
105 VA_OPEN (args, first);
106 VA_FIXEDARG (args, const char *, first);
107 length = vconcat_length (first, args);
116 concat_copy (char *dst, const char *first, argument
141 concat_copy2(const char *first, ...) argument
152 concat(const char *first, ...) argument
189 reconcat(char *optr, const char *first, ...) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/arm/
H A Dbag.h36 void BAG_putpair (long first, long second);
39 Bag_error BAG_killpair_byfirst (long first);
42 Bag_error BAG_getfirst (long *first, long second);
43 Bag_error BAG_getsecond (long first, long *second);
H A Dbag.c36 int first; member in struct:hashentry
45 addtolist (Hashentry ** add, long first, long second) argument
52 (*add)->first = first;
70 removefromlist (Hashentry ** p, long first) argument
76 if ((*p)->first == first)
88 BAG_putpair (long first, long second) argument
94 addtolist (&lookupbyfirst[hash (first)], first, secon
99 BAG_getfirst(long *first, long second) argument
114 BAG_getsecond(long first, long *second) argument
132 BAG_killpair_byfirst(long first) argument
146 long first; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/arm/
H A Dbag.h36 void BAG_putpair (long first, long second);
39 Bag_error BAG_killpair_byfirst (long first);
42 Bag_error BAG_getfirst (long *first, long second);
43 Bag_error BAG_getsecond (long first, long *second);
H A Dbag.c36 int first; member in struct:hashentry
45 addtolist (Hashentry ** add, long first, long second) argument
52 (*add)->first = first;
70 removefromlist (Hashentry ** p, long first) argument
76 if ((*p)->first == first)
88 BAG_putpair (long first, long second) argument
94 addtolist (&lookupbyfirst[hash (first)], first, secon
99 BAG_getfirst(long *first, long second) argument
114 BAG_getsecond(long first, long *second) argument
132 BAG_killpair_byfirst(long first) argument
146 long first; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/arm/
H A Dbag.h36 void BAG_putpair (long first, long second);
39 Bag_error BAG_killpair_byfirst (long first);
42 Bag_error BAG_getfirst (long *first, long second);
43 Bag_error BAG_getsecond (long first, long *second);
H A Dbag.c36 int first; member in struct:hashentry
45 addtolist (Hashentry ** add, long first, long second) argument
52 (*add)->first = first;
70 removefromlist (Hashentry ** p, long first) argument
76 if ((*p)->first == first)
88 BAG_putpair (long first, long second) argument
94 addtolist (&lookupbyfirst[hash (first)], first, secon
99 BAG_getfirst(long *first, long second) argument
114 BAG_getsecond(long first, long *second) argument
132 BAG_killpair_byfirst(long first) argument
146 long first; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Drculist_nulls.h87 struct hlist_nulls_node *first = h->first; local
89 n->next = first;
90 n->pprev = &h->first;
91 rcu_assign_pointer(h->first, n);
92 if (!is_a_nulls(first))
93 first->pprev = &n->next;
104 for (pos = rcu_dereference_raw((head)->first); \

Completed in 121 milliseconds

1234567891011>>