Searched refs:utmp (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_long.c113 unsigned long utmp; local
129 utmp = -ltmp - 1;
131 utmp = ltmp;
132 clen = BN_num_bits_word(utmp);
146 cont[i] = (unsigned char)(utmp & 0xff);
149 utmp >>= 8;
160 unsigned long utmp = 0; local
171 utmp = 0;
173 utmp <<= 8;
175 utmp |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_long.c106 unsigned long utmp; local
119 if(ltmp < 0) utmp = -ltmp - 1;
120 else utmp = ltmp;
121 clen = BN_num_bits_word(utmp);
132 cont[i] = (unsigned char)(utmp & 0xff);
134 utmp >>= 8;
145 unsigned long utmp = 0; local
154 utmp = 0;
156 utmp <<= 8;
157 if(neg) utmp |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_long.c113 unsigned long utmp; local
129 utmp = -ltmp - 1;
131 utmp = ltmp;
132 clen = BN_num_bits_word(utmp);
146 cont[i] = (unsigned char)(utmp & 0xff);
149 utmp >>= 8;
160 unsigned long utmp = 0; local
171 utmp = 0;
173 utmp <<= 8;
175 utmp |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Drunlevel.c15 #include <utmp.h>
21 struct utmp *ut;
H A Dlast.c11 #include <utmp.h>
17 /* Grr... utmp char[] members do not have to be nul-terminated.
23 #error struct utmp member char[] size(s) have changed!
26 #error struct utmp member char[] size(s) have changed!
32 struct utmp ut;
42 while ((n = safe_read(file, (void*)&ut, sizeof(struct utmp))) != 0) {
44 if (n != sizeof(struct utmp)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dwho.c21 #include <utmp.h>
46 struct utmp *ut;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dutmp.c3 utmp routines
25 Reflect connection status in utmp/wtmp files.
89 We need to be distinct from other entries in utmp/wtmp.
100 Mostly a record uses the same 'ut_id' in both "utmp" and "wtmp",
128 #include <utmp.h>
208 * utmp{,x}: try "utmp dir", then default (a define)
209 * wtmp{,x}: try "wtmp dir", then "utmp dir", then default (a define)
223 /* For u-files and non-explicit w-dir, look for "utmp dir" */
250 Update utmp fil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpptpd-logwtmp.c13 #include <utmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dmessages.c48 #include <utmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dlogin.c7 #include <utmp.h>
38 /* vv Taken from tinylogin utmp.c vv */
40 * read_or_build_utent - see if utmp file is correct for this process
42 * System V is very picky about the contents of the utmp file
44 * The utmp file is scanned for an entry with the same process
53 static void read_or_build_utent(struct utmp *utptr, int picky)
55 struct utmp *ut;
60 /* First, try to find a valid utmp entry for this process. */
71 bb_error_msg_and_die("no utmp entry found");
88 * write_utent - put a USER_PROCESS entry in the utmp fil
[all...]
H A Dgetty.c23 #include <utmp.h>
30 #ifdef LOGIN_PROCESS /* defined in System V utmp.h */
35 extern void updwtmp(const char *filename, const struct utmp *ut);
645 /* update_utmp - update our utmp entry */
648 struct utmp ut;
649 struct utmp *utp;
654 * The utmp file holds miscellaneous information about things started by
656 * the utmp entry for the current process, in particular the process type
658 * utmp file can be opened for update, and if we are able to find our
659 * entry in the utmp fil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/lbl/
H A Dos-sunos4.h118 struct utmp;
120 void login(struct utmp *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/lbl/
H A Dos-sunos4.h118 struct utmp;
120 void login(struct utmp *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas-proc.c460 const unsigned int *utmp; local
463 utmp = of_get_property(rtas_node, "rtas-sensors", &len);
464 if (utmp == NULL) {
472 sensors.sensor[i].token = *utmp++;
473 sensors.sensor[i].quant = *utmp++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dptrace.c372 addr_t utmp; local
373 if (get_user(utmp,
376 ret = poke_user(child, addr, utmp);
628 __u32 utmp; local
629 if (get_user(utmp,
632 ret = poke_user_compat(child, addr, utmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Druserpass.c42 #include <utmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c41 #include <utmp.h>
1207 struct utmp ut;
1216 if (write(fd, (char *)&ut, sizeof(struct utmp)) != sizeof(struct utmp))
H A Dutils.c32 #include <utmp.h>
H A Dsys-linux.c37 #include <utmp.h>
2041 struct utmp ut, *utp;
2062 /* some gettys/telnetds don't initialize utmp... */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dlogin.c19 # include <utmp.h>
265 struct utmp ut;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Drules63 --with-utmp \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Drules59 --with-utmp \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Drules81 --with-utmp \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dutils.c33 #include <utmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c88 #include <utmp.h>
2147 struct utmp ut, *utp;
2165 /* some gettys/telnetds don't initialize utmp... */

Completed in 153 milliseconds

12