Searched refs:putacct (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Dexacctsys.c30 #pragma weak _putacct = putacct
52 putacct(idtype_t idtype, id_t id, void *buf, size_t bufsize, int flags) function
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.pm22 my @syscalls = qw(getacct putacct wracct);
H A DExacct.xs250 * putacct. This is only required for embedded items and groups - for normal
528 putacct(idtype, id, value)
586 /* Call putacct to write the buffer */
587 RETVAL = putacct(idtype, id, buf, bufsz, flags) == 0
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1358 int putacct(idtype_t idtype, id_t id, void *buf, size_t bufsize, int flags);

Completed in 17 milliseconds