Lines Matching refs:funny
184 static char funny[FNSIZE];
839 * funny points to a valid file which must
844 if ((io = creat(funny, FMODE(Fl))) >= 0) {
845 chown(funny, Fl.st_uid, Fl.st_gid);
846 chmod(funny, FMODE(Fl));
850 if (rename(funny, file))
1201 if (funlink) unlink(funny); /* remove tmp file */
2315 if ((i = expnd((char *)sp, funny, &sz, &fss)) == -1) {
2316 write(1, funny, fss.Flim & 0377);
2322 write(1, funny, sz);
2717 p2 = p1 = funny;
2731 * Copy file name to funny setting p2 at
2743 *p2 = '\007'; /* add unprintable char for funny a unique name */