Home
last modified time | relevance | path

Searched refs:reptr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h63 extern union reptr *abuf[];
64 extern union reptr **aptr;
104 union reptr { union
120 union reptr *lb1;
130 extern union reptr ptrspace[];
136 union reptr *chain;
137 union reptr *address;
144 extern union reptr *pending;
H A Dsed1.c38 union reptr *abuf[ABUFSIZE+1];
39 union reptr **aptr;
58 union reptr *pending;
97 static int substitute(union reptr *ipc);
99 static void command(union reptr *ipc);
106 union reptr *ipc; in execute()
244 substitute(union reptr *ipc) in substitute()
326 command(union reptr *ipc) in command()
H A Dsed0.c39 union reptr *ptrend;
47 union reptr ptrspace[PTRSIZE];
48 union reptr *rep;
57 union reptr **cmpend[DEPTH];
178 union reptr *pt, *pt1; in fcomp()
796 union reptr *rptr, *trptr; in dechain()
/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->command, sizeof(reptr->command), NOTAVAIL);
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c1737 registered_record_entry *reptr; in handle_update_request() local
1738 for (reptr = request->u.reg_recs; reptr; reptr = reptr->next) in handle_update_request()
1740 if (reptr->key == hdr->reg_index) in handle_update_request()
1742 …result = update_record(reptr->rr, rdlen, rdata, ttl, &reptr->external_advertise, request->request_… in handle_update_request()
1745 request->request_id, DM_NAME_PARAM(reptr->rr->resrec.name), in handle_update_request()
1746 reptr->rr ? DNSTypeName(reptr->rr->resrec.rrtype) : "<NONE>", in handle_update_request()