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

/macosx-10.10.1/nano-12/src/
H A Dutils.c105 char *str_line = mallocstrncpy(NULL, str, comma - str + 1); local
106 str_line[comma - str] = '\0';
108 if (str_line[0] != '\0' && !parse_num(str_line, line))
111 free(str_line);

Completed in 169 milliseconds