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

/macosx-10.10.1/uucp-11/uucp/
H A Duuconv.c47 const char *zprefix, boolean fforce));
50 const char *zprefix));
74 const char *zprefix));
76 const char *zprefix));
708 uvwrite_chat (e, q, qlast, zprefix, fforce)
712 const char *zprefix;
723 fprintf (e, "%schat ", zprefix);
733 sprintf (ab, "%schat-program", zprefix);
740 fprintf (e, "%schat-timeout %d\n", zprefix, q->uuconf_ctimeout);
747 fprintf (e, "%schat-fail %s\n", zprefix, *p
[all...]
H A Dlog.c259 char *zprefix;
472 zprefix = zbufcpy ("");
477 zprefix = zbufalc (strlen (zProgram) + 3);
478 sprintf (zprefix, "%s: ", zProgram);
482 zprefix = zbufalc (strlen (zProgram)
488 zset = zprefix;
549 zformat = zbufalc (2 * strlen (zprefix) + strlen (zmsg) + 2);
552 zfrom = zprefix;
560 ubuffree (zprefix);
255 char *zprefix; local
H A Dchat.c968 const char *zprefix, *zsuffix;
972 if (! fctranslate (puuconf, zphone, &zprefix, &zsuffix))
977 zprefix = zphone;
981 while (zprefix != NULL)
988 z = zprefix + strcspn ((char *) zprefix, "=-");
989 if (z > zprefix)
993 clen = z - zprefix;
994 *pfquote = fcsend_debug (*pfquote, clen, zprefix);
995 if (! (*pfwrite) (qconn, zprefix, cle
965 const char *zprefix, *zsuffix; local
1327 const char *zprefix, *zsuffix; local
[all...]
/macosx-10.10.1/zlib-55/zlib/
H A Dconfigure57 zprefix=0
68 echo ' configure [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]'
84 -z* | --zprefix) zprefix=1; shift ;;
306 if test $zprefix -eq 1; then

Completed in 189 milliseconds