Searched defs:funny (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/eqn/ |
H A D | funny.c | 22 funny(int n) function 37 (void) error(FATAL, gettext("funny type %d in funny"), n);
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 184 static char funny[FNSIZE]; variable 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, s [all...] |
Completed in 60 milliseconds