Home
last modified time | relevance | path

Searched refs:LIVES_DIR_SEP (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dstartup.c333 size_t chklen = strlen(LIVES_DEF_WORK_NAME) + strlen(LIVES_DIR_SEP) * 2; in check_workdir_valid()
358 LIVES_DIR_SEP LIVES_DEF_WORK_NAME LIVES_DIR_SEP, chklen))) { in check_workdir_valid()
H A Dutils.c3173 …ives_snprintf(filename, PATH_MAX, "%s%s", (tmp = lives_path_get_dirname(filename)), LIVES_DIR_SEP); in get_dirname()
3353 size_t dslen = strlen(LIVES_DIR_SEP); in ensure_isdir()
3360 tmp2 = subst(tmp, LIVES_DIR_SEP LIVES_DIR_SEP, LIVES_DIR_SEP); in ensure_isdir()
3379 while (offs >= 0 && !strncmp(fname + offs, LIVES_DIR_SEP, dslen)) offs -= dslen; in ensure_isdir()
3385 fname = strncat(fname, LIVES_DIR_SEP, PATH_MAX - offs - 1); in ensure_isdir()
H A Dwidget-helper-gtk.h242 #define lives_build_path(...) g_build_path(LIVES_DIR_SEP, __VA_ARGS__)
H A Dmain.h197 #define LIVES_DIR_SEP "/" macro
H A Dmultitrack.c22186 …tmp = lives_strdup_printf("%s" LIVES_DIR_SEP "%s" LIVES_DIR_SEP LAYOUTS_DIRNAME LIVES_DIR_SEP "%s-… in migrate_layouts()
22210 …tmp2 = lives_strdup_printf("%s" LIVES_DIR_SEP "%s" LIVES_DIR_SEP LAYOUTS_DIRNAME LIVES_DIR_SEP "%s… in migrate_layouts()
22234 …tmp = lives_strdup_printf("%s" LIVES_DIR_SEP "%s" LIVES_DIR_SEP LAYOUTS_DIRNAME LIVES_DIR_SEP "%s-… in migrate_layouts()
H A Dsaveplay.c6142 buff[strlen(buff) - 1 - strlen(LIVES_DIR_SEP)] = 0;