HomeSort by relevance Sort by last modified time
    Searched defs:own_length (Results 1 - 2 of 2) sorted by null

  /external/ltrace/
type.h 55 int own_length:1; member in struct:arg_type_info::__anon18466::__anon18467
98 * respectively, OWN_INFO and OWN_LENGTH are true, the pointee and
102 struct expr_node *length_expr, int own_length);
read_config_file.c 561 int own_length; local
586 own_length = 1;
594 length = parse_argnum(loc, str, &own_length, 1);
611 own_length = 0;
619 own_length = 0;
631 if (own_length) {
639 length, own_length);
766 int own_length; local
767 struct expr_node *length = parse_argnum(loc, str, &own_length, 0);
776 type_init_array(info, elt_info, own, length, own_length);
    [all...]

Completed in 3626 milliseconds