Lines Matching refs:tempstr
163 char tempstr[BUFSIZE]; in create_share_cmd() local
173 sprintf(tempstr, "-F %s ", new_entry->fstype); in create_share_cmd()
174 strlcat(cmd, tempstr, BUFSIZE); in create_share_cmd()
177 sprintf(tempstr, "-o %s ", new_entry->options); in create_share_cmd()
178 strlcat(cmd, tempstr, BUFSIZE); in create_share_cmd()
181 sprintf(tempstr, "-d %s ", in create_share_cmd()
183 strlcat(cmd, tempstr, BUFSIZE); in create_share_cmd()
185 sprintf(tempstr, "%s\n", new_entry->path); in create_share_cmd()
186 strlcat(cmd, tempstr, BUFSIZE); in create_share_cmd()
188 sprintf(tempstr, " %s", strchr(temp_line, '#')); in create_share_cmd()
189 strlcat(cmd, tempstr, BUFSIZE); in create_share_cmd()