Home
last modified time | relevance | path

Searched refs:size2 (Results 1 – 25 of 10472) sorted by last modified time

12345678910>>...419

/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtk-2.10.defs1227 '("GtkPaperSize*" "size2")
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp101938 size_t size2 ; in _wrap_Fl_Preferences_getUserdataPath() local
101950 res2 = SWIG_AsVal_size_t (obj1, &size2); in _wrap_Fl_Preferences_getUserdataPath()
101954 buff2= (new char[size2+1]); in _wrap_Fl_Preferences_getUserdataPath()
101955 arg3 = static_cast< int >(size2); in _wrap_Fl_Preferences_getUserdataPath()
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/qt5/style/
H A Dqtcurve.h256 int size2, bool isWindow) const;
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/qt5/style/
H A Dqtcurve.h256 int size2, bool isWindow) const;
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/qt5/style/
H A Dqtcurve.h256 int size2, bool isWindow) const;
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/qt5/style/
H A Dqtcurve.h256 int size2, bool isWindow) const;
/dports/www/e107/e107/e107_plugins/tagcloud/
H A Dtagcloud.css27 .size2 {
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dtelnetd.c144 int rdidx2, wridx2, size2; member
755 if (ts->size2 > 0) /* can write to socket */ in telnetd_main()
757 if (ts->size2 < BUFSIZE) /* can read from pty */ in telnetd_main()
827 count = MIN(BUFSIZE - ts->wridx2, ts->size2); in telnetd_main()
837 ts->size2 -= count; in telnetd_main()
838 if (ts->size2 == 0) { in telnetd_main()
866 count = MIN(BUFSIZE - ts->rdidx2, BUFSIZE - ts->size2); in telnetd_main()
873 ts->size2 += count; in telnetd_main()
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DMicrosoft.c3154 UINT size2 = size; in MsGetComputerNameFullEx() local
3172 ms->nt->GetComputerNameExW(ComputerNameDnsFullyQualified, name, &size2) == false) in MsGetComputerNameFullEx()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DSM.c4364 char size1[64], size2[64]; in SmReadLogFileProc() local
4379 ToStrByte(size2, sizeof(size2), g->TotalSize); in SmReadLogFileProc()
4380 UniFormat(tmp, sizeof(tmp), _UU("SM_READ_LOG_FILE_INFO_2"), size2, size1); in SmReadLogFileProc()
/dports/security/nss/nss-3.76.1/nss/fuzz/
H A Dtls_mutators.h24 size_t size2, uint8_t *out, size_t max_out_size,
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DMicrosoft.c3154 UINT size2 = size; in MsGetComputerNameFullEx() local
3172 ms->nt->GetComputerNameExW(ComputerNameDnsFullyQualified, name, &size2) == false) in MsGetComputerNameFullEx()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DSM.c4364 char size1[64], size2[64]; in SmReadLogFileProc() local
4379 ToStrByte(size2, sizeof(size2), g->TotalSize); in SmReadLogFileProc()
4380 UniFormat(tmp, sizeof(tmp), _UU("SM_READ_LOG_FILE_INFO_2"), size2, size1); in SmReadLogFileProc()
/dports/science/openmx/openmx3.8/source/
H A DOutData_Binary.c2790 int al,L0,Mul0,M0,p,size1,size2; in Set_Partial_Density_Grid() local
H A DOutData.c3213 int al,L0,Mul0,M0,p,size1,size2; in Set_Partial_Density_Grid() local
/dports/science/hdf5/hdf5-1.10.6/tools/test/h5repack/
H A Dh5repack.sh.in1018 size2=`wc -c $TESTDIR/$outfile | cut -d' ' -f1`
1021 MESSAGE "Verify the sizes of both output files ($size1 vs $size2)"
1022 if [ $size1 -lt $size2 ]; then
/dports/science/netcdf/netcdf-c-4.7.4/libdispatch/
H A Ddcopy.c54 size_t size1, size2; in NC_compare_nc_types() local
70 if ((ret = nc_inq_user_type(ncid2, typeid2, name2, &size2, in NC_compare_nc_types()
75 if(size1 != size2 || class1 != class2 || strcmp(name1,name2)) in NC_compare_nc_types()
96 if (!(value2 = malloc(size2))) { in NC_compare_nc_types()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/emf/
H A Dimportemf.cpp839 quint32 size2; in parseHeader() local
851 dsEmf >> size2; in parseHeader()
869 dsEmf.device()->seek(posi2 + size2); in parseHeader()
911 quint32 size2; in parseHeader() local
923 dsEmf >> size2; in parseHeader()
941 dsEmf.device()->seek(posi2 + size2); in parseHeader()
3501 quint32 size2; in handleEMFPlus() local
3522 dsEmf >> size2 >> dataSize; in handleEMFPlus()
3727 dsEmf.device()->seek(posi2 + size2); in handleEMFPlus()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/svm/
H A Dimportsvm.cpp2449 quint32 size2; in handleEMFPlus() local
2470 dsEmf >> size2 >> dataSize; in handleEMFPlus()
2660 dsEmf.device()->seek(posi2 + size2); in handleEMFPlus()
/dports/print/a2ps/a2ps-4.13/src/
H A Dregex.c383 const char *string2, int size2,
934 int size2;
1321 size2); \
3513 int size1, size2; variable
3522 int total_size = size1 + size2;
3784 int size1, size2;
3808 int size1, size2; variable
3973 if (pos < 0 || pos > size1 + size2)
3995 if (size2 == 0 && string1 != NULL)
3998 size2 = size1;
[all …]
/dports/print/fpdf/fpdf181/makefont/
H A Dmakefont.php142 $size2 = $a['size'];
143 $data .= fread($f, $size2);
147 $info['Size2'] = $size2;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/areastat/src/
H A Dareastat.c174 int size_comparer(const void *size1, const void *size2) in size_comparer() argument
176 if (((ps_size_item) size1) -> size > ((ps_size_item) size2) -> size) return -1; in size_comparer()
177 if (((ps_size_item) size1) -> size == ((ps_size_item) size2) -> size) return 0; in size_comparer()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/areastat/src/
H A Dareastat.c174 int size_comparer(const void *size1, const void *size2) in size_comparer() argument
176 if (((ps_size_item) size1) -> size > ((ps_size_item) size2) -> size) return -1; in size_comparer()
177 if (((ps_size_item) size1) -> size == ((ps_size_item) size2) -> size) return 0; in size_comparer()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/areastat/src/
H A Dareastat.c174 int size_comparer(const void *size1, const void *size2) in size_comparer() argument
176 if (((ps_size_item) size1) -> size > ((ps_size_item) size2) -> size) return -1; in size_comparer()
177 if (((ps_size_item) size1) -> size == ((ps_size_item) size2) -> size) return 0; in size_comparer()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/areastat/src/
H A Dareastat.c174 int size_comparer(const void *size1, const void *size2) in size_comparer() argument
176 if (((ps_size_item) size1) -> size > ((ps_size_item) size2) -> size) return -1; in size_comparer()
177 if (((ps_size_item) size1) -> size == ((ps_size_item) size2) -> size) return 0; in size_comparer()

12345678910>>...419