Home
last modified time | relevance | path

Searched refs:OPTST_ALLOC_ARG (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dtime.c55 if (od->fOptState & OPTST_ALLOC_ARG) { in optionTimeVal()
57 od->fOptState &= ~OPTST_ALLOC_ARG; in optionTimeVal()
122 if (od->fOptState & OPTST_ALLOC_ARG) { in optionTimeDate()
124 od->fOptState &= ~OPTST_ALLOC_ARG; in optionTimeDate()
H A Dfile.c109 if ((pOD->fOptState & OPTST_ALLOC_ARG) != 0) in open_file_fd()
115 pOD->fOptState &= ~OPTST_ALLOC_ARG; in open_file_fd()
133 if ((pOD->fOptState & OPTST_ALLOC_ARG) != 0) in fopen_file_fp()
139 pOD->fOptState &= ~OPTST_ALLOC_ARG; in fopen_file_fp()
H A Dboolean.c82 if (od->fOptState & OPTST_ALLOC_ARG) { in optionBooleanVal()
84 od->fOptState &= ~OPTST_ALLOC_ARG; in optionBooleanVal()
H A Drestore.c58 if (pOD->fOptState & OPTST_ALLOC_ARG) { in fixupSavedOptionArgs()
178 if (p->fOptState & OPTST_ALLOC_ARG) { in optionFree()
181 p->fOptState &= ~OPTST_ALLOC_ARG; in optionFree()
H A Dnumeric.c155 if (od->fOptState & OPTST_ALLOC_ARG) { in optionNumericVal()
157 od->fOptState &= ~OPTST_ALLOC_ARG; in optionNumericVal()
H A Denv.c119 os->flags = OPTST_PRESET | OPTST_ALLOC_ARG | os->pOD->fOptState; in do_env_opt()
174 os->flags |= OPTST_ALLOC_ARG; in do_env_opt()
H A Dload.c513 opt_state->flags |= OPTST_ALLOC_ARG; in load_opt_line()
521 opt_state->flags |= OPTST_ALLOC_ARG; in load_opt_line()
H A Denum.c309 if (pOD->fOptState & OPTST_ALLOC_ARG) { in optionEnumerationVal()
311 pOD->fOptState &= ~OPTST_ALLOC_ARG; in optionEnumerationVal()
H A Dautoopts.c110 if (od->fOptState & OPTST_ALLOC_ARG) in handle_opt()
H A Dmakeshell.c294 if (od->fOptState & OPTST_ALLOC_ARG) { in text_to_var()
296 od->fOptState &= ~OPTST_ALLOC_ARG; in text_to_var()
H A Dputshell.c268 if (pOD->fOptState & OPTST_ALLOC_ARG) in print_enumeration()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h226 #define OPTST_ALLOC_ARG 0x0000040U macro