Home
last modified time | relevance | path

Searched refs:EX_NORMAL (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dmain.c452 char c = EX_NORMAL; in main()
467 case EX_NORMAL: in main()
534 AbortProgram(EX_NORMAL); in main()
536 return EX_NORMAL; in main()
H A Ddefs.h81 #define EX_NORMAL 0 macro
H A Dbundle.c183 c == EX_NORMAL ? "success" : "failure"); in bundle_Notify()
297 bundle_Notify(bundle, EX_NORMAL); in bundle_LayerUp()