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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c301 static int parse_file_cmd(sed_cmd_t *sed_cmd, const char *filecmdstr, char **retval) argument
306 while (isspace(filecmdstr[start]))
309 while (filecmdstr[idx] && filecmdstr[idx] != '\n')
313 if (filecmdstr[idx] == '\n')
317 *retval = xstrndup(filecmdstr+start, idx-start+hack+1);

Completed in 113 milliseconds