Home
last modified time | relevance | path

Searched refs:cfile (Results 1 – 25 of 5781) sorted by last modified time

12345678910>>...232

/dports/x11-wm/spectrwm/spectrwm-SPECTRWM_3_4_1/
H A Dspectrwm.c13310 char *cfile = NULL, *str = NULL, *ret, *s; in scan_config() local
13360 cfile = conf; in scan_config()
13385 if (cfile == NULL && conf[0] && stat(conf, &sb) != -1 && in scan_config()
13387 cfile = conf; in scan_config()
13389 if (cfile) { in scan_config()
13390 conf_load(cfile, SWM_CONF_DEFAULT); in scan_config()
13580 char *cfile = NULL; in main() local
13587 cfile = optarg; in main()
13678 if (cfile) in main()
13679 conf_load(cfile, SWM_CONF_DEFAULT); in main()
/dports/x11-wm/lxsession/lxsession-0.5.4/
H A Dcompile264 cfile=
287 cfile=$1
300 if test -z "$ofile" || test -z "$cfile"; then
310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/
H A DmkVFunc60 my $cfile = shift;
61 if (open(C,"<$cfile"))
68 $Ignore{$1} = $cfile;
81 my $cfile = shift;
82 if (open(C,"<$cfile"))
102 my $cfile = shift;
103 if (open(C,"<$cfile"))
109 $Exclude{$1} = $cfile;
260 my $cfile = $hfile;
262 unless (-r $cfile)
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/
H A DMakefile.PL509 my ( $cfile, $deps, $included) = @_;
514 return () if exists $deps->{ $cfile};
515 $deps->{ $cfile} = [];
516 return @{ $alldeps{ $cfile}} if exists $alldeps{ $cfile};
517 $alldeps{ $cfile} = [];
518 return () unless -f $cfile;
521 open CF, "<$cfile" or die "Cannot open $cfile: $!";
535 push @{ $deps->{ $cfile}}, @subdeps;
539 return @{ $deps->{ $cfile}};
2432 for my $cfile ( @c_files ) {
[all …]
/dports/x11/xorg-cf-files/xorg-cf-files-1.0.6/
H A DImake.rules93 * LinkConfFileLong (cfile,lfile,opath,npath)
94 * LinkConfFile (cfile,lfile)
1776 #define LinkConfFileLong(cfile,lfile,opath,npath) @@\
1786 cp -p lfile Concat($(DESTDIR),npath/cfile); \ @@\
1789 $(LN) Concat($${RELPATH},npath/cfile) lfile; \ @@\
1792 #define LinkConfFileLong(cfile,lfile,opath,npath)
1798 #define LinkConfFile(cfile,lfile) LinkConfFileLong(cfile,lfile,$(LIBDIR),$(CONFDIR))
/dports/www/py-httptools/httptools-0.3.0/
H A Dsetup.py70 cfile = prefix + '.c'
72 if os.path.exists(cfile) and not self.cython_always:
73 extension.sources[i] = cfile
75 if os.path.exists(cfile):
76 cfiles[cfile] = os.path.getmtime(cfile)
78 cfiles[cfile] = 0
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/SSL/
H A DHTSSL.c177 PUBLIC void HTSSL_certFile_set (const char *cfile) in HTSSL_certFile_set() argument
179 StrAllocCopy(cert_file, cfile); in HTSSL_certFile_set()
/dports/textproc/link-grammar/link-grammar-5.8.0/
H A Dcompile265 cfile=
288 cfile=$1
301 if test -z "$ofile" || test -z "$cfile"; then
311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
/dports/textproc/p5-XML-Parser/XML-Parser-2.44/inc/Devel/
H A DCheckLib.pm232 my $ofile = $cfile;
244 $cfile,
256 $cfile
262 $cfile,
272 unlink $cfile;
276 my($ch, $cfile) = File::Temp::tempfile(
279 my $ofile = $cfile;
295 $cfile,
312 $cfile);
318 $cfile,
[all …]
/dports/textproc/p5-XML-DifferenceMarkup/XML-DifferenceMarkup-1.05/
H A DMakefile.PL260 my $cfile = gensym();
267 print $cfile <<EOT;
279 print $cfile $src;
280 print $cfile <<EOT;
287 close($cfile);
289 print $cfile <<'EOT';
297 close($cfile);
299 print $cfile <<'EOT';
314 close($cfile);
316 print $cfile <<EOT;
[all …]
/dports/textproc/tinyxml/tinyxml/
H A Dtinyxml.h215 virtual void Print( FILE* cfile, int depth ) const = 0;
872 virtual void Print( FILE* cfile, int depth ) const { in Print() argument
873 Print( cfile, depth, 0 ); in Print()
875 void Print( FILE* cfile, int depth, TIXML_STRING* str ) const;
1128 virtual void Print( FILE* cfile, int depth ) const;
1181 virtual void Print( FILE* cfile, int depth ) const;
1242 virtual void Print( FILE* cfile, int depth ) const;
1321 virtual void Print( FILE* cfile, int depth ) const { in Print() argument
1322 Print( cfile, depth, 0 ); in Print()
1368 virtual void Print( FILE* cfile, int depth ) const;
[all …]
H A Dtinyxml.cpp780 assert( cfile ); in Print()
1124 assert( cfile ); in Print()
1195 if ( cfile ) { in Print()
1203 if ( cfile ) { in Print()
1276 assert( cfile ); in Print()
1311 assert( cfile ); in Print()
1397 if ( cfile ) fprintf( cfile, "<?xml " ); in Print()
1401 if ( cfile ) fprintf (cfile, "version=\"%s\" ", version.c_str ()); in Print()
1405 if ( cfile ) fprintf (cfile, "encoding=\"%s\" ", encoding.c_str ()); in Print()
1409 if ( cfile ) fprintf (cfile, "standalone=\"%s\" ", standalone.c_str ()); in Print()
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/config/
H A Dmanager.py177 def get_config_type(cfile): argument
180 if cfile is not None:
181 ext = os.path.splitext(cfile)[-1]
322 def _parse_config_file(self, cfile=None): argument
326 if cfile is None:
327 cfile = self._config_file
329 ftype = get_config_type(cfile)
330 if cfile is not None:
448 if cfile is None:
450 cfile = self._config_file
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/config/
H A Dtest_manager.py109 …assert self.manager.get_config_value_and_origin('config_entry', cfile=cfg_file2) == ('fromini2', c…
112 assert self.manager.get_config_value('config_entry', cfile=cfg_file2) == 'fromini2'
/dports/sysutils/deltarpm/deltarpm-3.6/
H A Dapplydeltarpm.c160 struct cfile *outfp;
932 cfile_write_uncomp(struct cfile *f, void *buf, int len) in cfile_write_uncomp()
1123 struct cfile *bfp = 0; in main()
1124 struct cfile *obfp; in main()
H A Dcombinedeltarpm.c59 struct cfile *cfa;
60 struct cfile *cfd;
346 struct cfile *cf; in expandaddblk()
H A Dcfile.h12 struct cfile { struct
33 int (*read)(struct cfile *f, void *buf, int len); argument
34 int (*write)(struct cfile *f, void *buf, int len); argument
35 int (*close)(struct cfile *f); argument
36 int (*unread)(struct cfile *f, void *buf, int len); argument
37 int (*oldread)(struct cfile *f, void *buf, int len); argument
79 struct cfile *cfile_open(int mode, int fd, void *fp, int comp, size_t len, void (*ctxup)(void *, un…
80 int cfile_copy(struct cfile *in, struct cfile *out, int flags);
81 int cfile_detect_rsync(struct cfile *f);
H A Dcfile.c49 len = ((struct cfile *)f->fp)->read((struct cfile *)f->fp, buf, len); in cfile_readbuf()
52 len = ((struct cfile *)f->fp)->read((struct cfile *)f->fp, buf, len); in cfile_readbuf()
55 struct cfile *cf = (struct cfile *)f->fp; in cfile_readbuf()
104 len = ((struct cfile *)f->fp)->write((struct cfile *)f->fp, buf, len); in cfile_writebuf()
281 struct cfile *cf = (struct cfile *)f->fp; in crclose_bz()
451 struct cfile *cf = (struct cfile *)f->fp; in crclose_gz()
457 struct cfile *cf = (struct cfile *)f->fp; in crclose_gz()
716 struct cfile *cf = (struct cfile *)f->fp; in crclose_lz()
1106 struct cfile *
1109 struct cfile *f; in cfile_open()
[all …]
H A Dmakedeltarpm.c235 struct cfile *newf;
244 struct cfile *cfa; /* add block */
245 struct cfile *cfi; /* in data */
587 struct cfile *cfa; in createaddblock()
670 struct cfile *bfd; in main()
713 struct cfile *newbz; in main()
H A Dapplydeltaiso.c51 unsigned int cget4(struct cfile *fp) in cget4()
91 void applydelta(FILE *fpold, struct cfile *ocf, struct cfile *cf, unsigned char *outdata, unsigned …
94 processrpm(FILE *fpold, struct cfile *ocf, struct cfile *cf, unsigned int *nmp, int nmpn) in processrpm()
99 struct cfile *opcf, *npcf; in processrpm()
221 applydelta(FILE *fpold, struct cfile *ocf, struct cfile *cf, unsigned char *outdata, unsigned int o… in applydelta()
375 struct cfile *cfnew; in main()
382 struct cfile *cf; in main()
H A Dwritedeltarpm.c27 write32(struct cfile *cf, unsigned int d) in write32()
49 struct cfile *bfd; in writedeltarpm()
H A Dreaddeltarpm.c211 static unsigned int bzread4(struct cfile *bfp) in bzread4()
223 readdeltarpm(char *n, struct deltarpm *d, struct cfile **cfp) in readdeltarpm()
226 struct cfile *bfp; in readdeltarpm()
H A Dmakedeltaiso.c252 bzput4(struct cfile *fp, unsigned int d) in bzput4()
286 struct cfile *cfile; in payrawread() local
293 cfile = cfile_open(CFILE_OPEN_RD, CFILE_IO_FILE, fp, CFILE_COMP_UN, len, 0, 0); in payrawread()
294 if (!cfile) in payrawread()
305 r = cfile->close(cfile); in payrawread()
317 struct cfile *cfile; in payread() local
325 if (!cfile) in payread()
332 cfile_detect_rsync(cfile); in payread()
333 namebuf[0] = cfile->comp; in payread()
341 r = cfile->close(cfile); in payread()
[all …]
H A Ddeltarpm.h91 void readdeltarpm(char *n, struct deltarpm *d, struct cfile **cfp);
H A Dfragiso.c508 write32(struct cfile *cf, unsigned int d) in write32()
523 write64(struct cfile *cf, off_t d) in write64()
541 static unsigned int read32(struct cfile *bfp) in read32()
552 static off_t read64(struct cfile *bfp) in read64()
570 struct cfile *cfp; in make()
701 readfiso(FILE *fp, char *fiso, struct cfile **cfpp, struct rpmpay **paysp) in readfiso()
705 struct cfile *cfp; in readfiso()
816 struct cfile *cf; in listfiso()
867 struct cfile *cf; in assemble()
1004 struct cfile *cf; in fill()

12345678910>>...232