/freebsd/usr.sbin/rmt/ |
H A D | rmt.c | 58 #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 D | dir.c | 353 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 D | suff.c | 400 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 D | meta.c | 436 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 D | targ.c | 297 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 D | for.c | 282 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 D | make.c | 230 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 D | job.c | 601 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 D | compat.c | 327 DEBUG1(JOB, "Execute: '%s'\n", cmd); in Compat_RunCommand() 558 DEBUG1(MAKE, "Examining %s...", gn->name); in MakeUnmade()
|
H A D | arch.c | 625 DEBUG1(ARCH, in ArchSVR4Entry() 636 DEBUG1(ARCH, "Could not parse SVR4 name %s\n", inout_name); in ArchSVR4Entry()
|
H A D | parse.c | 881 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 D | main.c | 1791 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 D | make.h | 700 #define DEBUG1(module, fmt, arg1) \ macro
|
H A D | cond.c | 934 DEBUG1(COND, "CondParser_Eval: %s\n", par.p); in CondEvalExpression()
|
H A D | var.c | 1318 DEBUG1(VAR, "Var_ReadOnly: %s not found\n", name); in Var_ReadOnly()
|
/freebsd/lib/libc/db/hash/ |
H A D | hash_buf.c | 269 #ifdef DEBUG1 in newbuf() 279 #ifdef DEBUG1 in newbuf()
|
H A D | hash_page.c | 467 #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 D | hash_bigkey.c | 585 #ifdef DEBUG1 in __big_split()
|
/freebsd/contrib/netbsd-tests/fs/psshfs/ |
H A D | sshd_config.in | 8 LogLevel DEBUG1
|
/freebsd/contrib/netbsd-tests/lib/librumphijack/ |
H A D | sshd_config.in | 8 LogLevel DEBUG1
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | wii.dts | 188 "DEBUG0", "DEBUG1", "DEBUG2", "DEBUG3",
|
/freebsd/usr.bin/calendar/ |
H A D | sunpos.c | 193 #define DEBUG1(y, m, d, hh, mm, pdec, dec) \ macro
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6qdl-vicut1.dtsi | 620 /* DEBUG1 */
|
H A D | imx6dl-prtmvt.dts | 769 /* DEBUG1 */
|