Searched refs:popt (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/cpio/
H A Dcmdline.c106 const struct option *popt, *match = NULL, *match2 = NULL; local
211 for (popt = cpio_longopts; popt->name != NULL; popt++) {
213 if (popt->name[0] != opt_word[0])
216 if (strncmp(opt_word, popt->name, optlength) == 0) {
218 match = popt;
220 if (strlen(popt->name) == optlength) {
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dcmdline.c186 const struct option *popt, *match = NULL, *match2 = NULL; local
328 for (popt = tar_longopts; popt->name != NULL; popt++) {
330 if (popt->name[0] != opt_word[0])
333 if (strncmp(opt_word, popt->name, optlength) == 0) {
335 match = popt;
337 if (strlen(popt->name) == optlength) {
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c626 config->popt = 0;
628 config->popt |= UNIPROTO_GFP;
638 config->popt |= UNIPROTO_SB_TB;
680 if (config->popt & UNIPROTO_GFP) {
691 uni->sb_tb = ((config->popt & UNIPROTO_SB_TB) != 0);
H A Dunidef.h119 uint32_t popt; /* protocol option */ member in struct:uni_config
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c5484 #define po_imm_or_fail(min, max, popt) do { \
5485 if (parse_immediate (&str, &val, min, max, popt) == FAIL) \

Completed in 144 milliseconds