Searched refs:oplist (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | parseipfexpr.c | 41 int not, items, asize, *oplist, osize, i; local 48 oplist = NULL; 127 if (oplist == NULL) 128 oplist = calloc(1, sizeof(int) * (asize + 2)); 130 oplist = realloc(oplist, sizeof(int) * (asize + 2)); 131 if (oplist == NULL) { 135 ipfe = (ipfexp_t *)(oplist + osize); 175 oplist[osize++] = addr.in4.s_addr; 176 oplist[osize++] = mask.in4.s_addr; 204 oplist[osize++] = addr.i6[0]; [all …]
|
| /netbsd-src/bin/pax/ |
| H A D | pax.h | 232 typedef struct oplist { struct 235 struct oplist *fow; /* next option */ argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-code-entry-handler.cc | 107 const BrigOperandOperandList &oplist in build_tree_operand() local 109 const BrigData *data = m_parent.get_brig_data_entry (oplist.elements); in build_tree_operand() 140 const BrigOperandCodeList &oplist in build_tree_operand() local 142 const BrigData *data = m_parent.get_brig_data_entry (oplist.elements); in build_tree_operand()
|
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | libdwarf_frame.c | 1127 Dwarf_Frame_Op *oplist; in _dwarf_frame_get_fop() local 1136 if ((oplist = calloc(count, sizeof(Dwarf_Frame_Op))) == NULL) { in _dwarf_frame_get_fop() 1142 oplist, NULL, error); in _dwarf_frame_get_fop() 1144 free(oplist); in _dwarf_frame_get_fop() 1148 *ret_oplist = oplist; in _dwarf_frame_get_fop()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | cgram.y | 276 designator_list designator xasm oplist oper cnstr funtype 1011 xasm: ':' oplist { $$ = xcmop($2, NULL, NULL); } 1012 | ':' oplist ':' oplist { $$ = xcmop($2, $4, NULL); } 1013 | ':' oplist ':' oplist ':' cnstr { $$ = xcmop($2, $4, $6); } 1016 oplist: /* nothing */ { $$ = NULL; }
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | cgram.y | 249 designator_list designator xasm oplist oper cnstr 1018 xasm: ':' oplist { $$ = xcmop($2, NIL, NIL); } 1019 | ':' oplist ':' oplist { $$ = xcmop($2, $4, NIL); } 1020 | ':' oplist ':' oplist ':' cnstr { $$ = xcmop($2, $4, $6); } 1023 oplist: /* nothing */ { $$ = NIL; }
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/ |
| H A D | x86_64-defs.m4 | 335 define(`regnum',`x86_lookup(`$1',oplist)') 338 define(`oplist',
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | aspell.en.pws | 1461 oplist
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | ChangeLog | 2616 * mpn/x86_64/x86_64-defs.m4 (oplist): Fix typo. 3674 * mpn/x86_64/x86_64-defs.m4 (oplist): New define, data from `regnum'. 3675 (regnum): Use x86_lookup, feed oplist.
|