Home
last modified time | relevance | path

Searched refs:machine_name (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/i386/ibcs2/
HDibcs2_stat.c210 char machine_name[9], *p; local
220 getcredhostname(td->td_ucred, machine_name,
221 sizeof(machine_name) - 1);
222 p = strchr(machine_name, '.');
225 strncpy(sut.nodename, machine_name, sizeof(sut.nodename) - 1);
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200018336 (machine_name): change test text to use `sed' markers
29306 * fixinc/fixfixes.c(machine_name):
29310 * fixinc/fixtests.c(machine_name):
29467 an empty string, machine_name doesn't need to do anything at
30367 * fixinc/fixtests.c (machine_name): New test.
30368 * fixinc/fixfixes.c (machine_name): New fix.
30370 the machine_name test and fix.
30372 * fixinc/inclhack.def (machine_name): Use the C test and fix.