Searched refs:pz (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/sntp/
H A Dsntp-opts.c1065 static char * AO_gettext(char const * pz);
1074 * @param[in] pz the input text used as a lookup key.
1079 AO_gettext(char const * pz) argument
1082 if (pz == NULL)
1091 res = dgettext("libopts", pz);
1092 if (res == pz)
1093 res = (char *)VOIDP(_(pz));
1095 res = (char *)VOIDP(_(pz));
1097 res = (char *)VOIDP(_(pz));
1099 if (res == pz)
[all...]
H A Dconfigure24333 char * pz = pathfind( getenv( "PATH" ), "sh", "x" );
24334 return (pz == 0) ? 1 : 0;
24411 char *pz = realpath(argv[0], zPath);
24412 return (pz == zPath) ? 0 : 1;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpd-opts.c1418 static char * AO_gettext(char const * pz);
1427 * @param[in] pz the input text used as a lookup key.
1432 AO_gettext(char const * pz) argument
1435 if (pz == NULL)
1444 res = dgettext("libopts", pz);
1445 if (res == pz)
1446 res = (char *)VOIDP(_(pz));
1448 res = (char *)VOIDP(_(pz));
1450 res = (char *)VOIDP(_(pz));
1452 if (res == pz)
[all...]
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen-opts.c1199 static char * AO_gettext(char const * pz);
1208 * @param[in] pz the input text used as a lookup key.
1213 AO_gettext(char const * pz) argument
1216 if (pz == NULL)
1225 res = dgettext("libopts", pz);
1226 if (res == pz)
1227 res = (char *)VOIDP(_(pz));
1229 res = (char *)VOIDP(_(pz));
1231 res = (char *)VOIDP(_(pz));
1233 if (res == pz)
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dusage.c586 char const * pz; local
589 pz = (opts->structVersion >= 30 * 4096)
596 pz = (opts->structVersion >= 30 * 4096)
603 if (((opts->fOptSet & OPTPROC_COMPUTE) == 0) && (pz != NULL)) {
605 optionPrintParagraphs(pz, true, option_usage_fp);
607 fputs(pz, option_usage_fp);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c225 int pz; member in struct:zisofs
250 int pz; member in struct:zisofs
295 int pz; member in struct:file_info
1354 iso9660->entry_zisofs.pz = file->pz;
1355 if (file->pz) {
1696 if (iso9660->entry_zisofs.pz)
2646 file->pz = 1;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1070 int pz = 0;
1071 uptr pzl = sizeof(pz);
1073 int rv = internal_sysctl(mib, 2, &pz, &pzl, nullptr, 0);
1075 return (uptr)pz;
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h11779 ** current document. If successful, (*pz) is set to point to a buffer
11783 ** of (*pz) and (*pn) are undefined.
11974 int (*xColumnText)(Fts5Context*, int iCol, const char **pz, int *pn);
H A Dsqlite3.c12842 ** current document. If successful, (*pz) is set to point to a buffer
12846 ** of (*pz) and (*pn) are undefined.
13037 int (*xColumnText)(Fts5Context*, int iCol, const char **pz, int *pn);
28356 sqlite3SetString(char **pz, sqlite3 *db, const char *zNew) argument
163003 getToken(const unsigned char **pz) argument
170815 fts3Appendf( int *pRc, char **pz, const char *zFormat, ... ) argument
178610 stem( char **pz, const char *zFrom, const char *zTo, int (*xCond)(const char*) ) argument
185297 fts3Getint(const char **pz) argument
199467 rbuDeltaGetInt(const char **pz, int *pLen) argument
201303 char **pz = &p->zErrmsg; local
216343 fts5ExprGetToken( Fts5Parse *pParse, const char **pz, Fts5Token *pToken ) argument
217730 fts5ParseStringFromToken(Fts5Token *pToken, char **pz) argument
228351 fts5ApiColumnText( Fts5Context *pCtx, int iCol, const char **pz, int *pn ) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c18834 ** Store the string in memory obtained from sqliteMalloc() and make *pz
18837 SQLITE_PRIVATE void sqlite3SetString(char **pz, sqlite3 *db, const char *zFormat, ...){ argument
18844 sqlite3DbFree(db, *pz);
18845 *pz = z;
59095 char **pz = &p->aOp[p->nOp-1].zComment; local
59109 char **pz = &p->aOp[p->nOp-1].zComment; local
114913 fts3Appendf( int *pRc, char **pz, const char *zFormat, ... ) argument
121156 stem( char **pz, const char *zFrom, const char *zTo, int (*xCond)(const char*) ) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1181 48/9pz+9DHzssIIq9l4jAyN42GQ0Mt60+TUybtWm9UZxfOxWRSekHm5YW/TyiJg6

Completed in 1242 milliseconds

12