Searched refs:zfile (Results 26 - 50 of 61) sorted by relevance

123

/macosx-10.10.1/uucp-11/uucp/unix/
H A Dsrmdir.c92 isremove_dir (zfile, qstat, iflag)
93 const char *zfile;
103 q->zdir = zbufcpy (zfile);
108 if (remove (zfile) != 0)
109 ulog (LOG_ERROR, "remove (%s): %s", zfile, strerror (errno));
H A Dmkdirs.c13 fsysdep_make_dirs (zfile, fpublic)
14 const char *zfile;
20 zcopy = zbufcpy (zfile);
H A Dstatsb.c133 char *zfile;
145 zfile = zsjobid_to_file (zid, &zsys, &bgrade);
146 if (zfile == NULL)
158 ubuffree (zfile);
166 ubuffree (zfile);
171 e = fopen (zfile, "r");
177 ulog (LOG_ERROR, "fopen (%s): %s", zfile, strerror (errno));
179 ubuffree (zfile);
195 ulog (LOG_ERROR, "Bad line in command file %s", zfile);
209 ubuffree (zfile);
131 char *zfile; local
268 char *zjobid, *zfile; local
[all...]
H A Dwork.c52 static boolean fswork_file P((const char *zsystem, const char *zfile,
66 char *zfile;
90 char *zfile;
139 fswork_file (zsystem, zfile, pbgrade)
141 const char *zfile;
152 if (zfile[0] != 'C' || zfile[1] != '.')
155 cfilesys = strlen (zfile) - 7;
159 *pbgrade = zfile[cfilesys + 2];
160 return strncmp (zfile
64 char *zfile; member in struct:ssfilename
88 char *zfile; member in struct:ssfile
768 const char *zfile; local
[all...]
H A Dopensr.c69 esysdep_open_send (qsys, zfile, fcheck, zuser)
71 const char *zfile;
79 if (fsysdep_directory (zfile))
81 ulog (LOG_ERROR, "%s: is a directory", zfile);
86 e = fopen (zfile, BINREAD);
89 ulog (LOG_ERROR, "fopen (%s): %s", zfile, strerror (errno));
94 e = open ((char *) zfile, O_RDONLY | O_NOCTTY, 0);
97 ulog (LOG_ERROR, "open (%s): %s", zfile, strerror (errno));
124 ulog (LOG_ERROR, "%s: %s", zfile, strerror (EACCES));
H A Dxqtsub.c157 zsysdep_xqt_local_file (qsys, zfile)
159 const char *zfile;
161 if (*zfile != '~')
163 if (zfile[1] == '~')
168 clen = strlen (zfile);
170 memcpy (zret, zfile + 1, clen);
173 return zsysdep_local_file (zfile, qsys->uuconf_zpubdir,
187 fsysdep_xqt_check_file (qsys, zfile)
189 const char *zfile;
195 clen = strlen (zfile);
[all...]
H A Dfilnam.c106 const char *zfile;
133 zfile = "SEQF";
137 zfile = zfree;
141 zfile = "sys/DEFAULT/.SEQF";
145 zfile = zfree;
150 zfile = zfree;
154 o = open ((char *) zfile, O_RDWR | O_CREAT | O_NOCTTY, IPRIVATE_FILE_MODE);
156 o = open ((char *) zfile, O_RDWR | O_NOCTTY);
159 o = creat ((char *) zfile, IPRIVATE_FILE_MODE);
163 o = open ((char *) zfile, O_RDW
104 const char *zfile; local
[all...]
H A Dpicksb.c208 zsysdep_uupick_local_file (zfile, pfbadname)
209 const char *zfile;
221 if (zfile[0] != '~'
222 || (zfile[1] != '/' && zfile[1] != '\0'))
223 return zsysdep_local_file_cwd (zfile, (const char *) NULL, pfbadname);
232 if (zfile[1] == '\0')
235 return zsysdep_in_dir (q->pw_dir, zfile + 2);
/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Dsyshdr.h88 #define MAKE_ABSOLUTE(zset, fallocated, zfile, zdir, pblock) \
91 if (*(zfile) == '/') \
93 (zset) = (zfile); \
102 abs_cfile = strlen (zfile); \
112 (pointer) (zfile), abs_cfile + 1); \
H A Derrstr.c46 const char *zfile;
74 zfile = "";
79 zfile = qglobal->zfilename;
80 cfile = strlen (zfile) + 1;
157 memcpy ((pointer) zbuf, (pointer) zfile, ccopy);
44 const char *zfile; local
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzone.c195 int zone_readdir (const char *dir, const char *zone, const char *zfile, zone_t **listp, const zconf_t *conf, int dyn_zone) argument
215 dbg_val4 ("zone_readdir: (dir: \"%s\", zone: \"%s\", zfile: \"%s\", zp, cp, dyn_zone = %d)\n",
216 dir, zone, zfile ? zfile: "NULL", dyn_zone);
221 if ( zfile && (p = strrchr (zfile, '/')) ) /* check if zfile contains a directory */
225 snprintf (subdir, sizeof (subdir), "%s/%.*s", dir, p - zfile, zfile);
238 if ( zfile
[all...]
H A Dzone.h62 extern int zone_readdir (const char *dir, const char *zone, const char *zfile, zone_t **listp, const zconf_t *conf, int dyn_zone);
/macosx-10.10.1/uucp-11/uucp/
H A Drec.c52 char *zfile;
122 ubuffree (qinfo->zfile);
151 char *zfile;
222 zfile = zsysdep_spool_file_name (&slocalsys, qcmd->zto, qcmd->pseq);
226 if (zfile == NULL)
231 zfile = zsysdep_add_base (qcmd->zto, qcmd->zfrom);
232 if (zfile == NULL)
236 if (! fin_directory_list (zfile, qsys->uuconf_pzlocal_receive,
240 ubuffree (zfile);
249 if (! fsysdep_make_dirs (zfile, TRU
51 char *zfile; member in struct:srecinfo
147 char *zfile; local
575 char *zfile; local
[all...]
H A Duuxqt.c56 static void uqdo_xqt_file P((pointer puuconf, const char *zfile,
61 static void uqcleanup P((const char *zfile, int iflags));
63 const char *zfile, int iclean));
64 static boolean fqforward P((const char *zfile, char **pzallowed,
722 /* Process an execute file. The zfile argument is the name of the
723 execute file. The zbase argument is the base name of zfile. The
730 uqdo_xqt_file (puuconf, zfile, zbase, qsys, zlocalname, zcmd, pfprocessed)
732 const char *zfile;
761 e = fopen (zfile, "r");
811 az[i++] = zfile;
[all...]
H A Dxcmd.c193 char *zfile;
308 while ((zfile = zsysdep_wildcard (zfrom)) != NULL)
313 if (! fsysdep_file_exists (zfile))
315 ulog (LOG_ERROR, "%s: no such file", zfile);
321 if (! fin_directory_list (zfile, qsys->uuconf_pzremote_send,
325 ulog (LOG_ERROR, "%s: not permitted to send", zfile);
344 zto = zsysdep_add_base (zdestfile, zfile);
364 if (! fcopy_file (zfile, zto, qdestsys == NULL, fmkdirs, FALSE))
381 ssend.zfrom = zfile;
386 ssend.imode = ixsysdep_file_mode (zfile);
190 char *zfile; local
[all...]
H A Dutil.c144 fin_directory_list (zfile, pzdirs, zpubdir, fcheck, freadable, zuser)
145 const char *zfile;
167 if (fsysdep_in_directory (zfile, zuse, FALSE,
177 if (fsysdep_in_directory (zfile, zuse, fcheck,
H A Duulog.c96 const char *zfile;
283 zfile = zstatsfile;
285 zfile = zdebugfile;
289 zfile = zlogfile;
309 zfile = zalc;
311 if (! fsysdep_file_exists (zfile))
319 e = fopen (zfile, "r");
322 ulog (LOG_ERROR, "fopen (%s): %s", zfile, strerror (errno));
94 const char *zfile; local
H A Duux.c151 static void uxrecord_file P((const char *zfile));
647 char *zfile;
699 zfile = pzargs[i];
707 zfile = zexclam + 1;
709 zexclam = strrchr (zfile, '!');
715 zforw = zfile;
716 zfile = zexclam + 1;
752 zfile = zsysdep_local_file_cwd (zfile, sXxqtsys.uuconf_zpubdir,
755 zfile
643 char *zfile; local
[all...]
H A Duucp.c46 static void ucdirfile P((const char *zdir, const char *zfile,
48 static void uccopy P((const char *zfile, const char *zdest,
54 static void ucrecord_file P((const char *zfile));
726 uccopy (zfile, zdest, fforcelocal)
727 const char *zfile;
735 zexclam = strchr (zfile, '!');
743 if (! fsysdep_access (zfile)) {
756 && ! fin_directory_list (zfile, sCdestsys.uuconf_pzremote_send,
759 ulog (LOG_FATAL, "Not permitted to send %s", zfile);
783 zto = zsysdep_add_base (zdest, zfile);
[all...]
H A Dsend.c47 char *zfile;
112 ubuffree (qinfo->zfile);
193 char *zfile;
226 zfile = zbufcpy (qcmd->zfrom);
231 zfile = zsysdep_spool_file_name (qsys, qcmd->ztemp, qcmd->pseq);
232 if (zfile == NULL)
239 cbytes = csysdep_size (zfile);
242 ubuffree (zfile);
257 ubuffree (zfile);
286 qinfo->zfile
46 char *zfile; member in struct:ssendinfo
189 char *zfile; local
862 char *zfile; local
[all...]
H A Duustat.c1120 char *zfile;
1131 zfile = zsysdep_spool_file_name (qsys,
1135 zfile = zbufcpy (qshow->s.zfrom);
1136 if (zfile == NULL)
1139 cbytes = csysdep_size (zfile);
1143 ubuffree (zfile);
1203 char *zfile;
1207 zfile = zsysdep_spool_file_name (qsys, qsize->s.ztemp,
1210 zfile = zbufcpy (qsize->s.zfrom);
1211 if (zfile !
1116 char *zfile; local
1199 char *zfile; local
1423 char *zfile; local
1792 char *zfile; local
1989 char *zfile, *zsystem; local
[all...]
H A Duupick.c76 char *zfile, *zfrom, *zfull;
172 && ((zfile = zsysdep_uupick (zsystem, zpubdir, &zfrom, &zfull))
198 zfile);
239 zto = zsysdep_in_dir (zlocal, zfile);
301 ubuffree (zfile);
74 char *zfile, *zfrom, *zfull; local
H A Dlog.c334 char *zfile;
358 zfile = zbufcpy (zLogfile);
383 zfile = zbufalc (strlen (zLogfile)
387 sprintf (zfile, zLogfile, zbase, zsys);
391 eLlog = esysdep_fopen (zfile, TRUE, TRUE, TRUE);
393 ubuffree (zfile);
395 zprint = zfile;
330 char *zfile; local
H A Dsysdep.h489 const char *zfile));
493 const char *zdir3, const char *zfile));
503 const char *zfile,
530 int (*pfn) P((const char *zfile,
/macosx-10.10.1/zlib-55/zlib/contrib/pascal/
H A Dexample.pas87 zfile: gzFile;
92 zfile := gzopen(fname, 'wb');
93 if zfile = NIL then
98 gzputc(zfile, 'h');
99 if gzputs(zfile, 'ello') <> 4 then
101 WriteLn('gzputs err: ', gzerror(zfile, err));
105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
107 WriteLn('gzprintf err: ', gzerror(zfile, err));
111 if gzputs(zfile, ', hello!') <> 8 then
113 WriteLn('gzputs err: ', gzerror(zfile, er
[all...]

Completed in 678 milliseconds

123