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

  /src/usr.bin/finger/
util.c 167 static DB *lldb = NULL; local in function:enter_lastlog
181 lldb = dbopen(_PATH_LASTLOGX, O_RDONLY|O_SHLOCK, 0, DB_HASH, NULL);
188 if (lldb != NULL) {
191 if ((*lldb->get)(lldb, &key, &data, 0) == 0 &&
util.c 167 static DB *lldb = NULL; local in function:enter_lastlog
181 lldb = dbopen(_PATH_LASTLOGX, O_RDONLY|O_SHLOCK, 0, DB_HASH, NULL);
188 if (lldb != NULL) {
191 if ((*lldb->get)(lldb, &key, &data, 0) == 0 &&

Completed in 21 milliseconds