Lines Matching defs:poptl
250 const struct DEFOPTION *poptl;
266 poptl = optionlist;
267 while (poptl->name && strcmp(poptl->name,opt))
268 poptl++;
269 if (poptl->name) {
270 if ((poptl->flags & FLGOPT_BOGUS)
273 if ((poptl->flags & FLGOPT_OCTAL)
280 if (poptl->flags & FLGOPT_DECIMAL) {
281 if ((poptl->flags & FLGOPT_OPTIONAL) && !val)
292 if ((poptl->flags & FLGOPT_STRING)
296 switch (poptl->type) {
370 poptl->name);
532 poptl->name);
535 if ((poptl->flags & FLGOPT_APPEND)
536 && (ntfs_strappend(&ret, poptl->name)