Home
last modified time | relevance | path

Searched defs:new_attr (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/less/dist/
H A Dline.c101 char *new_attr = (char *) realloc(attr, new_size); in expand_linebuf() local
104 char *new_attr = (char *) calloc(new_size, sizeof(char)); in expand_linebuf() local
/minix3/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_att.c125 X509_ATTRIBUTE *new_attr = NULL; in STACK_OF() local