Home
last modified time | relevance | path

Searched refs:has_mktemp (Results 1 – 9 of 9) sorted by relevance

/dports/devel/rcs57/rcs-5.7/src/
H A Drcsfnms.c260 #if has_mktemp
288 # if has_mktemp
297 # if has_mktemp
H A Drcsedit.c1511 # if has_mktemp
1518 # if has_mktemp
1530 # if has_mktemp
H A Dconf.heg174 #define has_mktemp 0 /* Does mktemp() work? */
370 #if has_mktemp
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h540 lives_checkstatus_t has_mktemp; member
H A Dmachinestate.c3180 if (!check_for_executable(&capable->has_mktemp, EXEC_MKTEMP)) return NULL;
H A Dsaveplay.c5236 if (!check_for_executable(&capable->has_mktemp, EXEC_MKTEMP)) {
5284 if (!check_for_executable(&capable->has_mktemp, EXEC_MKTEMP)) {
H A Dplugins.c3733 if (!check_for_executable(&capable->has_mktemp, EXEC_MKTEMP)) { in plugin_run_param_window()
H A Dcallbacks.c775 if (!check_for_executable(&capable->has_mktemp, EXEC_MKTEMP)) { in on_open_utube_activate()
7136 if (!check_for_executable(&capable->has_mktemp, EXEC_MKTEMP)) {
/dports/devel/rcs/rcs-5.10.0/src/
H A DChangeLog7928 * rcsedit.c: Do s/has_mktemp/defined HAVE_MKTEMP/g.