Home | History | Annotate | Download | only in stand

Lines Matching defs:ls

1 /*	$NetBSD: ls.c,v 1.17 2011/09/27 01:08:55 christos Exp $	*/
40 static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/11/93";
42 __RCSID("$NetBSD: ls.c,v 1.17 2011/09/27 01:08:55 christos Exp $");
55 static void ls(int);
64 if ((fd = getfile("ls", 0)) == -1)
68 printf("ls: cannot stat\n");
73 printf("ls: not a directory\n");
77 printf("ls: zero length directory\n");
80 ls(fd);
86 ls(register int fd)