Home
last modified time | relevance | path

Searched refs:SIZEOFCHAR (Results 1 – 25 of 42) sorted by relevance

12

/dports/japanese/canna-lib/Canna37p3/cmd/cshost/
H A Dcshost.c57 #define SIZEOFCHAR 1 macro
62 #define HEADER_SIZE (SIZEOFCHAR * 2 + SIZEOFSHORT)
/dports/japanese/canna-server/Canna37p3/cmd/cshost/
H A Dcshost.c57 #define SIZEOFCHAR 1 macro
62 #define HEADER_SIZE (SIZEOFCHAR * 2 + SIZEOFSHORT)
/dports/japanese/canna-lib/Canna37p3/cmd/cannastat/
H A Dcannastat.c77 #define SIZEOFCHAR 1 macro
82 #define HEADER_SIZE (SIZEOFCHAR * 2 + SIZEOFSHORT)
274 + SIZEOFCHAR /* ����� */
275 + SIZEOFCHAR /* �᥸�㡼�С������ */
276 + SIZEOFCHAR /* �ޥ��ʡ��С������ */
/dports/japanese/canna-server/Canna37p3/cmd/cannastat/
H A Dcannastat.c77 #define SIZEOFCHAR 1 macro
82 #define HEADER_SIZE (SIZEOFCHAR * 2 + SIZEOFSHORT)
274 + SIZEOFCHAR /* ����� */
275 + SIZEOFCHAR /* �᥸�㡼�С������ */
276 + SIZEOFCHAR /* �ޥ��ʡ��С������ */
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/projects/demonumerals/config/pointfloat_nn/
H A Dnn.mdt1 …umerals><RECNAME=nn><RECVERSION=4.0.0><RESAMP_POINT_ALLOC=lengthbased><SIZEOFCHAR=1><SIZEOFFLOAT=4…
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c1463 db_descaioutput[db_descaiarcswitch] = (CHAR *)emalloc(len * SIZEOFCHAR, db_cluster); in describearcinst()
3198 db_pluralbuffer = (CHAR *)emalloc(needed * SIZEOFCHAR, db_cluster); in makeplural()
3218 *addr = (CHAR *)_emalloc((estrlen(str)+1) * SIZEOFCHAR, cluster, module, line); in _allocstring()
3231 *addr = (CHAR *)emalloc((estrlen(str)+1) * SIZEOFCHAR, cluster); in allocstring()
3441 retbuf = (CHAR *)emalloc(len*SIZEOFCHAR, us_tool->cluster); in estring2byte()
3482 db_keywordbuffer = (CHAR *)emalloc((len+1) * SIZEOFCHAR, el_tempcluster); in getkeyword()
3562 inf->infstr = (CHAR *)emalloc((INFSTRDEFAULT+1) * SIZEOFCHAR, db_cluster); in initinfstr()
3619 str = (CHAR *)emalloc((inf->infstrlength*2+1) * SIZEOFCHAR, db_cluster); in addtoinfstr()
3650 str = (CHAR *)emalloc((inf->infstrlength+1) * SIZEOFCHAR, db_cluster); in addstringtoinfstr()
4102 db_tryfilename = (CHAR *)emalloc(len * SIZEOFCHAR, db_cluster); in db_tryfile()
[all …]
H A Ddbmemory.c342 filelen = (estrlen(file)*SIZEOFCHAR+SIZEOFINTBIG) & ~(SIZEOFINTBIG - 1); in _emalloc()
H A Ddblangtcl.c144 tcl_outputbuffer = (CHAR *)emalloc(BUFSIZE * SIZEOFCHAR, db_cluster); in el_tclinterpreter()
145 tcl_inputbuffer = (CHAR *)emalloc(BUFSIZE * SIZEOFCHAR, db_cluster); in el_tclinterpreter()
/dports/japanese/canna-lib/Canna37p3/server/
H A Dwconvert.c29 #define SIZEOFCHAR 1 macro
34 #define HEADER_SIZE (SIZEOFCHAR * 2 + SIZEOFSHORT)
237 + SIZEOFCHAR /* ����� */
238 + SIZEOFCHAR /* �᥸�㡼�С������ */
239 + SIZEOFCHAR /* �ޥ��ʡ��С������ */
293 requiredsize = HEADER_SIZE + SIZEOFCHAR;
302 if (size > SIZEOFCHAR) {
365 BYTE buf[HEADER_SIZE + SIZEOFCHAR], *p = buf;
381 int requiredsize = HEADER_SIZE + SIZEOFCHAR + (len * SIZEOFINT);
385 requiredsize = HEADER_SIZE + SIZEOFCHAR;
[all …]
/dports/japanese/canna-server/Canna37p3/server/
H A Dwconvert.c29 #define SIZEOFCHAR 1 macro
34 #define HEADER_SIZE (SIZEOFCHAR * 2 + SIZEOFSHORT)
237 + SIZEOFCHAR /* ����� */
238 + SIZEOFCHAR /* �᥸�㡼�С������ */
239 + SIZEOFCHAR /* �ޥ��ʡ��С������ */
293 requiredsize = HEADER_SIZE + SIZEOFCHAR;
302 if (size > SIZEOFCHAR) {
365 BYTE buf[HEADER_SIZE + SIZEOFCHAR], *p = buf;
381 int requiredsize = HEADER_SIZE + SIZEOFCHAR + (len * SIZEOFINT);
385 requiredsize = HEADER_SIZE + SIZEOFCHAR;
[all …]
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/include/
H A DLTKMacros.h566 #define SIZEOFCHAR "SIZEOFCHAR" macro
/dports/cad/electric/electric-7.00/src/usr/
H A Dusreditpac.c222 e->formerline = (CHAR *)emalloc((e->mostchars+1) * SIZEOFCHAR, us_tool->cluster); in us_editpacmakeeditor()
230 e->textarray[i] = (CHAR *)emalloc(DEFAULTWID * SIZEOFCHAR, us_tool->cluster); in us_editpacmakeeditor()
751 us_editpacbuffer = (CHAR *)emalloc((len+1) * SIZEOFCHAR, us_tool->cluster); in us_editpaccopy()
776 us_editpacbuffer = (CHAR *)emalloc((len+1) * SIZEOFCHAR, us_tool->cluster); in us_editpacpaste()
2115 us_editpacundobuffer = (CHAR *)emalloc(len * SIZEOFCHAR, us_tool->cluster); in us_editpacamtyping()
2139 newbuffer = (CHAR *)emalloc(len * SIZEOFCHAR, us_tool->cluster); in us_editpactypeddelete()
2258 newline = (CHAR *)emalloc((len+1) * SIZEOFCHAR, us_tool->cluster); in us_editpacbeginwork()
2294 textarray[i] = (CHAR *)emalloc(DEFAULTWID * SIZEOFCHAR, us_tool->cluster); in us_editpacaddmorelines()
2325 e->textarray[line] = (CHAR *)emalloc((need+1) * SIZEOFCHAR, us_tool->cluster); in us_editpacaddmorechars()
H A Dusreditemacs.c259 e->textarray[i] = (CHAR *)emalloc((e->screenchars+1) * SIZEOFCHAR, us_tool->cluster); in us_editemacsmakeeditor()
1929 textarray[i] = (CHAR *)emalloc((e->screenchars+1) * SIZEOFCHAR, us_tool->cluster); in us_editemacsaddmorelines()
1935 textarray[i] = (CHAR *)emalloc((e->maxchars[i]+1) * SIZEOFCHAR, us_tool->cluster); in us_editemacsaddmorelines()
1961 e->textarray[line] = (CHAR *)emalloc((e->maxchars[line]+1) * SIZEOFCHAR, us_tool->cluster); in us_editemacsaddmorechars()
1976 e->formerline = (CHAR *)emalloc((e->mostchars+1) * SIZEOFCHAR, us_tool->cluster); in us_editemacsgetbuffers()
1981 us_killbuf = (CHAR *)emalloc(e->mostchars * SIZEOFCHAR, us_tool->cluster); in us_editemacsgetbuffers()
H A Dusrtranslate.c1174 us_translation = (CHAR *)emalloc(len * SIZEOFCHAR, us_tool->cluster); in us_convertmactoworld()
1226 us_translation = (CHAR *)emalloc(len * SIZEOFCHAR, us_tool->cluster); in us_convertworldtomac()
H A Dusrparse.c1190 mi->value = (CHAR *)emalloc((mi->maxlen+1) * SIZEOFCHAR, el_tempcluster); in us_dopopupmenu()
2189 newline = (CHAR *)emalloc((amt+1) * SIZEOFCHAR, us_tool->cluster); in us_expandttybuffers()
2191 newextra = (CHAR *)emalloc((amt+1) * SIZEOFCHAR, us_tool->cluster); in us_expandttybuffers()
H A Dusrcomln.c1170 mi[i].value = (CHAR *)emalloc((mi[i].maxlen+1) * SIZEOFCHAR, el_tempcluster); in us_menu()
1175 mi[i].value = (CHAR *)emalloc((mi[i].maxlen+1) * SIZEOFCHAR, el_tempcluster); in us_menu()
1200 mi[i].value = (CHAR *)emalloc((mi[i].maxlen+1) * SIZEOFCHAR, el_tempcluster); in us_menu()
1205 mi[i].value = (CHAR *)emalloc((mi[i].maxlen+1) * SIZEOFCHAR, el_tempcluster); in us_menu()
H A Dusrcomtv.c2567 mi[i].attribute = (CHAR *)emalloc((estrlen(pp)+3) * SIZEOFCHAR, el_tempcluster); in us_var()
2579 mi[i].value = (CHAR *)emalloc((maxleng+1) * SIZEOFCHAR, el_tempcluster); in us_var()
3365 abbrev = (CHAR *)emalloc((estrlen(&pp[15])+2) * SIZEOFCHAR, el_tempcluster); in us_view()
3377 abbrev = (CHAR *)emalloc((i+2) * SIZEOFCHAR, el_tempcluster); in us_view()
/dports/cad/electric/electric-7.00/src/io/
H A Diobinaryi.c380 if (io_binindata.sizeofchar > SIZEOFCHAR) in io_doreadlibrary()
2346 if ((ty&VTYPE) == VCHAR) datasize = SIZEOFCHAR; else in io_readvariables()
3109 if (SIZEOFCHAR != io_binindata.sizeofchar) in io_getstring()
3118 name = (CHAR *)emalloc((len+1) * SIZEOFCHAR, cluster); in io_getstring()
3124 io_getin(name, len * SIZEOFCHAR, len * SIZEOFCHAR, FALSE); in io_getstring()
3142 maxbytesperchar = maxi(SIZEOFCHAR, io_binindata.sizeofchar); in io_gettempstring()
3151 if (SIZEOFCHAR != io_binindata.sizeofchar) in io_gettempstring()
3154 if (SIZEOFCHAR == 1) in io_gettempstring()
H A Diobinaryo.c151 rename = (CHAR *)emalloc((estrlen(name)+15) * SIZEOFCHAR, el_tempcluster); in io_writebinlibrary()
260 wordsize = SIZEOFCHAR; io_putout(&wordsize, 1); in io_writebinlibrary()
1146 if (len != 0) io_putout(name, len * SIZEOFCHAR); in io_putstring()
H A Diocifpars.c2484 if ((user = (CHAR *)emalloc(maxsize * SIZEOFCHAR, io_tool->cluster)) == NIL) in io_utext()
2498 user = (CHAR *)emalloc(maxsize * SIZEOFCHAR, io_tool->cluster); in io_utext()
2516 if ((ntext = (CHAR *)emalloc(maxsize * SIZEOFCHAR, io_tool->cluster)) == NIL) in io_name()
2535 if ((ntext = (CHAR *)emalloc(maxsize * SIZEOFCHAR, io_tool->cluster)) == NIL) in io_name()
2803 if ((comment = (CHAR *)emalloc(maxsize * SIZEOFCHAR, io_tool->cluster)) == NIL) in io_parsestatement()
2833 comment = (CHAR *)emalloc(maxsize * SIZEOFCHAR, io_tool->cluster); in io_parsestatement()
H A Diolefi.c1095 newname = (CHAR *)emalloc(leng * SIZEOFCHAR, el_tempcluster); in io_lefnewport()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimverilog.c659 *ptr = (CHAR *)emalloc((estrlen(gn)+7) * SIZEOFCHAR, sim_tool->cluster); in sim_verwritecell()
664 *ptr = (CHAR *)emalloc((estrlen(namelist[i])+2) * SIZEOFCHAR, sim_tool->cluster); in sim_verwritecell()
2403 symbol = getstringobj(sosymbol); symbollen = (estrlen(symbol)+1) * SIZEOFCHAR; in sim_verparsefile()
2404 name = getstringobj(soname); namelen = (estrlen(name)+1) * SIZEOFCHAR; in sim_verparsefile()
2405 context = getstringobj(socontext); contextlen = (estrlen(context)+1) * SIZEOFCHAR; in sim_verparsefile()
2440 name = returninfstr(infstr); namelen = (estrlen(name)+1) * SIZEOFCHAR; in sim_verparsefile()
2441 context = sim_vercurscope; contextlen = (estrlen(context)+1) * SIZEOFCHAR; in sim_verparsefile()
/dports/cad/electric/electric-7.00/src/vhdl/
H A Dvhdl.c2543 newstring = (CHAR *)emalloc((length + 1) * SIZEOFCHAR, vhdl_tool->cluster); in vhdl_makeidenttoken()
2593 newstring = (CHAR *)emalloc((length + 1) * SIZEOFCHAR, vhdl_tool->cluster); in vhdl_makestrtoken()
2655 newstring = (CHAR *)emalloc((length + 1) * SIZEOFCHAR, vhdl_tool->cluster); in vhdl_makedecimaltoken()
3124 varnames[i] = (CHAR *)emalloc(1 * SIZEOFCHAR, el_tempcluster); in vhdl_optionsdlog()
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphunixx11.c2087 buf = (CHAR *)emalloc((estrlen(pt)+5) * SIZEOFCHAR, el_tempcluster); in setupenvironment()
3240 i = eread(pipechans[0], (UCHAR1 *)&val, SIZEOFCHAR); in eprinterlist()
3284 gra_printerlist[i] = (CHAR *)emalloc((estrlen(buf)+1) * SIZEOFCHAR, us_tool->cluster); in gra_addprinter()
3605 required[j] = (CHAR *)emalloc(200*SIZEOFCHAR, el_tempcluster); in setmessagesfont()
3696 current[j] = (CHAR *)emalloc(200*SIZEOFCHAR, el_tempcluster); in gra_makefontchoices()
3712 choices[j][0] = (CHAR *)emalloc(2*SIZEOFCHAR, el_tempcluster); in gra_makefontchoices()
3769 choices[j][numchoices[j]] = (CHAR *)emalloc((estrlen(current[j])+1) * SIZEOFCHAR, in gra_makefontchoices()
3868 tmpbuf = (CHAR *)emalloc((length+1) * SIZEOFCHAR, el_tempcluster); in getcutbuffer()
9810 gra_brokenbuf = (CHAR *)emalloc(len*SIZEOFCHAR, us_tool->cluster); in DiaSetText()
10294 list[i] = (CHAR *)emalloc((estrlen(next)+1) * SIZEOFCHAR, el_tempcluster); in DiaLoadTextDialog()
H A Dgraphmac.c6641 save = (CHAR *)emalloc(amt * SIZEOFCHAR, el_tempcluster); in gra_initdialog()
6810 save = (CHAR *)emalloc(amt * SIZEOFCHAR, el_tempcluster); in DiaSetText()
6859 save = (CHAR *)emalloc(amt * SIZEOFCHAR, el_tempcluster); in DiaSetText()
7163 pd->namelist[i] = (CHAR *)emalloc((estrlen(names[i])+1) * SIZEOFCHAR, in DiaSetPopup()
7294 list[i] = (CHAR *)emalloc((estrlen(next)+1) * SIZEOFCHAR, el_tempcluster); in DiaLoadTextDialog()
7351 pt = (CHAR *)emalloc((estrlen(line)+1) * SIZEOFCHAR, el_tempcluster); in DiaStuffLine()
7516 ins = (CHAR *)emalloc((estrlen(msg)+1) * SIZEOFCHAR, el_tempcluster); in DiaSetScrollLine()
8843 newmsg = (CHAR *)((estrlen(oldmsg)+estrlen(insmsg)+dia->editend-dia->editstart+1) * SIZEOFCHAR, in Dinsertstr()

12