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

/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dtext_mmap.c84 * @param pzFile name of the file, for error reporting.
87 load_text_file(tmap_info_t * mapinfo, char const * pzFile) argument
104 fserr_warn("libopts", "read", pzFile);
122 (void)pzFile;
259 * arg: char const *, pzFile, name of the file to map
308 text_mmap(char const * pzFile, int prot, int flags, tmap_info_t * mi) argument
310 validate_mmap(pzFile, prot, flags, mi);
314 load_text_file(mi, pzFile);
H A Dautoopts.h251 char const * pzFile; member in struct:__anon215
H A Dusage.c722 case OPARG_TYPE_FILE: pzArgType = argtp->pzFile; break;
1051 case OPARG_TYPE_FILE: atyp = at->pzFile; break;
1255 argTypes.pzFile = zGnuFileArg;
1294 argTypes.pzFile = zStdFileArg;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c181137 sqlite3ParseUri( const char *zDefaultVfs, const char *zUri, unsigned int *pFlags, sqlite3_vfs **ppVfs, char **pzFile, char **pzErrMsg ) argument
[all...]

Completed in 542 milliseconds