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

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dtext_mmap.c82 * @param pzFile name of the file, for error reporting.
85 load_text_file(tmap_info_t * mapinfo, char const * pzFile) argument
102 fserr_warn("libopts", "read", pzFile);
120 (void)pzFile;
257 * arg: char const *, pzFile, name of the file to map
306 text_mmap(char const * pzFile, int prot, int flags, tmap_info_t * mi) argument
308 validate_mmap(pzFile, prot, flags, mi);
312 load_text_file(mi, pzFile);
H A Dautoopts.h245 char const * pzFile; member in struct:__anon4962
H A Dusage.c720 case OPARG_TYPE_FILE: pzArgType = argtp->pzFile; break;
1049 case OPARG_TYPE_FILE: atyp = at->pzFile; break;
1253 argTypes.pzFile = zGnuFileArg;
1292 argTypes.pzFile = zStdFileArg;
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c166892 sqlite3ParseUri( const char *zDefaultVfs, const char *zUri, unsigned int *pFlags, sqlite3_vfs **ppVfs, char **pzFile, char **pzErrMsg ) argument
[all...]

Completed in 488 milliseconds