apropos.c | 1 /* $NetBSD: apropos.c,v 1.30 2009/05/08 12:48:43 wiz Exp $ */ 41 static char sccsid[] = "@(#)apropos.c 8.8 (Berkeley) 5/4/95"; 43 __RCSID("$NetBSD: apropos.c,v 1.30 2009/05/08 12:48:43 wiz Exp $"); 68 static void apropos(char **, const char *, bool, const char *, const char *); 124 apropos(argv, p_augment, true, sflag, machine); 126 apropos(argv, p_path, true, sflag, machine); 142 apropos(argv, *p, false, sflag, 161 apropos(char **argv, const char *path, bool buildpath, function in typeref:typename:void
|