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.c353 DEBUG1(DIR, "OpenDirs_Done: %u entries to remove\n", in OpenDirs_Done()
897 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()
1045 DEBUG1(DIR, " in ${.CURDIR} = %s\n", cur->name); in DirFindDot()
1172 DEBUG1(DIR, "Searching for %s ...", name); in FindFile()
1251 DEBUG1(DIR, " Looking for \"%s\" ...\n", name); in FindFile()
[all …]
H A Dsuff.c400 DEBUG1(SUFF, "Removing suffix \"%s\"\n", suff->name); in SuffixList_Remove()
636 DEBUG1(SUFF, "transformation %s complete\n", gn->name); in Suff_EndTransform()
723 DEBUG1(MAKE, "Setting main node to \"%s\"\n", target->name); in UpdateTarget()
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()
1121 DEBUG1(SUFF, "FindThem: skipping duplicate \"%s\"\n", in FindThem()
1199 DEBUG1(SUFF, "\tusing existing source %s\n", sgn->name); in FindCmds()
1223 DEBUG1(SUFF, "%s...", name); in ExpandWildcards()
1345 DEBUG1(SUFF, "Expanding \"%s\"...", cgn->name); in ExpandChildren()
[all …]
H A Dmeta.c437 DEBUG1(META, "Skipping meta for %s: .SUBMAKE\n", gn->name); in meta_needed()
507 DEBUG1(META, "meta_create: %s\n", fname); in meta_create()
944 DEBUG1(META, "meta_oodate: ignoring path: %s\n", p); in meta_ignore()
951 DEBUG1(META, "meta_oodate: ignoring path: %s\n", p); in meta_ignore()
973 DEBUG1(META, "meta_oodate: ignoring pattern: %s\n", p); in meta_ignore()
992 DEBUG1(META, "meta_oodate: ignoring filtered: %s\n", p); in meta_ignore()
1119 DEBUG1(META, "meta_oodate: %s\n", fname); in meta_oodate()
1401 DEBUG1(META, "meta_oodate: L src %s\n", p); in meta_oodate()
1582 DEBUG1(META, "%s: missing filemon data\n", fname); in meta_oodate()
1597 DEBUG1(META, "%s: required but missing\n", fname); in meta_oodate()
H A Dfor.c277 DEBUG1(FOR, "For: end for %d\n", *forLevel); in For_Accum()
282 DEBUG1(FOR, "For: new loop %d\n", *forLevel); in For_Accum()
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 Djob.c711 DEBUG1(JOB, "JobCondPassSig: signal %d\n", signo); in JobCondPassSig()
792 DEBUG1(JOB, "JobPassSig_suspend passing signal %d to self\n", signo); in JobPassSig_suspend()
881 DEBUG1(JOB, fmt, arg); in ShellWriter_WriteFmt()
1985 DEBUG1(JOB, "Continuing pid %d\n", job->pid); in Job_Continue()
1992 DEBUG1(JOB, "Failed to send SIGCONT to pid %d\n", job->pid); in Job_Continue()
2720 DEBUG1(JOB, "TokenPool_Take: pid %d blocked for token\n", in TokenPool_Take()
2747 DEBUG1(JOB, "TokenPool_Take: pid %d took a token\n", getpid()); in TokenPool_Take()
H A Dmake.c233 DEBUG1(MAKE, "modified before source \"%s\"...", in IsOODateRegular()
326 DEBUG1(MAKE, "source %smade...", in GNode_IsOODate()
1364 DEBUG1(MAKE, "Make_ProcessWait: examine %s\n", pgn->name); in Make_ProcessWait()
1409 DEBUG1(MAKE, "done: errors %d\n", errors); in Make_MakeParallel()
H A Dcompat.c326 DEBUG1(JOB, "Execute: '%s'\n", cmd); in Compat_RunCommand()
555 DEBUG1(MAKE, "Examining %s...", gn->name); in MakeUnmade()
H A Darch.c625 DEBUG1(ARCH, in ArchSVR4Entry()
636 DEBUG1(ARCH, "Could not parse SVR4 name %s\n", inout_name); in ArchSVR4Entry()
H A Dcond.c308 DEBUG1(COND, "\"%s\" does not exist\n", file); in FuncExists()
924 DEBUG1(COND, "CondParser_Eval: %s\n", par.p); in CondEvalExpression()
H A Dparse.c936 DEBUG1(MAKE, "Setting main node to \"%s\"\n", in MaybeUpdateMainTarget()
1703 DEBUG1(PARSE, "ParseDependency(%s)\n", expandedLine); in ParseDependency()
2293 DEBUG1(PARSE, "ParseTraditionalInclude: %s\n", file); in ParseTraditionalInclude()
2323 DEBUG1(PARSE, "ParseGmakeExport: %s\n", variable); in ParseGmakeExport()
H A Dmain.c1785 DEBUG1(VAR, "Capturing the output of command \"%s\"\n", cmd); in Cmd_Exec()
2017 DEBUG1(DIR, "cached_realpath: purging %s\n", he->key); in purge_relative_cached_realpaths()
H A Dmake.h701 #define DEBUG1(module, fmt, arg1) \ macro
H A Dvar.c1343 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 */