Home
last modified time | relevance | path

Searched refs:DEBUG1 (Results 1 – 24 of 24) sorted by relevance

/freebsd/usr.sbin/rmt/
H A Drmt.c58 #define DEBUG1(f,a) if (debug) fprintf(debug, f, a) macro
76 DEBUG1("rmtd: error to open %s\n", *argv); in main()
124 DEBUG1("rmtd: W %s\n", count); in main()
140 DEBUG1("rmtd: R %s\n", count); in main()
180 DEBUG1("rmtd: V %s\n", op); in main()
185 DEBUG1("rmtd: garbage command %c\n", c); in main()
189 DEBUG1("rmtd: A %d\n", rval); in main()
/freebsd/contrib/bmake/
H A Ddir.c897 DEBUG1(DIR, "Expanding \"%s\"... ", pattern); in SearchPath_Expand()
958 DEBUG1(DIR, " %s ...\n", dir->name); in DirLookup()
964 DEBUG1(DIR, " returning %s\n", file); in DirLookup()
983 DEBUG1(DIR, "checking %s ...\n", file); in DirLookupSubdir()
1004 DEBUG1(DIR, " %s ...\n", dir->name); in DirLookupAbs()
1025 DEBUG1(DIR, " returning %s\n", name); in DirLookupAbs()
1172 DEBUG1(DIR, "Searching for %s ...", name); in FindFile()
1251 DEBUG1(DIR, " Looking for \"%s\" ...\n", name); in FindFile()
1455 DEBUG1(DIR, "Caching %s ... not found\n", name); in CacheNewDir()
1459 DEBUG1(DIR, "Caching %s ...\n", name); in CacheNewDir()
[all …]
H A Dsuff.c400 DEBUG1(SUFF, "Removing suffix \"%s\"\n", suff->name); in SuffixList_Remove()
763 DEBUG1(MAKE, in UpdateTarget()
815 DEBUG1(SUFF, "Adding suffix \"%s\"\n", suff->name); in Suff_AddSuffix()
1094 DEBUG1(SUFF, "\ttrying %s...", src->file); in FindThem()
1223 DEBUG1(SUFF, "%s...", name); in ExpandWildcards()
1345 DEBUG1(SUFF, "Expanding \"%s\"...", cgn->name); in ExpandChildren()
1368 DEBUG1(SUFF, "%s...", gn->name); in ExpandChildren()
1430 DEBUG1(SUFF, "suffix is \"%s\"...\n", suff->name); in Suff_FindPath()
1779 DEBUG1(SUFF, "FindDepsRegular \"%s\"\n", gn->name); in FindDepsRegular()
1854 DEBUG1(SUFF, "\tNo valid suffix on %s\n", gn->name); in FindDepsRegular()
[all …]
H A Dmeta.c436 DEBUG1(META, "Skipping meta for %s: .SUBMAKE\n", gn->name); in meta_needed()
506 DEBUG1(META, "meta_create: %s\n", fname); in meta_create()
948 DEBUG1(META, "meta_oodate: ignoring path: %s\n", p); in meta_ignore()
955 DEBUG1(META, "meta_oodate: ignoring path: %s\n", p); in meta_ignore()
977 DEBUG1(META, "meta_oodate: ignoring pattern: %s\n", p); in meta_ignore()
996 DEBUG1(META, "meta_oodate: ignoring filtered: %s\n", p); in meta_ignore()
1123 DEBUG1(META, "meta_oodate: %s\n", fname); in meta_oodate()
1405 DEBUG1(META, "meta_oodate: L src %s\n", p); in meta_oodate()
1586 DEBUG1(META, "%s: missing filemon data\n", fname); in meta_oodate()
1601 DEBUG1(META, "%s: required but missing\n", fname); in meta_oodate()
H A Dtarg.c297 DEBUG1(TARG, "Adding \"%s\" to all targets.\n", gn->name); in Targ_NewInternalNode()
414 DEBUG1(TARG, " .%s", names[i].name); in Targ_PrintType()
H A Dfor.c282 DEBUG1(FOR, "For: end for %d\n", *forLevel); in For_Accum()
287 DEBUG1(FOR, "For: new loop %d\n", *forLevel); in For_Accum()
H A Dmake.c230 DEBUG1(MAKE, "modified before source \"%s\"...", in IsOODateRegular()
323 DEBUG1(MAKE, "source %smade...", in GNode_IsOODate()
1385 DEBUG1(MAKE, "Make_ProcessWait: examine %s\n", pgn->name); in Make_ProcessWait()
1480 DEBUG1(MAKE, "done: errors %d\n", errors); in Make_Run()
H A Djob.c610 DEBUG1(JOB, "JobCondPassSig(%d) called.\n", signo); in JobCondPassSig()
698 DEBUG1(JOB, "JobPassSig passing signal %d to self.\n", signo); in JobPassSig_suspend()
789 DEBUG1(JOB, fmt, arg); in ShellWriter_WriteFmt()
2701 DEBUG1(JOB, "Restarting stopped job pid %d.\n", in JobRestartJobs()
2905 DEBUG1(JOB, "(%d) blocked for token\n", getpid()); in Job_TokenWithdraw()
2932 DEBUG1(JOB, "(%d) withdrew token\n", getpid()); in Job_TokenWithdraw()
H A Dcompat.c322 DEBUG1(JOB, "Execute: '%s'\n", cmd); in Compat_RunCommand()
553 DEBUG1(MAKE, "Examining %s...", gn->name); in MakeUnmade()
H A Darch.c626 DEBUG1(ARCH, in ArchSVR4Entry()
637 DEBUG1(ARCH, "Could not parse SVR4 name %s\n", inout_name); in ArchSVR4Entry()
H A Dparse.c880 DEBUG1(MAKE, "Setting main node to \"%s\"\n", in MaybeUpdateMainTarget()
1645 DEBUG1(PARSE, "ParseDependency(%s)\n", expandedLine); in ParseDependency()
2235 DEBUG1(PARSE, "ParseTraditionalInclude: %s\n", file); in ParseTraditionalInclude()
2265 DEBUG1(PARSE, "ParseGmakeExport: %s\n", variable); in ParseGmakeExport()
H A Dmain.c1779 DEBUG1(VAR, "Capturing the output of command \"%s\"\n", cmd); in Cmd_Exec()
2033 DEBUG1(DIR, "cached_realpath: purging %s\n", he->key); in purge_relative_cached_realpaths()
H A Dmake.h691 #define DEBUG1(module, fmt, arg1) \ macro
H A Dcond.c936 DEBUG1(COND, "CondParser_Eval: %s\n", par.p); in CondEvalExpression()
H A Dvar.c1317 DEBUG1(VAR, "Var_ReadOnly: %s not found\n", name); in Var_ReadOnly()
/freebsd/lib/libc/db/hash/
H A Dhash_buf.c269 #ifdef DEBUG1 in newbuf()
279 #ifdef DEBUG1 in newbuf()
H A Dhash_page.c467 #ifdef DEBUG1 in __add_ovflpage()
480 #ifdef DEBUG1 in __add_ovflpage()
487 #ifdef DEBUG1 in __add_ovflpage()
812 #ifdef DEBUG1 in __free_ovflpage()
H A Dhash_bigkey.c585 #ifdef DEBUG1 in __big_split()
/freebsd/contrib/netbsd-tests/fs/psshfs/
H A Dsshd_config.in8 LogLevel DEBUG1
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dsshd_config.in8 LogLevel DEBUG1
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dwii.dts188 "DEBUG0", "DEBUG1", "DEBUG2", "DEBUG3",
/freebsd/usr.bin/calendar/
H A Dsunpos.c193 #define DEBUG1(y, m, d, hh, mm, pdec, dec) \ macro
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-vicut1.dtsi620 /* DEBUG1 */
H A Dimx6dl-prtmvt.dts769 /* DEBUG1 */