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

/macosx-10.10/uucp-11/uucp/
H A Dlog.c362 char *zbase;
372 zbase = zsysdep_base_name (zProgram);
373 if (zbase == NULL)
374 zbase = zbufcpy (zProgram);
379 for (zlower = zbase; *zlower != '\0'; zlower++)
384 + strlen (zbase)
387 sprintf (zfile, zLogfile, zbase, zsys);
388 ubuffree (zbase);
491 char *zbase;
493 zbase
358 char *zbase; local
487 char *zbase; local
[all...]
H A Duux.c941 char *zbase;
946 zbase = zsysdep_base_name (zfile);
947 if (zbase == NULL)
949 uxadd_xqt_line ('F', abdname, zbase);
950 pzargs[i] = zbase;
1075 char *zbase;
1077 zbase = zsysdep_base_name (zfile);
1078 if (zbase == NULL)
1080 uxadd_xqt_line ('F', abtname, zbase);
1081 pzargs[i] = zbase;
937 char *zbase; local
1071 char *zbase; local
1083 char *zbase; local
1540 char *zbase; local
[all...]
H A Duucp.c580 char *zbase, *zindir;
585 zbase = zsysdep_base_name (zfrom);
586 if (zbase == NULL)
588 zindir = zsysdep_in_dir (zdestfile, zbase);
589 ubuffree (zbase);
875 char *zbase;
886 zbase = zsysdep_base_name (zfile);
887 if (zbase == NULL)
901 fprintf (e, "F %s %s\n", abdname, zbase);
916 fprintf (e, " %s %s!%s\n", zbase, zCforwar
577 char *zbase, *zindir; local
870 char *zbase; local
[all...]
H A Dcu.c1576 char *zbase;
1579 zbase = zsysdep_base_name (zfrom);
1580 if (zbase == NULL)
1584 strlen (zbase));
1585 sprintf (zprompt, "Remote file name [%s]: ", zbase);
1593 ubuffree (zbase);
1597 zto = zbase;
1787 char *zbase;
1790 zbase = zsysdep_base_name (zfrom);
1791 if (zbase
1570 char *zbase; local
1781 char *zbase; local
[all...]
H A Duuxqt.c57 const char *zbase,
272 char *zbase;
344 zbase = zsysdep_base_name (z);
345 uqdo_xqt_file (puuconf, z, zbase, &ssys, zloc, zcmd, &fprocessed);
346 ubuffree (zbase);
723 execute file. The zbase argument is the base name of zfile. The
730 uqdo_xqt_file (puuconf, zfile, zbase, qsys, zlocalname, zcmd, pfprocessed)
733 const char *zbase;
787 iuuconf = uuconf_cmd_file (puuconf, e, asQcmds, (pointer) zbase,
869 ulog (LOG_ERROR, "%s: No command given", zbase);
270 char *zbase; local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.c570 char *zbase;
572 zbase = strchr (l->string, '@');
573 if (zbase != NULL
574 && strcmp (zbase + 1, bfd_asymbol_name (sym)) == 0)
614 char *zbase;
616 zbase = strchr (l->string, '@');
617 if (zbase != NULL
618 && strcmp (zbase + 1, bfd_asymbol_name (sym)) == 0)
568 char *zbase; local
612 char *zbase; local
/macosx-10.10/uucp-11/uucp/unix/
H A Dserial.c606 const char *zbase;
621 zbase = strrchr (qsysdep->zdevice, '/') + 1;
622 clen = strlen (zbase);
629 zbase, clen + 1);
636 const char *zbase;
639 zbase = strrchr (qsysdep->zdevice, '/') + 1;
640 clen = strlen (zbase);
643 memcpy (zalc + sizeof LCK_TEMPLATE - 1, zbase, clen + 1);
598 const char *zbase; local

Completed in 202 milliseconds