Home
last modified time | relevance | path

Searched refs:officephone (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/finger/
H A Dlprint.c125 if (pn->office && pn->officephone && in lprint()
126 strlen(pn->office) + strlen(pn->officephone) + in lprint()
129 OFFICE_TAG, pn->office, prphone(pn->officephone)); in lprint()
137 if (pn->officephone) { in lprint()
139 OFFICE_PHONE_TAG, prphone(pn->officephone)); in lprint()
H A Dsprint.c142 else if (pn->officephone) in sflag_print()
144 if (pn->officephone) in sflag_print()
146 prphone(pn->officephone)); in sflag_print()
H A Dfinger.h44 char *officephone; /* pointer to office phone no. */ member
H A Dutil.c323 pn->realname = pn->office = pn->officephone = pn->homephone = NULL; in userinfo()
360 pn->officephone = ((p = strsep(&bp, ",")) && *p) ? in userinfo()