Searched refs:second (Results 1 - 25 of 177) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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))
105 second++;
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)) {
121 second++;
126 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second);
[all...]
H A Dstrequal.c34 int curl_strequal(const char *first, const char *second) argument
37 return !(strcasecmp)(first, second);
39 return !(strcmpi)(first, second);
41 return !(stricmp)(first, second);
43 while(*first && *second) {
44 if(toupper(*first) != toupper(*second)) {
48 second++;
50 return toupper(*first) == toupper(*second);
57 int curl_strnequal(const char *first, const char *second, size_t max) argument
60 return !strncasecmp(first, second, ma
[all...]
H A Drawstr.h35 int Curl_raw_equal(const char *first, const char *second);
36 int Curl_raw_nequal(const char *first, const char *second, size_t max);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dipc32.c15 sys32_ipc(u32 call, int first, int second, int third, argument
26 return sys_semtimedop(first, compat_ptr(ptr), second, NULL);
28 return compat_sys_semtimedop(first, compat_ptr(ptr), second,
31 return sys_semget(first, second, third);
33 return compat_sys_semctl(first, second, third, compat_ptr(ptr));
36 return compat_sys_msgsnd(first, second, third, compat_ptr(ptr));
38 return compat_sys_msgrcv(first, second, fifth, third,
41 return sys_msgget((key_t) first, second);
43 return compat_sys_msgctl(first, second, compat_ptr(ptr));
46 return compat_sys_shmat(first, second, thir
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dsys_frv.c89 unsigned long second,
101 return sys_semtimedop(first, (struct sembuf __user *)ptr, second, NULL);
103 return sys_semtimedop(first, (struct sembuf __user *)ptr, second,
107 return sys_semget (first, second, third);
114 return sys_semctl (first, second, third, fourth);
119 second, third);
131 return sys_msgrcv (first, tmp.msgp, second,
137 second, fifth, third);
140 return sys_msgget ((key_t) first, second);
142 return sys_msgctl (first, second, (struc
87 sys_ipc(unsigned long call, unsigned long first, unsigned long second, unsigned long third, void __user *ptr, unsigned long fifth) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dsyscalls.c43 sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) argument
53 ret = sys_semop (first, (struct sembuf *)ptr, second);
56 ret = sys_semget (first, second, third);
67 ret = sys_semctl (first, second, third, fourth);
71 ret = sys_msgsnd (first, (struct msgbuf *) ptr, second, third);
85 ret = sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp,
91 second, fifth, third);
96 ret = sys_msgget ((key_t) first, second);
99 ret = sys_msgctl (first, second, (struct msqid_ds *) ptr);
109 ret = do_shmat (first, (char *) ptr, second,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dsys_cris.c104 asmlinkage int sys_ipc (uint call, int first, int second, argument
114 return sys_semtimedop (first, (struct sembuf __user *)ptr, second, NULL);
116 return sys_semtimedop(first, (struct sembuf __user *)ptr, second,
120 return sys_semget (first, second, third);
127 return sys_semctl (first, second, third, fourth);
132 second, third);
144 return sys_msgrcv (first, tmp.msgp, second,
150 second, fifth, third);
153 return sys_msgget ((key_t) first, second);
155 return sys_msgctl (first, second, (struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dutil.c19 int year, month, day, hour, minute, second, tz; local
27 second = p[5];
45 + second;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am/
H A DMakefile5 join.html open.html opensub.html ops.html put.html second.html \
7 COPY= second.javas
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_put.c15 DB *dbp, **second; local
23 second = NULL;
116 DB_BENCH_ASSERT((second =
119 DB_BENCH_ASSERT(db_create(&second[i], dbenv, 0) == 0);
122 DB_BENCH_ASSERT(second[i]->open(second[i], NULL,
125 DB_BENCH_ASSERT(second[i]->open(second[i],
135 dbp, NULL, second[i], b_put_secondary, 0) == 0);
138 dbp, second[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsys_sh64.c181 asmlinkage int sys_ipc(uint call, int first, int second, argument
193 second, NULL);
196 second,
199 return sys_semget (first, second, third);
206 return sys_semctl (first, second, third, fourth);
216 second, third);
228 return sys_msgrcv (first, tmp.msgp, second,
234 second, fifth, third);
237 return sys_msgget ((key_t) first, second);
239 return sys_msgctl (first, second,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsyscalls.c92 long sys_ipc (uint call, int first, int second, argument
103 second, NULL);
106 second,
109 return sys_semget (first, second, third);
116 return sys_semctl (first, second, third, fourth);
121 second, third);
133 return sys_msgrcv (first, tmp.msgp, second,
140 second, fifth, third);
143 return sys_msgget ((key_t) first, second);
145 return sys_msgctl (first, second, (struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsys_i386.c124 asmlinkage int sys_ipc (uint call, int first, int second, argument
134 return sys_semtimedop (first, (struct sembuf __user *)ptr, second, NULL);
136 return sys_semtimedop(first, (struct sembuf __user *)ptr, second,
140 return sys_semget (first, second, third);
147 return sys_semctl (first, second, third, fourth);
152 second, third);
164 return sys_msgrcv (first, tmp.msgp, second,
170 second, fifth, third);
173 return sys_msgget ((key_t) first, second);
175 return sys_msgctl (first, second, (struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_put.c15 DB *dbp, **second; local
23 second = NULL;
117 DB_BENCH_ASSERT((second =
120 DB_BENCH_ASSERT(db_create(&second[i], dbenv, 0) == 0);
123 DB_BENCH_ASSERT(second[i]->open(second[i], NULL,
126 DB_BENCH_ASSERT(second[i]->open(second[i],
136 dbp, NULL, second[i], b_put_secondary, 0) == 0);
139 dbp, second[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dcsum_partial_copy.c156 unsigned long second; local
158 err |= __get_user_u(second, src+1);
162 extqh(second, soff, first);
165 first = second;
175 unsigned long second; local
176 err |= __get_user_u(second, lastsrc);
179 extqh(second, soff, first);
270 unsigned long second, word; local
273 err |= __get_user_u(second, src+1);
277 extqh(second, sof
291 unsigned long second, word; local
312 unsigned long second, word; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsys_arm.c164 asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) argument
173 return sys_semop (first, (struct sembuf *)ptr, second);
175 return sys_semget (first, second, third);
182 return sys_semctl (first, second, third, fourth);
187 second, third);
197 return sys_msgrcv (first, tmp.msgp, second,
203 second, fifth, third);
206 return sys_msgget ((key_t) first, second);
208 return sys_msgctl (first, second, (struct msqid_ds *) ptr);
214 ret = do_shmat (first, (char *) ptr, second,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsys_m32r.c127 asmlinkage int sys_ipc(uint call, int first, int second, argument
138 second, NULL);
141 second, (const struct timespec __user *)fifth);
143 return sys_semget (first, second, third);
150 return sys_semctl (first, second, third, fourth);
155 second, third);
167 return sys_msgrcv (first, tmp.msgp, second,
173 second, fifth, third);
176 return sys_msgget ((key_t) first, second);
178 return sys_msgctl (first, second,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsys_arm.c156 asmlinkage int sys_ipc(uint call, int first, int second, int third, argument
166 return sys_semtimedop (first, (struct sembuf __user *)ptr, second, NULL);
168 return sys_semtimedop(first, (struct sembuf __user *)ptr, second,
172 return sys_semget (first, second, third);
179 return sys_semctl (first, second, third, fourth);
184 second, third);
194 return sys_msgrcv (first, tmp.msgp, second,
200 second, fifth, third);
203 return sys_msgget ((key_t) first, second);
205 return sys_msgctl(first, second, (struc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4938/common/
H A Drtc_rx5c348.c88 u8 year, month, day, hour, minute, second, century; local
98 second = tm.tm_sec;
102 BIN_TO_BCD(second);
103 inbuf[1] = second;
136 unsigned int year, month, day, hour, minute, second; local
143 second = outbuf[1];
144 BCD_TO_BIN(second);
165 return mktime(year, month, day, hour, minute, second);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dsys_s390.c146 asmlinkage long sys_ipc(uint call, int first, unsigned long second, argument
155 (unsigned)second, NULL);
158 (unsigned)second,
161 return sys_semget(first, (int)second, third);
168 return sys_semctl(first, (int)second, third, fourth);
172 (size_t)second, third);
181 (size_t)second, tmp.msgtyp, third);
183 return sys_msgget((key_t)first, (int)second);
185 return sys_msgctl(first, (int)second,
191 (int)second,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dsys_h8300.c136 asmlinkage int sys_ipc (uint call, int first, int second, argument
147 return sys_semop (first, (struct sembuf *)ptr, second);
149 return sys_semget (first, second, third);
156 return sys_semctl (first, second, third, fourth);
165 second, third);
176 return sys_msgrcv (first, tmp.msgp, second,
182 second, fifth, third);
185 return sys_msgget ((key_t) first, second);
187 return sys_msgctl (first, second,
199 second,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsys_m68k.c136 asmlinkage int sys_ipc (uint call, int first, int second, argument
147 return sys_semop (first, (struct sembuf *)ptr, second);
149 return sys_semget (first, second, third);
156 return sys_semctl (first, second, third, fourth);
165 second, third);
176 return sys_msgrcv (first, tmp.msgp, second,
182 second, fifth, third);
185 return sys_msgget ((key_t) first, second);
187 return sys_msgctl (first, second,
198 ret = do_shmat (first, ptr, second,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dnfa.c357 * branch = mkbranch( first, second );
359 * branch - a machine which matches either first's pattern or second's
360 * first, second - machines whose patterns are to be or'ed (the | operator)
362 * Note that first and second are NEITHER destroyed by the operation. Also,
367 int mkbranch( first, second )
368 int first, second;
373 return second;
375 else if ( second == NO_TRANSITION )
381 mkxtion( eps, second );
444 * new = mkor( first, second );
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/ddb5xxx/common/
H A Drtc_ds1386.c43 unsigned int year, month, day, hour, minute, second; local
57 second = BCD2BIN(READ_RTC(0x1));
77 return mktime(year, month, day, hour, minute, second);
86 u8 year, month, day, hour, minute, second; local
137 second = BIN2BCD(tm.tm_sec);
138 if (second != READ_RTC(0x1)) {
139 WRITE_RTC(0x1, second);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsys_sh.c186 asmlinkage int sys_ipc(uint call, int first, int second, argument
198 second, NULL);
201 second,
204 return sys_semget (first, second, third);
211 return sys_semctl (first, second, third, fourth);
221 second, third);
233 return sys_msgrcv (first, tmp.msgp, second,
239 second, fifth, third);
242 return sys_msgget ((key_t) first, second);
244 return sys_msgctl (first, second,
[all...]

Completed in 148 milliseconds

12345678