Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/cpio/
HDcmdline.c112 const struct option *popt, *match = NULL, *match2 = NULL; in cpio_getopt() local
217 for (popt = cpio_longopts; popt->name != NULL; popt++) { in cpio_getopt()
219 if (popt->name[0] != opt_word[0]) in cpio_getopt()
222 if (strncmp(opt_word, popt->name, optlength) == 0) { in cpio_getopt()
224 match = popt; in cpio_getopt()
226 if (strlen(popt->name) == optlength) { in cpio_getopt()
/NextBSD/contrib/libarchive/tar/
HDcmdline.c200 const struct bsdtar_option *popt, *match = NULL, *match2 = NULL; in bsdtar_getopt() local
342 for (popt = tar_longopts; popt->name != NULL; popt++) { in bsdtar_getopt()
344 if (popt->name[0] != bsdtar->getopt_word[0]) in bsdtar_getopt()
347 if (strncmp(bsdtar->getopt_word, popt->name, optlength) == 0) { in bsdtar_getopt()
349 match = popt; in bsdtar_getopt()
351 if (strlen(popt->name) == optlength) { in bsdtar_getopt()
/NextBSD/sys/contrib/ngatm/netnatm/sig/
HDsig_uni.c626 config->popt = 0; in uni_get_config()
628 config->popt |= UNIPROTO_GFP; in uni_get_config()
638 config->popt |= UNIPROTO_SB_TB; in uni_get_config()
680 if (config->popt & UNIPROTO_GFP) { in uni_set_config()
691 uni->sb_tb = ((config->popt & UNIPROTO_SB_TB) != 0); in uni_set_config()
HDunidef.h119 uint32_t popt; /* protocol option */ member
/NextBSD/contrib/dialog/
HDCHANGES1465 begins with "--". This is apparently one of popt's undocumented
/NextBSD/contrib/binutils/gas/config/
HDtc-arm.c5503 #define po_imm_or_fail(min, max, popt) do { \ in parse_operands() argument
5504 if (parse_immediate (&str, &val, min, max, popt) == FAIL) \ in parse_operands()