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

/macosx-10.10/uucp-11/uucp/
H A Duucico.c1322 const char *zheresys;
1328 zheresys = zstr + 6;
1329 clen = strlen (zheresys);
1331 icmp = strncmp (zheresys, qsys->uuconf_zname, clen);
1333 icmp = strcmp (zheresys, qsys->uuconf_zname);
1343 icmp = strncmp (zheresys, *pz, clen);
1345 icmp = strcmp (zheresys, *pz);
1352 ulog (LOG_ERROR, "Called wrong system (%s)", zheresys);
1320 const char *zheresys; local

Completed in 124 milliseconds