Home
last modified time | relevance | path

Searched refs:system_name (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c75 char *system_name[] = {"NTSC", "PAL"}; variable
193 fprintf(stderr, "%s\n", system_name[system]); in dvrecv()
349 printf("%s\n", system_name[system]); in dvsend()
/freebsd/contrib/ofed/libibnetdisc/
H A Dchassis.c610 char *system_name; in fill_mellanox_chassis_record() local
649 system_name = &node_desc[4]; in fill_mellanox_chassis_record()
650 for (iter = system_name ; (*iter != ':') && (*iter != '\0') ; iter++); in fill_mellanox_chassis_record()
/freebsd/contrib/byacc/
H A Daclocal.m4328 system_name="$host_os"
330 system_name="`(uname -s -r) 2>/dev/null`"
331 if test -z "$system_name" ; then
332 system_name="`(hostname) 2>/dev/null`"
335 test -n "$system_name" && AC_DEFINE_UNQUOTED(SYSTEM_NAME,"$system_name",[Define to the system name.…
336 AC_CACHE_VAL(cf_cv_system_name,[cf_cv_system_name="$system_name"])
338 test -z "$system_name" && system_name="$cf_cv_system_name"
341 if test ".$system_name" != ".$cf_cv_system_name" ; then
342 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
H A Dconfigure1130 system_name="$host_os"
1132 system_name="`(uname -s -r) 2>/dev/null`"
1133 if test -z "$system_name" ; then
1134 system_name="`(hostname) 2>/dev/null`"
1137 test -n "$system_name" &&
1145 cf_cv_system_name="$system_name"
1148 test -z "$system_name" && system_name="$cf_cv_system_name"
1152 if test ".$system_name" != ".$cf_cv_system_name" ; then
1153 …echo "$as_me:1153: result: Cached system name ($system_name) does not agree with actual ($cf_cv_sy…
1154 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >…
/freebsd/contrib/dialog/
H A Daclocal.m41293 system_name="$host_os"
1295 system_name="`(uname -s -r) 2>/dev/null`"
1296 if test -z "$system_name" ; then
1297 system_name="`(hostname) 2>/dev/null`"
1300 test -n "$system_name" && AC_DEFINE_UNQUOTED(SYSTEM_NAME,"$system_name",[Define to the system name.…
1301 AC_CACHE_VAL(cf_cv_system_name,[cf_cv_system_name="$system_name"])
1303 test -z "$system_name" && system_name="$cf_cv_system_name"
1306 if test ".$system_name" != ".$cf_cv_system_name" ; then
1307 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
H A Dconfigure3554 system_name="$host_os"
3556 system_name="`(uname -s -r) 2>/dev/null`"
3557 if test -z "$system_name" ; then
3558 system_name="`(hostname) 2>/dev/null`"
3561 test -n "$system_name" &&
3569 cf_cv_system_name="$system_name"
3572 test -z "$system_name" && system_name="$cf_cv_system_name"
3576 if test ".$system_name" != ".$cf_cv_system_name" ; then
3577 …echo "$as_me:3577: result: Cached system name ($system_name) does not agree with actual ($cf_cv_sy…
3578 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >…
/freebsd/contrib/ncurses/
H A Dconfigure1583 system_name="$host_os"
1585 system_name="`(uname -s -r) 2>/dev/null`"
1586 if test -z "$system_name" ; then
1587 system_name="`(hostname) 2>/dev/null`"
1590 test -n "$system_name" &&
1598 cf_cv_system_name="$system_name"
1601 test -z "$system_name" && system_name="$cf_cv_system_name"
1605 if test ".$system_name" != ".$cf_cv_system_name" ; then
1606 …echo "$as_me:1606: result: Cached system name ($system_name) does not agree with actual ($cf_cv_sy…
1607 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >…
H A Daclocal.m41079 system_name="$host_os"
1081 system_name="`(uname -s -r) 2>/dev/null`"
1082 if test -z "$system_name" ; then
1083 system_name="`(hostname) 2>/dev/null`"
1086 test -n "$system_name" && AC_DEFINE_UNQUOTED(SYSTEM_NAME,"$system_name",[Define to the system name.…
1087 AC_CACHE_VAL(cf_cv_system_name,[cf_cv_system_name="$system_name"])
1089 test -z "$system_name" && system_name="$cf_cv_system_name"
1092 if test ".$system_name" != ".$cf_cv_system_name" ; then
1093 AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))