HomeSort by: relevance | last modified time | path
    Searched refs:EXISTS (Results 1 - 18 of 18) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb_err.et 13 #error_code INUSE, "Entry already exists in database"
23 error_code EXISTS, "Entry already exists in database"
31 error_code WRONG_REALM, "The principal exists in another realm."
  /src/external/bsd/tcpdump/dist/cmake/Modules/
FindPCAP.cmake 132 if(EXISTS "/etc/debian_version") # is this a debian system ?
162 if(EXISTS "${_prefix_dir}/${_lib_dir}")
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 253 AND EXISTS(SELECT 1 FROM atf_test_cases_multivalues AS aux
264 AND EXISTS(SELECT 1 FROM atf_test_cases_multivalues AS aux
275 AND EXISTS(SELECT 1 FROM atf_test_cases_multivalues AS aux
286 AND EXISTS(SELECT 1 FROM atf_test_cases_multivalues AS aux
297 AND EXISTS(SELECT 1 FROM atf_test_cases_multivalues AS aux
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 154 EXISTS = 350,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 158 EXISTS = 350,
conflex.c 949 return EXISTS;
parse.c 2587 * EXISTS OPTION-NAME
2756 case EXISTS:
2775 mapSet(expr, nexp, "exists");
3493 mapSet(expr, nexp, "variable-exists");
5288 /* add a data too assuming at least one suboption exists */
5713 mapContains(expr, "exists") ||
5714 mapContains(expr, "variable-exists") ||
6044 if (mapContains(expr, "exists"))
6070 if (mapContains(expr, "variable-exists"))
  /src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c 83 #define EXISTS(header) \
458 EXISTS(header) && !ANCIENT(header))
463 EXISTS(header) && !ANCIENT(header))
533 } else if (EXISTS(header) && !ANCIENT(header)) {
879 } else if (EXISTS(header) && !ANCIENT(header)) {
1264 } else if (EXISTS(header) && !ANCIENT(header)) {
1400 } else if (EXISTS(header) && !ANCIENT(header)) {
qpcache.c 66 #define EXISTS(header) \
890 if (!EXISTS(header) || !STATCOUNT(header)) {
1337 EXISTS(header) && !ANCIENT(header))
1342 EXISTS(header) && !ANCIENT(header))
1411 } else if (EXISTS(header) && !ANCIENT(header)) {
1754 } else if (EXISTS(header) && !ANCIENT(header)) {
2138 } else if (EXISTS(header) && !ANCIENT(header)) {
2271 } else if (EXISTS(header) && !ANCIENT(header)) {
2912 if (topheader != NULL && EXISTS(topheader) &&
3650 * If argv[0] exists, it points to a memory context to use for hea
    [all...]
rbt-zonedb.c 69 #define EXISTS(header) \
348 !IGNORE(header) && EXISTS(header))
488 * search for it. If the wildcard node exists, and is active in
513 !IGNORE(header) && EXISTS(header) &&
572 !IGNORE(header) && EXISTS(header) &&
1646 "addnode: NSEC node already exists");
rbtdb.c 69 #define EXISTS(header) \
292 if (!EXISTS(header) || !STATCOUNT(header)) {
961 * current no longer exists, so we can
2646 if (topheader != NULL && EXISTS(topheader) &&
3591 if (header != NULL && EXISTS(header)) {
3911 * If argv[0] exists, it points to a memory context to use for heap
  /src/external/gpl2/xcvs/dist/diff/
libdiff.mak 238 !IF EXISTS("libdiff.dep")
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 35 EXISTS,
441 Full path to the node for the alias named 'name', if it exists
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 293 #define EXISTS(header) \
897 return (EXISTS(header) && STATCOUNT(header));
1763 * current no longer exists, so we can
2827 * level exists in the database, and has its 'find_callback'
2831 * must ensure that "sub.example." exists and is marked as
3411 !IGNORE(header) && EXISTS(header))
3480 !IGNORE(header) && EXISTS(header))
3511 !IGNORE(header) && EXISTS(header))
3576 * search for it. If the wildcard node exists, and is active in
3600 !IGNORE(header) && EXISTS(header) &
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
libcvs.mak 395 !IF EXISTS("libcvs.dep")
  /src/external/mpl/dhcp/dist/common/
conflex.c 971 return EXISTS;
parse.c 3439 * EXISTS OPTION-NAME
3645 case EXISTS:
  /src/external/public-domain/sqlite/dist/
sqlite3.c 1087 ** if such a lock exists and false otherwise.
1500 ** mode database and there exists at least one client in another process that
1712 ** be created, and that it is an error if it already exists.
1824 ** simply checks whether the file exists.
3886 ** the open to fail if the database already exists. The SQLITE_OPEN_EXCLUSIVE
4089 ** parameter if it exists or a NULL pointer if P does not appear as a
4719 ** be false. ^Similarly, a CREATE TABLE IF NOT EXISTS statement is a
4720 ** read-only no-op if the table already exists, but
6750 ** that exists for backwards compatibility of legacy applications and should
7369 ** column exists. ^The sqlite3_table_column_metadata() interface return
59324 int exists; local
61858 int exists = 1; \/* True if a journal file is present *\/ local
99824 int exists; local
    [all...]

Completed in 112 milliseconds