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

/sendmail/contrib/
H A Dbitdomain.c88 char buf[1024], *node, *hostname, *p; local
98 node = p;
103 fprintf(stderr, "%-8s: no domain name in input file\n", node);
110 fprintf(stderr, "%-8s no domain name in input file\n", node);
125 entry(node, hostname, sizeof(buf)-(hostname - buf));
131 * The entry tells us that "node" expands to "domain".
132 * "domain" can either be a domain name or a bitnet node name
136 entry(node, domain, domainlen)
137 char *node;
143 /* See if we have any remembered information about this node */
329 char *node; member in struct:entry
[all...]
/sendmail/devtools/bin/
H A DBuild358 node=`uname -n | sed -e 's/\//-/g' -e 's/ //g'`
359 if [ "$os" = "$node" -a "$arch" = "i386" -a "$rel" = 3.2 -a "`uname -v`" = 2 ]

Completed in 8 milliseconds