Lines Matching refs:line
34 "[+?\bwho\b lists the user's name, terminal line, login time, and remote "
40 "is the time since last activity on that line.]"
47 "[H:heading?Put a heading line in before of the output.]"
172 char line[sizeof(up->ut_line)+6];
176 sfsprintf(line,sizeof(line),"/dev/%s\0",up->ut_line);
177 r = stat(line,&statb);
191 sfsprintf(line,sizeof(line),"/dev/%s\0",up->ut_line);
214 char *line = 0;
231 if((state.flags&FLAG_M) && ((line=ttyname(0)) || (line=ttyname(2))))
232 line += 5;
247 if(line && strcmp(line,ut.ut_line))