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

/xsrc/external/mit/xterm/dist/
H A Dconfigure8803 for cf_utmp_path in /var/adm /var/run
8807 if test -f $cf_utmp_path/$cf_utmp_file
8815 ls "$cf_option" "$cf_utmp_path/$cf_utmp_file" >conftest
8819 ls "$cf_option" "$cf_utmp_path/$cf_utmp_file" >conftest
8991 cf_utmp_path=$withval
8993 cf_utmp_path=auto
8995 if test "$cf_utmp_path" = auto ; then
8996 for cf_utmp_path in /etc/utmp /var/adm/utmp /var/log/utmp /var/run/utmp
8998 if test -f ${cf_utmp_path}x ; then
8999 cf_utmp_path
[all...]
H A Daclocal.m43545 for cf_utmp_path in /var/adm /var/run
3549 if test -f $cf_utmp_path/$cf_utmp_file
3557 ls "$cf_option" "$cf_utmp_path/$cf_utmp_file" >conftest
3561 ls "$cf_option" "$cf_utmp_path/$cf_utmp_file" >conftest
4706 [cf_utmp_path=$withval],
4707 [cf_utmp_path=auto])
4708 if test "$cf_utmp_path" = auto ; then
4709 for cf_utmp_path in /etc/utmp /var/adm/utmp /var/log/utmp /var/run/utmp
4711 if test -f ${cf_utmp_path}x ; then
4712 cf_utmp_path
[all...]

Completed in 13 milliseconds