Searched refs:PR_sscanf (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprprf.h74 #define PR_sscanf VBoxNsprPR_sscanf macro
134 ** FUNCTION: PR_sscanf
136 ** PR_sscanf() scans the input character string, performs data
141 ** PR_sscanf() behaves the same way as the sscanf() function in the
143 ** - PR_sscanf() handles the NSPR integer and floating point types,
147 ** - PR_sscanf() has no multibyte character support, while sscanf()
165 NSPR_API(PRInt32) PR_sscanf(const char *buf, const char *fmt, ...);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32shm.c333 PR_sscanf( fmstring, "%d:%ld:%ld", &prot, &hFileMap, &dwAccess );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprscanf.c657 PR_sscanf(const char *buf, const char *fmt, ...)
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp272 if (timeStr != NULL && 2 == PR_sscanf(timeStr, "%d.%d", &secs, &msecs)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxshm.c633 PR_sscanf( fmstring, "%ld:%d", &osfd, &prot );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c685 PR_sscanf(ptr, "%d:0x%lx", &fileType, &osfd);

Completed in 45 milliseconds