Home
last modified time | relevance | path

Searched refs:pfFile (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c32175 FILE *pfFile = output_file_open(p, zFile); in dotCmdOutput() local
32176 if( pfFile==0 ){ in dotCmdOutput()
32183 output_redir(p, pfFile); in dotCmdOutput()
32184 if( zBom ) cli_puts(zBom, pfFile); in dotCmdOutput()
32188 pfFile in dotCmdOutput()