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.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.c601 DEBUG1(JOB, "JobCondPassSig(%d) called.\n", signo); in JobCondPassSig()
689 DEBUG1(JOB, "JobPassSig_suspend passing signal %d to self.\n", signo); in JobPassSig_suspend()
780 DEBUG1(JOB, fmt, arg);
2586 DEBUG1(JOB, "Restarting stopped job pid %d.\n",
2784 DEBUG1(JOB, "(%d) blocked for token\n", getpid());
2813 DEBUG1(JOB, "(%d) withdrew token\n", getpid()); in Job_ServerStart()
H A Dcompat.c327 DEBUG1(JOB, "Execute: '%s'\n", cmd); in Compat_RunCommand()
558 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 Dparse.c881 DEBUG1(MAKE, "Setting main node to \"%s\"\n", in MaybeUpdateMainTarget()
1646 DEBUG1(PARSE, "ParseDependency(%s)\n", expandedLine); in ParseDependency()
2236 DEBUG1(PARSE, "ParseTraditionalInclude: %s\n", file); in ParseTraditionalInclude()
2266 DEBUG1(PARSE, "ParseGmakeExport: %s\n", variable); in ParseGmakeExport()
H A Dmain.c1791 DEBUG1(VAR, "Capturing the output of command \"%s\"\n", cmd); in Cmd_Exec()
2023 DEBUG1(DIR, "cached_realpath: purging %s\n", he->key); in execDie()
H A Dmake.h700 #define DEBUG1(module, fmt, arg1) \ macro
H A Dcond.c934 DEBUG1(COND, "CondParser_Eval: %s\n", par.p); in CondEvalExpression()
H A Dvar.c1318 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 */