Searched refs:pMode (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/sntp/libopts/ |
| D | configfile.c | 1160 parse_attrs(tOptions * opts, char const * txt, tOptionLoadMode * pMode, in parse_attrs() argument 1192 *pMode = OPTION_LOAD_COOKED; in parse_attrs() 1200 *pMode = OPTION_LOAD_UNCOOKED; in parse_attrs() 1208 *pMode = OPTION_LOAD_KEEP; in parse_attrs()
|
| D | proto.h | 91 parse_attrs(tOptions * opts, char const * txt, tOptionLoadMode * pMode,
|
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | shell.c | 10716 u32 *pMode, /* OUT: Mode value */ in zipfileGetMode() argument 10746 *pMode = mode; in zipfileGetMode() 11272 sqlite3_value *pMode = 0; in zipfileStep() local 11309 pMode = apVal[1]; in zipfileStep() 11364 rc = zipfileGetMode(pMode, bIsDir, &mode, &zErr); in zipfileStep()
|
| D | sqlite3.c | 44151 mode_t *pMode, /* OUT: Permissions of zFile */ 44158 *pMode = sStat.st_mode & 0777; 44191 mode_t *pMode, /* OUT: Permissions to open file with */ 44196 *pMode = 0; 44226 rc = getFileMode(zDb, pMode, pUid, pGid); 44232 *pMode = 0600; 44240 rc = getFileMode(z, pMode, pUid, pGid);
|