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

/xsrc/external/mit/xterm/dist/
H A Dmain.c860 copy_filled(dst, host, sizeof(dst)); \
3576 copy_filled(char *target, const char *source, size_t len) function in typeref:typename:void
3599 copy_filled(tofind->ut_id, my_utmp_id(ttydev), sizeof(tofind->ut_id));
3600 copy_filled(tofind->ut_line, my_pty_name(ttydev), sizeof(tofind->ut_line));
3616 copy_filled(working.ut_id, tofind->ut_id, sizeof(tofind->ut_id));
3622 copy_filled(limited.ut_line, result->ut_line, sizeof(result->ut_line));
4917 copy_filled(utmp.ut_user,
4921 copy_filled(utmp.ut_id, my_utmp_id(ttydev), sizeof(utmp.ut_id));
4922 copy_filled(utmp.ut_line,
4932 copy_filled(utm
[all...]

Completed in 34 milliseconds