Searched refs:FOLLOWFORKS (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/usr.bin/truss/
H A Dtruss.h31 #define FOLLOWFORKS 0x00000001 macro
H A Dmain.c109 trussinfo->flags |= FOLLOWFORKS;
H A Dsetup.c248 if (info->flags & FOLLOWFORKS)
515 if (info->flags & (FOLLOWFORKS | DISPLAYTIDS)) {
516 if (info->flags & FOLLOWFORKS)
518 if ((info->flags & (FOLLOWFORKS | DISPLAYTIDS)) ==
519 (FOLLOWFORKS | DISPLAYTIDS))

Completed in 89 milliseconds