HomeSort by: relevance | last modified time | path
    Searched defs:STRLENOF (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/include/ac/
string.h 105 #define STRLENOF(s) (sizeof(s)-1)
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb_load.c 50 #define STRLENOF(s) (sizeof(s)-1)
58 #define S(s) s, STRLENOF(s)
77 if (!strncmp(dbuf.mv_data, "VERSION=", STRLENOF("VERSION="))) {
78 version=atoi((char *)dbuf.mv_data+STRLENOF("VERSION="));
84 } else if (!strncmp(dbuf.mv_data, "HEADER=END", STRLENOF("HEADER=END"))) {
86 } else if (!strncmp(dbuf.mv_data, "format=", STRLENOF("format="))) {
87 if (!strncmp((char *)dbuf.mv_data+STRLENOF("FORMAT="), "print", STRLENOF("print")))
89 else if (strncmp((char *)dbuf.mv_data+STRLENOF("FORMAT="), "bytevalue", STRLENOF("bytevalue")))
    [all...]

Completed in 26 milliseconds