Home
last modified time | relevance | path

Searched refs:lng (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/hpfs/
Dname.c54 unsigned len, int lc, int lng) in hpfs_translate_name() argument
58 if (hpfs_sb(s)->sb_chk >= 2) if (hpfs_is_name_long(from, len) != lng) { in hpfs_translate_name()
61 printk(" misidentified as %s.\n", lng ? "short" : "long"); in hpfs_translate_name()
/linux-3.4.99/drivers/staging/media/easycap/
Deasycap_ioctl.c1014 long lng; in easycap_unlocked_ioctl() local
1035 rc = (int) strict_strtol(p1, 10, &lng); in easycap_unlocked_ioctl()
1042 k[i] = (int)lng; in easycap_unlocked_ioctl()