Lines Matching refs:tmp_entry
774 char path[MAXPATHLEN], tmp_entry[ENTRY_MAX];
851 if (snprintf(tmp_entry, ENTRY_MAX, "%s %d %d",
859 if (cat_and_count(&hdrbuf, tmp_entry)) {
891 (void) snprintf(tmp_entry, ENTRY_MAX,
893 if (cat_and_count(&hdrbuf, tmp_entry)) {
934 char path[PATH_MAX], tmp_entry[ENTRY_MAX],
1000 entry_size = sprintf(tmp_entry,
1004 if (write(list_fd, tmp_entry,
1084 entry_size = sprintf(tmp_entry,
1088 if (write(list_fd, tmp_entry,
1100 entry_size = sprintf(tmp_entry, "\n%s", SIGNATURE_FILENAME);
1101 if (write(list_fd, tmp_entry, entry_size) != entry_size) {
1115 (void) sprintf(tmp_entry, "%s -ocD -C %d",
1118 (void) sprintf(tmp_entry, "%s -oc -C %d",
1128 (void) sprintf(tmp_entry, "%s -ocDL -C %d",
1131 (void) sprintf(tmp_entry, "%s -ocL -C %d",
1153 if (n = esystem(tmp_entry, list_fd, ds_fd)) {
1156 logerr(pkg_gt(MSG_CMDFAIL), tmp_entry, n);