HomeSort by: relevance | last modified time | path
    Searched defs:ftell (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
ftell.c 1 /* $NetBSD: ftell.c,v 1.20 2012/03/27 15:05:42 christos Exp $ */
38 static char sccsid[] = "@(#)ftell.c 8.2 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: ftell.c,v 1.20 2012/03/27 15:05:42 christos Exp $");
51 * ftell: return current offset.
54 ftell(FILE *fp) function in typeref:typename:long
ftell.c 1 /* $NetBSD: ftell.c,v 1.20 2012/03/27 15:05:42 christos Exp $ */
38 static char sccsid[] = "@(#)ftell.c 8.2 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: ftell.c,v 1.20 2012/03/27 15:05:42 christos Exp $");
51 * ftell: return current offset.
54 ftell(FILE *fp) function in typeref:typename:long

Completed in 24 milliseconds