Searched refs:srcfile (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Difs_http.c36 HttpConvert( srcfile, htmlfile, linkfile )
37 char *srcfile;
47 if( (fsrc = fopen( srcfile, "r" )) == NULL ) {
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwprefix.c127 static Pffile_t* pfopen(Sfio_t* sf, ssize_t sz, int srcfile) argument
129 static Pffile_t* pfopen(sf, sz, srcfile)
132 int srcfile;
144 blsz = srcfile ? 2*k : 0; /* Bloom filter size */
157 pf->bloom = srcfile ? (Vcchar_t*)(pf->tab + k) : NIL(Vcchar_t*);

Completed in 16 milliseconds