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

  /src/usr.sbin/makemandb/
makemandb.c 74 secbuff diagnostics; // DIAGNOSTICS member in struct:roff_mandb_rec
1140 append(&rec->diagnostics, string);
1434 pman_parse_node(n, &rec->diagnostics);
1491 rec->diagnostics.data[rec->diagnostics.offset] = 0;
1521 " :diagnostics, :errors, :md5_hash, :machine)";
1596 idx = sqlite3_bind_parameter_index(stmt, ":diagnostics");
1597 rc = sqlite3_bind_text(stmt, idx, rec->diagnostics.data,
1598 rec->diagnostics.offset + 1, NULL)
    [all...]
makemandb.c 74 secbuff diagnostics; // DIAGNOSTICS member in struct:roff_mandb_rec
1140 append(&rec->diagnostics, string);
1434 pman_parse_node(n, &rec->diagnostics);
1491 rec->diagnostics.data[rec->diagnostics.offset] = 0;
1521 " :diagnostics, :errors, :md5_hash, :machine)";
1596 idx = sqlite3_bind_parameter_index(stmt, ":diagnostics");
1597 rc = sqlite3_bind_text(stmt, idx, rec->diagnostics.data,
1598 rec->diagnostics.offset + 1, NULL)
    [all...]

Completed in 26 milliseconds