OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:debugv
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
misc.c
1247
/* if the
debugv
list contains the filename in question, we're debugging it */
1254
static char *
debugv
[MAX_DEBUG_NAMES];
variable
1272
if (strcmp(
debugv
[i], name) == 0) {
1279
debugv
[debugc++] = netpgp_strdup(name);
1296
if (strcmp(
debugv
[i], "all") == 0 ||
1297
strcmp(
debugv
[i], name) == 0) {
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026