Searched refs:mallocstrncpy (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dutils.c105 char *str_line = mallocstrncpy(NULL, str, comma - str + 1);
385 * pointer. Should be used as: "dest = mallocstrncpy(dest, src,
387 char *mallocstrncpy(char *dest, const char *src, size_t n) function
405 return mallocstrncpy(dest, src, (src == NULL) ? 1 :
H A Dchars.c365 chr_mb = mallocstrncpy(NULL, (char *)&chr, 1);
H A Dproto.h711 char *mallocstrncpy(char *dest, const char *src, size_t n);
H A Dsearch.c315 char *word = mallocstrncpy(NULL, found, found_len + 1);
H A Dnano.c202 p->top_data = mallocstrncpy(NULL, top->data, top_x + 1);
H A Dfiles.c2011 tilde_dir = mallocstrncpy(NULL, buf, i + 1);
H A Dtext.c1464 indent_string = mallocstrncpy(indent_string,

Completed in 185 milliseconds