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

/external/libgsm/src/
H A Dpreprocess.c53 ulongword utmp; /* for L_ADD */ local
/external/boringssl/src/crypto/asn1/
H A Dx_long.c111 unsigned long utmp; local
124 if(ltmp < 0) utmp = -ltmp - 1;
125 else utmp = ltmp;
126 clen = BN_num_bits_word(utmp);
137 cont[i] = (unsigned char)(utmp & 0xff);
139 utmp >>= 8;
150 unsigned long utmp = 0; local
159 utmp = 0;
161 utmp <<= 8;
162 if(neg) utmp |
[all...]
/external/openssh/openbsd-compat/
H A Dbsd-cray.c43 #include <utmp.h>
103 void cray_retain_utmp(struct utmp *, int);
106 void cray_set_tmpdir(struct utmp *);
688 * Retain utmp/wtmp information - used by cray accounting.
691 cray_retain_utmp(struct utmp *ut, int pid)
694 struct utmp utmp; local
698 while (read(fd, (char *)&utmp, sizeof(utmp)) == sizeof(utmp)) {
[all...]

Completed in 139 milliseconds