Searched refs:op_len (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmac_expand.c410 size_t op_len; local
429 op_len = strspn(cp, "<>!=?+-*/~&|%"); /* for better diagnostics. */
430 op_strval = mystrndup(cp, op_len);
436 cp += op_len;
447 (int) (op_len + type_len), op_pos);
451 (int) op_len, op_pos, (int) type_len, type_pos);
462 left_op_strval, (int) op_len, op_pos, cp);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c2448 int op_len; /* Length of the operator. */ local
2498 op_len = strlen(work_mbc->equivs[i]);
2499 strncpy(buffer, buf_begin + index, op_len);
2500 buffer[op_len] = '\0';
2503 match_len = op_len;
2511 op_len = strlen(work_mbc->coll_elems[i]);
2512 strncpy(buffer, buf_begin + index, op_len);
2513 buffer[op_len] = '\0';
2517 match_len = op_len;
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c2469 size_t op_len; /* Length of the operator. */ local
2519 op_len = strlen(work_mbc->equivs[i]);
2520 strncpy(buffer, buf_begin + index, op_len);
2521 buffer[op_len] = '\0';
2524 match_len = op_len;
2532 op_len = strlen(work_mbc->coll_elems[i]);
2533 strncpy(buffer, buf_begin + index, op_len);
2534 buffer[op_len] = '\0';
2538 match_len = op_len;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-cr16.c2528 unsigned int op_len, param_len; local
2530 op_len = strlen (op);
2532 memmove (op + op_len, param, param_len);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c1091 unsigned op_len = m_oparms.length (); local
1092 for (unsigned i = 0; i < op_len; i++)
1147 for (unsigned i = 0; i < op_len; i++)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-cr16.c2534 unsigned int op_len, param_len; local
2536 op_len = strlen (op);
2538 memmove (op + op_len, param, param_len);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-cr16.c2528 unsigned int op_len, param_len; local
2530 op_len = strlen (op);
2532 memmove (op + op_len, param, param_len);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.cc1429 unsigned op_len = m_oparms.length (); local
1430 for (unsigned i = 0; i < op_len; i++)
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dcmd_parser.c66 int op_len; member in struct:decode_info
651 return cmd >> (32 - d_info->op_len);
693 cmd >> (32 - d_info->op_len), d_info->name);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dada-lang.c1415 int op_len = strlen (ada_opname_table[k].encoded);
1417 op_len - 1) == 0)
1418 && !isalnum (encoded[i + op_len]))
1422 i += op_len;
1411 int op_len = strlen (ada_opname_table[k].encoded); local

Completed in 387 milliseconds