HomeSort by: relevance | last modified time | path
    Searched defs:op_str (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/trace/
trace.c 92 char *op_str = NULL; local
94 (void)trace_op2str( op, &op_str );
108 op->o_log_prefix, op_str,
119 char *op_str = NULL; local
121 (void)trace_op2str( op, &op_str );
162 op_str,
  /src/external/mit/isl/dist/
isl_ast.c 2145 char *op_str[isl_ast_expr_op_last + 1]; member in struct:isl_ast_expr_op_names
2167 free(names->op_str[i]);
2259 free(names->op_str[type]);
2260 names->op_str[type] = strdup(name);
2292 if (names && names->op_str[type])
2293 return names->op_str[type];
2472 static char *op_str[] = { variable
2572 p = isl_printer_print_str(p, op_str[op]);
2632 #define KEY_STR op_str

Completed in 50 milliseconds