Searched refs:notfirst (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dcnid_dbd_private.h67 int notfirst; /* already open before */ member in struct:CNID_private
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.c164 int ret = 0, notfirst = 0; local
202 if (cmd == '+') d = notfirst*num*intnum/den + d;
203 else if (cmd == '-') d = notfirst*num*intnum/den - d;
211 notfirst = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dutils.c436 static int notfirst; local
462 if (++notfirst == 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dhead_v10.S198 bne notfirst ; check if it is the partition containing ptable
205 notfirst: label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.c197 int ret = 0, notfirst = 0; local
218 else if (!notfirst)
249 if (cmd == '+') d = notfirst*num*intnum/den + d;
250 else if (cmd == '-') d = notfirst*num*intnum/den - d;
258 notfirst = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c506 static int notfirst; local
508 if (!notfirst) {
510 notfirst = 1;
903 static int notfirst; local
908 if (!notfirst) {
910 notfirst = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c1671 static u8 notfirst = 1; local
1678 if (notfirst) {
1712 notfirst = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/dbd/
H A Dcnid_dbd.c391 if (db->notfirst) {
399 } else { /* db->notfirst == 0 */
400 db->notfirst = 1;

Completed in 283 milliseconds