Lines Matching refs:short2str
329 if (stat(short2str(tmp), &st) == -1) { in dolist()
420 tv[0] = strsave(short2str(v[1])); in dosettc()
422 tv[1] = strsave(short2str(v[2])); in dosettc()
561 p = short2str(pp->p_command); in find_stop_ed()
760 afsname = short2str(safs); in auto_lock()
1092 if ((logout_time = (unsigned) atoi(short2str(cp)) * 60) > 0) { in setalarm()
1109 if ((lock_time = (unsigned) atoi(short2str(cp)) * 60) > 0) { in setalarm()
1471 pp = xgetpwnam(short2str(us)); in gethomedir()
1485 res = hes_resolve(short2str(us), "filsys"); in gethomedir()
1752 char *sa = strsave(short2str(a)); in collate()
1753 char *sb = strsave(short2str(b)); in collate()
2103 termtype = (v[1] == NULL ? getenv("TERM") : short2str(v[1]));