Home
last modified time | relevance | path

Searched refs:string2byte (Results 1 – 5 of 5) sorted by relevance

/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphunixx11.c1853 eprogramname = string2byte(EPROGRAMNAME); in gra_finddisplays()
1990 title = string2byte(EPROGRAMNAME); in gra_makemessageswindow()
3522 addstringtoinfstr(infstr, string2byte(block1)); in getmessagesstring()
3728 pt = string2byte(fontlist[i]); in gra_makefontchoices()
5932 estrcpy(gra_curpath, string2byte(filename)); in gra_fileselectok()
6114 childmsg = string2byte(XmTextGetString(child)); in fileselect()
6326 (void)estrcpy(home, string2byte(tmp->pw_dir)); in truepath()
7761 string2byte(buffer)); in gra_xerrors()
9902 addstringtoinfstr(infstr, string2byte(text)); in DiaGetText()
10498 addstringtoinfstr(infstr, string2byte(text)); in DiaGetScrollLine()
[all …]
/dports/cad/electric/electric-7.00/src/usr/
H A Dusr.c3793 thisargv = string2byte(argv[1]); in us_options()
3816 allocstring(&us_firstmacrofile, string2byte(argv[2]), us_tool->cluster); in us_options()
3834 retur = string2byte(argv[2]); in us_options()
3881 allocstring(&us_firstlibrary, string2byte(argv[1]), us_tool->cluster); in us_options()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h109 # define string2byte(string) estring2byte(string) macro
115 # define string2byte(string) string macro
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c3853 return(string2byte(result)); in ectime()
H A Ddblangjava.cpp2975 us_ttyprint(FALSE, string2byte((CHAR1 *)format), args); in java_vfprintf()