Home
last modified time | relevance | path

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

/third_party/libsnd/programs/
H A Dsndfile-concat.c70 SNDFILE *outfile, **infiles ; in main() local
86 if ((infiles = calloc (argc, sizeof (SNDFILE*))) == NULL) in main()
93 if ((infiles [0] = sf_open (argv [0], SFM_READ, &sfinfo_in)) == NULL) in main()
101 { if ((infiles [k] = sf_open (argv [k], SFM_READ, &sfinfo_in)) == NULL) in main()
125 { func (outfile, infiles [k], sfinfo_out.channels) ; in main()
126 sf_close (infiles [k]) ; in main()
130 free (infiles) ; in main()
/third_party/python/Lib/distutils/
H A Dcmd.py373 def make_file(self, infiles, outfile, func, args,
379 files listed in 'infiles'. If the command defined 'self.force',
386 # Allow 'infiles' to be a single string
387 if isinstance(infiles, str):
388 infiles = (infiles,)
389 elif not isinstance(infiles, (list, tuple)):
391 "'infiles' must be a string, or a list or tuple of strings")
394 exec_msg = "generating %s from %s" % (outfile, ', '.join(infiles))
399 if self.force or dep_util.newer_group(infiles, outfil
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_cmd.py53 # making sure it raises when infiles is not a string or a list/tuple
55 infiles=1, outfile='', func='func', args=())
62 cmd.make_file(infiles='in', outfile='out', func='func', args=())
/third_party/curl/src/
H A Dtool_operate.c781 char *infiles; /* might be a glob pattern */ in single_transfer() local
813 infiles = urlnode->infile; in single_transfer()
815 if(!config->globoff && infiles && !inglob) { in single_transfer()
817 result = glob_url(&inglob, infiles, &state->infilenum, in single_transfer()
828 if(!state->up && !infiles) in single_transfer()
838 state->uploadfile = strdup(infiles); in single_transfer()

Completed in 4 milliseconds