Searched defs:ostype (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c3410 char *ostype = NULL; local
3678 ostype = p;
3690 charset = strchr(ostype, ',');
3700 if (sm_strncasecmp(ostype, "other", 5) == 0 &&
3701 (ostype[5] == ' ' || ostype[5] == '\0'))

Completed in 73 milliseconds