Home
last modified time | relevance | path

Searched refs:utAllocString (Results 1 – 4 of 4) sorted by relevance

/dports/devel/datadraw/datadraw3.1.1/src/
H A Ddvmain.c237 dvIncludeFile = utAllocString(dvIncludeFile); in main()
238 dvSourceFile = utAllocString(dvSourceFile); in main()
H A Ddvread.c256 fileName = utAllocString(fileName); in dvReadFile()
/dports/devel/datadraw/datadraw3.1.1/util/
H A Dddutil.h132 #define utAllocString(string) strcpy(utNewA(char, strlen(string) + 1), string) macro
H A Dutpersist.c1306 utDatabaseDirectory = utAllocString(directory); in utStartPersistence()