trimpath          401 libutil/find.c 		die("cannot get real path of '%s'.", trimpath(dir));
trimpath          420 libutil/find.c 		die("cannot get real path of '%s'.", trimpath(dir));
trimpath          468 libutil/find.c 		warning("symbolic link loop detected. '%s' is ignored.", trimpath(dir));
trimpath          472 libutil/find.c 		warning("cannot open directory '%s'. ignored.", trimpath(dir));
trimpath          481 libutil/find.c 			warning("cannot stat '%s'. ignored.", trimpath(dp->d_name));
trimpath          520 libutil/find.c                 die("cannot get real path of '%s'.", trimpath(dir));
trimpath          567 libutil/find.c 			die("cannot open '%s'.", trimpath(filename));
trimpath          636 libutil/find.c 						warning("'%s' is a directory. ignored.", trimpath(path));
trimpath          638 libutil/find.c 						warning("'%s' not found. ignored.", trimpath(path));
trimpath          646 libutil/find.c 					warning("'%s' ignored, because it includes blank.", trimpath(path));
trimpath          736 libutil/find.c 				warning("'%s' is a directory. ignored.", trimpath(path));
trimpath          738 libutil/find.c 				warning("'%s' not found. ignored.", trimpath(path));
trimpath          748 libutil/find.c 			warning("'%s' is out of source tree. ignored.", trimpath(path));
trimpath          757 libutil/find.c 			warning("'%s' ignored, because it includes blank.", trimpath(path));
trimpath           47 libutil/path.h const char *trimpath(const char *);