Lines Matching refs:ProcessArgs
1059 // Note: ProcessArgs called before process is daemonized, and therefore must open no descriptors1062 mDNSlocal int ProcessArgs(int argc, char *argv[], DaemonInfo *d)3069 if (ProcessArgs(argc, argv, d) < 0) { LogErr("main", "ProcessArgs"); exit(1); }