Searched refs:office (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/finger/
H A Dfinger.h44 char *office; /* pointer to office name */ member in struct:person
45 char *officephone; /* pointer to office phone no. */
H A Dsprint.c81 * office location
82 * office phone
110 goto office;
143 office:
147 if (pn->office)
148 (void)printf(" %-7.7s", pn->office);
H A Dlprint.c116 * office, office phone, home phone if available
126 * try and print office, office phone, and home phone on one line;
132 if (pn->office && pn->officephone &&
133 strlen(pn->office) + strlen(pn->officephone) +
136 OFFICE_TAG, pn->office, prphone(pn->officephone));
139 if (pn->office) {
141 OFFICE_TAG, pn->office);
H A Dutil.c330 pn->realname = pn->office = pn->officephone = pn->homephone = NULL;
365 pn->office = ((p = strsep(&bp, ",")) && *p) ?
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c555 char uname[60] = "User &", office[60] = "[None]", local
570 strlcpy(office, p, sizeof(office));
603 pwd->pw_shell, office, wphone, hphone,

Completed in 132 milliseconds