Searched refs:infov (Results 1 – 2 of 2) sorted by relevance
84 infov("\t prog: \"%s\"", argv[0]); in spawn_child()86 infov("\t arg[%d]: %s", i, argv[i]); in spawn_child()152 infov("\tspawned child PID: %d", child->pid); in spawn_child()242 infov("Child Sleeping!"); in child_main_loop()247 infov("Child exiting!"); in child_main_loop()415 infov("Waiting for child..."); in main()
134 #define infov(fmt, ...) \ macro