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

  /src/usr.sbin/makemandb/
apropos-utils.h 110 int run_query(sqlite3 *, query_format, query_args *);
apropos.c 254 rc = run_query(db, aflags.format, &args);
295 * Callback function for run_query.
296 * It simply outputs the results from run_query. If the user specified the -p
apropos-utils.c 857 * It internally calls run_query only, but it first passes the output to its
1150 run_query(sqlite3 *db, query_format fmt, query_args *args) function in typeref:typename:int

Completed in 13 milliseconds