Home
last modified time | relevance | path

Searched refs:userval (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mail/
H A Dgethead.c75 char userval[MAXUNAME]; in gethead() local
159 userval[ix++] = hold[rc]; in gethead()
161 if ((ix > 0) && (userval[ix - 1] == '\n')) { in gethead()
162 userval[ix - 1] = '\0'; in gethead()
164 userval[ix] = '\0'; in gethead()
195 let[ln].change, size, userval, wline); in gethead()
/titanic_50/usr/src/lib/libc/port/rt/
H A Dmqueue.c943 void *userval; in mq_notify() local
990 userval = sigevp->sigev_value.sival_ptr; in mq_notify()
995 userval = pn->portnfy_user; in mq_notify()
1057 tcdp->tcd_msg_userval = userval; in mq_notify()