Searched defs:reptr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dsecurity.c102 register struct secRexe * reptr = &Rexe; local
117 copyText(reptr->cliSystem, sizeof(reptr->cliSystem), NOTAVAIL);
118 copyText(reptr->cliUser, sizeof(reptr->cliUser), NOTAVAIL);
119 copyText(reptr->serUser, sizeof(reptr->serUser), NOTAVAIL);
120 copyText(reptr->time, sizeof(reptr->time), NOTAVAIL);
121 copyText(reptr
[all...]
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h66 extern union reptr *abuf[];
67 extern union reptr **aptr;
107 union reptr { union
123 union reptr *lb1;
133 extern union reptr ptrspace[];
139 union reptr *chain;
140 union reptr *address;
147 extern union reptr *pending;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c1506 registered_record_entry *reptr; local
1507 for (reptr = request->u.reg_recs; reptr; reptr = reptr->next)
1509 if (reptr->key == hdr->reg_index)
1511 result = update_record(reptr->rr, rdlen, rdata, ttl, &reptr->external_advertise);
1513 request->sd, reptr->rr->resrec.name->c, reptr
[all...]

Completed in 69 milliseconds