Lines Matching full:optarg
914 if (!getSizeTArg(optctx.optarg, &pid, 1)) {
917 optctx.optarg);
927 if (optctx.optarg &&
928 !getSizeTArg(optctx.optarg, &dummy, 1)) {
931 optctx.optarg);
952 setId = (optctx.optarg && optctx.optarg[0]) ? optctx.optarg
981 if (strspn(optctx.optarg, "0123456789") !=
982 strlen(optctx.optarg)) {
983 char* cp = parseTime(tail_time, optctx.optarg);
987 optctx.optarg);
997 ret, optctx.optarg, c, cp + 1);
1002 if (!getSizeTArg(optctx.optarg, &tail_lines, 1)) {
1006 ret, optctx.optarg);
1018 context->regex = new pcrecpp::RE(optctx.optarg);
1022 if (!getSizeTArg(optctx.optarg, &context->maxCount)) {
1026 ret, optctx.optarg);
1032 if (!optctx.optarg) {
1040 if (strtoll(optctx.optarg, &cp, 0) > 0) {
1041 setLogSize = strtoll(optctx.optarg, &cp, 0);
1074 if (!optctx.optarg) {
1081 setPruneList = optctx.optarg;
1086 strdup(optctx.optarg), free);
1150 tail_time = lastLogTime(optctx.optarg);
1153 context->outputFileName = optctx.optarg;
1157 if (!getSizeTArg(optctx.optarg, &context->logRotateSizeKBytes,
1161 optctx.optarg);
1167 if (!getSizeTArg(optctx.optarg, &context->maxRotatedLogs, 1)) {
1170 optctx.optarg);
1176 if (!strcmp(optctx.optarg, "help") ||
1177 !strcmp(optctx.optarg, "--help")) {
1183 strdup(optctx.optarg), free);