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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsys_parisc32.c571 loff_t lof; local
573 if (offset && get_user(lof, offset))
577 ret = sys_sendfile64(out_fd, in_fd, offset ? (loff_t __user *)&lof : NULL, count);
580 if (offset && put_user(lof, offset))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsys_ppc32.c337 loff_t lof; local
340 if (offset && get_user(lof, offset))
345 up = offset ? (loff_t __user *) &lof : NULL;
349 if (offset && put_user(lof, offset))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_linux.c662 loff_t lof; local
664 if (offset && get_user(lof, offset))
669 offset ? (loff_t __force __user *) &lof : NULL,
673 if (offset && put_user(lof, offset))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sparc32.c880 loff_t lof; local
882 if (offset && get_user(lof, offset))
887 offset ? (loff_t __user *) &lof : NULL,
891 if (offset && put_user(lof, offset))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex6895 % 4) NAME-lof - the text as it should appear in a @listoffloats.
7576 % Write the text that goes in the lof to the aux file as
7577 % \floatlabel-lof. Besides \floatident, we include the short
7594 \immediate\write\auxfile{@xrdef{\floatlabel-lof}{\floatident
7690 % aux file. We strip off the -title and look up \XRLABEL-lof, which
7698 % Can't fully expand XR#1-lof because it can contain anything. Just
7702 \toksA = \expandafter{\csname XR#1-lof\endcsname}%
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex7134 % 4) NAME-lof - the text as it should appear in a @listoffloats.
7821 % Write the text that goes in the lof to the aux file as
7822 % \floatlabel-lof. Besides \floatident, we include the short
7839 \immediate\write\auxfile{@xrdef{\floatlabel-lof}{\floatident
7935 % aux file. We strip off the -title and look up \XRLABEL-lof, which
7943 % Can't fully expand XR#1-lof because it can contain anything. Just
7947 \toksA = \expandafter{\csname XR#1-lof\endcsname}%

Completed in 143 milliseconds