Searched refs:newl (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cb_dbg.c106 static bool newl = FALSE; local
113 if(!newl) {
118 newl = FALSE;
121 if(!newl)
124 newl = (size && (data[size - 1] != '\n')) ? TRUE : FALSE;
129 if(!newl)
132 newl = (size && (data[size - 1] != '\n')) ? TRUE : FALSE;
146 if(!newl)
149 newl = FALSE;
155 newl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock.c534 struct __db_lock *newl, *lp; local
568 newl = NULL;
760 if ((newl = SH_TAILQ_FIRST(
768 &FREE_LOCKS(lt, part_id), newl, links, __db_lock); local
795 if (newl->mtx_lock == MUTEX_INVALID) {
798 &newl->mtx_lock)) != 0)
800 MUTEX_LOCK(env, newl->mtx_lock);
803 newl->holder = R_OFFSET(&lt->reginfo, sh_locker);
804 newl->refcount = 1;
805 newl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dutil.c202 int newl, cur_x, cur_y; local
224 newl = 1;
237 (newl && wlen < 4 && sp
251 newl = 1;
253 newl = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dutil.c200 int newl, cur_x, cur_y; local
221 newl = 1;
234 (newl && wlen < 4 && sp && wlen+1+strlen(sp) > room
246 newl = 1;
248 newl = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dutil.c319 int newl, cur_x, cur_y; local
341 newl = 1;
354 (newl && wlen < 4 && sp
368 newl = 1;
370 newl = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl2408 set newl $largs
2412 set newl [lreplace $largs $eindex $eend "-encrypt"]
2414 return $newl

Completed in 112 milliseconds