Searched refs:psz (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c368 char *psz; local
375 psz = RSTRING_PTR(dump);
376 sprintf(psz, "%"PRIuSIZE":", VpMaxPrec(vp)*VpBaseFig());
377 VpToString(vp, psz+strlen(psz), 0, 0);
378 rb_str_resize(dump, strlen(psz));
1861 char *psz; local
1871 psz = RSTRING_PTR(f);
1872 if (*psz == ' ') {
1874 psz
2005 char *psz, *tmp; local
3800 char v,*psz; local
4981 VpFormatSt(char *psz, size_t fFmt) argument
5023 VpSzMantissa(Real *a,char *psz) argument
5069 VpToSpecialString(Real *a,char *psz,int fPlus) argument
5102 VpToString(Real *a, char *psz, size_t fFmt, int fPlus) argument
5148 VpToFString(Real *a, char *psz, size_t fFmt, int fPlus) argument
[all...]
H A Dbigdecimal.h212 VP_EXPORT void VpSzMantissa(Real *a,char *psz);
213 VP_EXPORT int VpToSpecialString(Real *a,char *psz,int fPlus);
214 VP_EXPORT void VpToString(Real *a, char *psz, size_t fFmt, int fPlus);
215 VP_EXPORT void VpToFString(Real *a, char *psz, size_t fFmt, int fPlus);
/macosx-10.10.1/vim-55/src/
H A Dos_win16.c417 char* psz = NULL; local
419 psz = "command.com";
421 return psz;
H A Dos_mswin.c1634 const char *psz)
1639 fputs(psz, fdDump);
1640 if (psz[strlen(psz) - 1] != '\n')
1633 DumpPutS( const char *psz) argument
H A Dos_win32.c4469 char* psz = NULL; local
4474 psz = "cmd.exe";
4476 psz = "command.com";
4478 return psz;
/macosx-10.10.1/awk-20/src/
H A Dlex.c101 int gettok(char **pbuf, int *psz) /* get next input token */ argument
105 int sz = *psz;
160 *psz = sz;
/macosx-10.10.1/vim-55/src/proto/
H A Dos_mswin.pro36 void DumpPutS __ARGS((const char *psz));
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DThirdPage.cpp185 info.psz = manufacturer->name;
202 info.psz = model->displayName;
1057 info.psz = manufacturer->name;
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drecd012.tcl47 proc recd012_body { method {ndbs 5} iter noutiter niniter psz tnum {largs ""} } {
95 -create -mode 0644 -pagesize $psz $largs $omethod"
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DttkWinXPTheme.c48 RECT *prc, enum THEMESIZE eSize, SIZE *psz);
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c72 int iStateId, RECT *prc, enum THEMESIZE eSize, SIZE *psz);
/macosx-10.10.1/ruby-106/ruby/ext/win32ole/
H A Dwin32ole.c766 char* psz = ole_wc2mb(*rgszNames); // support only one method local
767 *rgDispId = rb_intern(psz);
768 free(psz);

Completed in 137 milliseconds