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

  /src/usr.sbin/services_mkdb/
output_db.c 58 static const HASHINFO hinfo = { variable in typeref:typename:const HASHINFO
75 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo);
uniq.c 45 static const HASHINFO hinfo = { variable in typeref:typename:const HASHINFO
76 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL)
output_db.c 58 static const HASHINFO hinfo = { variable in typeref:typename:const HASHINFO
75 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH), DB_HASH, &hinfo);
uniq.c 45 static const HASHINFO hinfo = { variable in typeref:typename:const HASHINFO
76 if ((db = dbopen(NULL, O_RDWR, 0, DB_HASH, &hinfo)) == NULL)

Completed in 108 milliseconds