Home
last modified time | relevance | path

Searched refs:popt (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/libarchive/cat/
H A Dcmdline.c118 const struct bsdcat_option *popt, *match = NULL, *match2 = NULL; in bsdcat_getopt() local
226 for (popt = tar_longopts; popt->name != NULL; popt++) { in bsdcat_getopt()
228 if (popt->name[0] != bsdcat->getopt_word[0]) in bsdcat_getopt()
231 if (strncmp(bsdcat->getopt_word, popt->name, optlength) == 0) { in bsdcat_getopt()
233 match = popt; in bsdcat_getopt()
235 if (strlen(popt->name) == optlength) { in bsdcat_getopt()
/dragonfly/contrib/libarchive/cpio/
H A Dcmdline.c118 const struct option *popt, *match = NULL, *match2 = NULL; in cpio_getopt() local
223 for (popt = cpio_longopts; popt->name != NULL; popt++) { in cpio_getopt()
225 if (popt->name[0] != opt_word[0]) in cpio_getopt()
228 if (strncmp(opt_word, popt->name, optlength) == 0) { in cpio_getopt()
230 match = popt; in cpio_getopt()
232 if (strlen(popt->name) == optlength) { in cpio_getopt()
/dragonfly/contrib/libarchive/tar/
H A Dcmdline.c220 const struct bsdtar_option *popt, *match = NULL, *match2 = NULL; in bsdtar_getopt() local
362 for (popt = tar_longopts; popt->name != NULL; popt++) { in bsdtar_getopt()
364 if (popt->name[0] != bsdtar->getopt_word[0]) in bsdtar_getopt()
367 if (strncmp(bsdtar->getopt_word, popt->name, optlength) == 0) { in bsdtar_getopt()
369 match = popt; in bsdtar_getopt()
371 if (strlen(popt->name) == optlength) { in bsdtar_getopt()
/dragonfly/bin/sh/
H A Dexec.c213 padvance(const char **path, const char **popt, const char *name) in padvance() argument
222 if (popt != NULL) in padvance()
238 if (popt != NULL) { in padvance()
240 *popt = ++p; in padvance()
243 *popt = NULL; in padvance()
/dragonfly/contrib/cryptsetup/
H A Dconfig.h.in74 /* Define to 1 if you have the `popt' library (-lpopt). */
/dragonfly/contrib/dialog/
H A DCHANGES2091 begins with "--". This is apparently one of popt's undocumented