Searched refs:getutxent (Results 1 - 25 of 43) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/acct/
H A Dclosewtmp.c47 while ((utmpx = getutxent()) != NULL) {
H A Dutmp2wtmp.c57 while ((utmpx = getutxent()) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/oamuser/user/
H A Disbusy.c51 while ((utxptr = getutxent()) != NULL)
/opensolaris-onvv-gate/usr/src/cmd/killall/
H A Dkillall.c63 while ((u = getutxent()) != NULL) {
/opensolaris-onvv-gate/usr/src/head/
H A Dutmpx.h61 * the getutxent(3c) family of APIs. It does not (necessarily)
65 * the getutxent(3c) family of APIs.
99 * Applications should use the getutxent(3c) family of routines to interact
133 extern struct utmpx *getutxent(void);
152 extern struct utmpx *getutxent();
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dtmutmp.c104 while ((u = getutxent()) != NULL) {
133 while (up = getutxent()) {
192 while ((u = getutxent()) != NULL) {
H A Dtmexpress.c406 while ((u = getutxent()) != NULL) {
/opensolaris-onvv-gate/usr/src/lib/libmail/common/
H A Dnotifyu.c63 while ((putmpx = getutxent()) != NULL) {
/opensolaris-onvv-gate/usr/src/ucbcmd/users/
H A Dusers.c47 while ((utmpx = getutxent()) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_send.c110 while ((ubuf = getutxent()) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprocess.c192 while (ubuf = getutxent()) {
/opensolaris-onvv-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c137 while (up = getutxent()) {
215 while (up = getutxent()) {
/opensolaris-onvv-gate/usr/src/cmd/utmp_update/
H A Dutmp_update.c152 * (scan over the whole file using getutxent(3C) to ensure
175 for (rutmpx = getutxent(); rutmpx != (struct utmpx *)NULL;
176 rutmpx = getutxent()) {
/opensolaris-onvv-gate/usr/src/cmd/utmpd/
H A Dutmpd.c539 while ((utmpx = getutxent()) != NULL) {
937 while ((u = getutxent()) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c379 ((utmpxp = getutxent()) != NULL) &&
/opensolaris-onvv-gate/usr/src/cmd/wall/
H A Dwall.c208 while ((p = getutxent()) != NULL) {
254 * getutxent() API, the forked children (created by this function)
256 * unwanted fflushing of getutxent's stdio stream (caused by atexit
/opensolaris-onvv-gate/usr/src/cmd/saf/
H A Dsac.c306 while (uxp = getutxent()) {
482 while (up = getutxent()) {
/opensolaris-onvv-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c204 while ((utent = getutxent()) != NULL && (limit == 0 || cnt < limit)) {
/opensolaris-onvv-gate/usr/src/cmd/write/
H A Dwrite.c176 for (self.ut_pid = 0, count = 0; (ubuf = getutxent()) != NULL; ) {
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c255 * "getutxent" gets the next entry in the utmpx file.
258 getutxent(void) function
285 if ((utmpx = getutxent()) == NULL)
590 while ((curx = getutxent()) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dct.c598 while ((u = getutxent()) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/rexd/
H A Dunix_login.c434 while (up = getutxent()) {
/opensolaris-onvv-gate/usr/src/cmd/who/
H A Dwho.c100 static struct utmpx *utmpp; /* pointer for getutxent() */
722 while ((utmpp = getutxent()) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c278 while ((u = getutxent()) != NULL) {
400 while ((u = getutxent()) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c152 static struct utmpx *utmpp = NULL; /* pointer for getutxent() */
228 while ((utmpp = getutxent()) != NULL) {
1078 while ((utmpp = getutxent()) != NULL) {

Completed in 204 milliseconds

12