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

/freebsd-10.3-release/usr.bin/sed/
H A Dmain.c128 char *temp_arg; local
150 if ((temp_arg = malloc(strlen(optarg) + 2)) == NULL)
152 strcpy(temp_arg, optarg);
153 strcat(temp_arg, "\n");
154 add_compunit(CU_STRING, temp_arg);

Completed in 26 milliseconds