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

/netbsd-6-1-5-RELEASE/sbin/mount_portal/
H A Dpt_filter.c63 /* Make tempbuff at least as large as buff. */
64 char *tempbuff = malloc(n);; local
65 if (tempbuff == NULL)
68 strncpy(tempbuff, cmdv[0], n);
70 strncat(tempbuff, " ", n - strlen(tempbuff));
71 strncat(tempbuff, cmdv[i], n - strlen(tempbuff));
73 strncat(tempbuff, " ", n - strlen(tempbuff));
[all...]

Completed in 98 milliseconds