Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/tests/
H A Dbezier-utils-test.cpp97 Point const exp_dest[] = { in main() local
129 exp_dest + t.exp_dest_ix0, in main()
/dports/math/lib2geom/lib2geom-1.1/tests/
H A Dbezier-utils-test.cpp97 Point const exp_dest[] = { in main() local
129 exp_dest + t.exp_dest_ix0, in main()
/dports/misc/clifm/clifm-1.3/src/
H A Dfile_operations.c715 char *exp_dest = tilde_expand(comm[args_n]); in copy_function() local
717 (strlen(exp_dest) + 1) * sizeof(char)); in copy_function()
718 strcpy(comm[args_n], exp_dest); in copy_function()
719 free(exp_dest); in copy_function()
/dports/editors/emacs/emacs-27.2/
H A DMakefile.in581 exp_dest=`cd "$${dest}" && /bin/pwd`; \
582 [ "$$exp_dest" = "`cd $${dir} && /bin/pwd`" ] && continue ; \
/dports/editors/emacs-devel/emacs-4d1968b/
H A DMakefile.in627 exp_dest=`cd "$${dest}" && /bin/pwd`; \
628 [ "$$exp_dest" = "`cd $${dir} && /bin/pwd`" ] && continue ; \
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dfile_operations.c.gcov1241 #####: 644: char *exp_dest = tilde_expand(comm[args_n]);
1245 #####: 646: (strlen(exp_dest) + 1) * sizeof(char));
1247 #####: 647: strcpy(comm[args_n], exp_dest);
1248 #####: 648: free(exp_dest);