HomeSort by: relevance | last modified time | path
    Searched refs:office (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/finger/
finger.h 48 char *office; /* pointer to office name */ member in struct:person
49 char *officephone; /* pointer to office phone no. */
sprint.c 91 * office location
92 * office phone
97 (oflag) ? "Office Office Phone" : "Where");
115 goto office;
136 office:
141 if (pn->office)
142 (void)printf("%-10.10s", pn->office);
lprint.c 187 * office, office phone, home phone if available
197 * try and print office, office phone, and home phone on one line;
200 #define OFFICE_TAG "Office"
201 #define OFFICE_PHONE_TAG "Office Phone"
203 if (pn->office && pn->officephone &&
204 strlen(pn->office) + strlen(pn->officephone) +
207 OFFICE_TAG, pn->office, prphone(pn->officephone));
210 if (pn->office) {
    [all...]
util.c 403 pn->realname = pn->office = pn->officephone = pn->homephone = NULL;
417 pn->office = ((p = strsep(&bp, ",")) && *p) ?
  /src/usr.sbin/npf/npftest/
npftest.conf 42 $office = { 192.168.64.3, 192.168.64.9 }
43 $blocklist = { $home, $office }
  /src/usr.bin/make/unit-tests/
varmod-subst.mk 52 .if ${WORDS:S,^office,does not match,} != ${WORDS}
104 .if ${WORDS:S,^office$,,} != ${WORDS}

Completed in 86 milliseconds