Searched refs:pzArg (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | reset.c | 79 char const * pzArg = pOD->optArg.argString; in optionResetOpt() local 92 if ((pzArg == NULL) || (*pzArg == NUL)) { in optionResetOpt() 101 if (pzArg[1] == NUL) { in optionResetOpt() 102 if (*pzArg == '*') { in optionResetOpt() 108 succ = opt_find_short(pOpts, (uint8_t)*pzArg, &opt_state); in optionResetOpt() 110 fprintf(stderr, zIllOptChr, pOpts->pzProgPath, *pzArg); in optionResetOpt() 116 succ = opt_find_long(pOpts, (char *)pzArg, &opt_state); in optionResetOpt() 118 fprintf(stderr, zIllOptStr, pOpts->pzProgPath, pzArg); in optionResetOpt()
|