new_c 1111 lib/replace/snprintf.c struct pr_chunk *new_c = (struct pr_chunk *)malloc(sizeof(struct pr_chunk)); new_c 1113 lib/replace/snprintf.c if (!new_c) new_c 1116 lib/replace/snprintf.c new_c->type = 0; new_c 1117 lib/replace/snprintf.c new_c->num = 0; new_c 1118 lib/replace/snprintf.c new_c->min = 0; new_c 1119 lib/replace/snprintf.c new_c->min_star = NULL; new_c 1120 lib/replace/snprintf.c new_c->max = -1; new_c 1121 lib/replace/snprintf.c new_c->max_star = NULL; new_c 1122 lib/replace/snprintf.c new_c->flags = 0; new_c 1123 lib/replace/snprintf.c new_c->cflags = 0; new_c 1124 lib/replace/snprintf.c new_c->start = 0; new_c 1125 lib/replace/snprintf.c new_c->len = 0; new_c 1126 lib/replace/snprintf.c new_c->value = 0; new_c 1127 lib/replace/snprintf.c new_c->fvalue = 0; new_c 1128 lib/replace/snprintf.c new_c->strvalue = NULL; new_c 1129 lib/replace/snprintf.c new_c->pnum = NULL; new_c 1130 lib/replace/snprintf.c new_c->next = NULL; new_c 1132 lib/replace/snprintf.c return new_c;