Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Ddeliver.c2068 while (hostnum < nummxhosts)
2081 if (*mxhosts[hostnum] == '[')
2088 endp = strpbrk(mxhosts[hostnum], ":,");
2090 endp = strpbrk(mxhosts[hostnum], ":,");
2098 if (hostnum == 1 && skip_back != NULL)
2116 if (*mxhosts[hostnum] == '\0')
2119 hostnum++;
2126 hostnum++;
2283 if (hostnum < h)
2284 hostnum = h;
[all …]
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dblkdev.shlib40 typeset hostnum=${1}
43 if [[ -z $hostnum ]]; then
49 "echo /sys/class/scsi_host/host$hostnum/scan" \
52 "echo '- - -' > /sys/class/scsi_host/host$hostnum/scan"