Home | History | Annotate | Download | only in dist

Lines Matching refs:ut_id

2041  * and generate the ut_id by using the last two letters of /dev/ttyp%c or by
2047 * Generally ut_id allows no more than 3 characters (plus null), even if the
2054 #define UTIDSIZE (sizeof(((UTMP_STRUCT *)NULL)->ut_id))
2060 * issues, and can use the available space in ut_id differently from the
2065 * characters of ut_id, and adds no terminating NUL is required (the
2070 * xterm on /dev/pts/3 will have a ut_id of x003; an xterm on /dev/pts123
2071 * will have a ut_id of x123. Under the other convention, /dev/pts/3 would
2072 * have a ut_id of p3 and /dev/pts123 would have a ut_id of p123.
3591 * getutid() only looks at ut_type and ut_id.
3599 copy_filled(tofind->ut_id, my_utmp_id(ttydev), sizeof(tofind->ut_id));
3616 copy_filled(working.ut_id, tofind->ut_id, sizeof(tofind->ut_id));
4909 (int) sizeof(utret->ut_id), utret->ut_id));
4921 copy_filled(utmp.ut_id, my_utmp_id(ttydev), sizeof(utmp.ut_id));
4952 (int) sizeof(utmp.ut_id), utmp.ut_id,