Searched refs:sscanf (Results 1 - 25 of 72) sorted by relevance

123

/vbox/src/libs/xpcom18a4/xpcom/tests/utils/
H A DWhatError.cpp51 sscanf( argv[1], "0x%x", &errorCode);
53 sscanf( buffer, "%d", &errorCode);
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedbackspu_config.c25 sscanf( response, "%d", &(feedback_spu.default_viewport) );
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuinit.c35 if (sscanf(response, "%d", &i) != 1)
37 if (min && sscanf(min, "%d", &imin) == 1 && imin > i)
39 if (max && sscanf(max, "%d", &imax) == 1 && imax < i)
49 if (sscanf(response, "%f", &f) != 1)
51 if (min && sscanf(min, "%f", &fmin) == 1 && fmin > f)
53 if (max && sscanf(max, "%f", &fmax) == 1 && fmax < f)
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_config.c27 sscanf( response, "%d", &(pack_spu.emit_GATHER_POST_SWAPBUFFERS) );
32 sscanf( response, "%d", &(pack_spu.swapbuffer_sync) );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dns_addr.c124 (1 < (i = sscanf(buf, "%d-%d-%d-%d-%d",
132 if (1 < (i = sscanf(buf,"%x.%x.%x.%x.%x.%x",
140 if (1 < (i = sscanf(buf,"%x:%x:%x:%x:%x:%x",
149 if (1 < (i = sscanf(buf,"%x,%x,%x",
204 (void)sscanf(bp, fmt, hp);
209 (void)sscanf(buf, fmt, hp);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_config.c20 sscanf( response, "[ %d, %d, %d, %d ]", &x, &y, &w, &h );
71 sscanf( response, "%d", &(render_spu->fullscreen) );
76 sscanf( response, "%d", &(render_spu->ontop) );
94 sscanf( response, "%d", &(render_spu->try_direct) );
99 sscanf( response, "%d", &(render_spu->force_direct) );
105 sscanf( response, "%d", &(render_spu->render_to_app_window) );
110 sscanf( response, "%d", &(render_spu->render_to_crut_window) );
115 sscanf( response, "%d", &(render_spu->resizable) );
120 sscanf( response, "%d", &(render_spu->borderless) );
125 sscanf( respons
[all...]
/vbox/src/libs/libpng-1.2.8/contrib/pngminus/
H A Dpnm2png.c230 sscanf (width_token, "%lu", &width);
232 sscanf (height_token, "%lu", &height);
234 sscanf (maxval_token, "%lu", &maxval);
251 sscanf (width_token, "%lu", &width);
253 sscanf (height_token, "%lu", &height);
255 sscanf (maxval_token, "%lu", &maxval);
290 sscanf (width_token, "%lu", &alpha_width);
294 sscanf (height_token, "%lu", &alpha_height);
298 sscanf (maxval_token, "%lu", &maxval);
521 sscanf ((cons
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetNetByAddr/
H A DGetNetByAddr.c50 || ( 4 != sscanf ( Argv[1],
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetServByPort/
H A DGetServByPort.c54 || ( 1 != sscanf ( Argv[1], "%d", &PortNumber ))) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dsscanf.c2 Implementation of sscanf as declared in <stdio.h>.
43 NetBSD: sscanf.c,v 1.16 2005/11/29 03:12:00 christos Exp
44 sscanf.c 8.1 (Berkeley) 6/4/93
68 sscanf(const char *str, char const *fmt, ...) function
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/RawIp4Tx/
H A DRawIp4Tx.c60 || ( 4 != sscanf ( ArgV[1],
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByAddr/
H A DGetHostByAddr.c56 || ( 4 != sscanf ( Argv[1],
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h101 extern int sscanf(const char *, const char *, ...);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg_a.c255 {int t; sscanf(&zzlextext[1],"%o",&t); zzlextext[0] = t;}
262 {int t; sscanf(&zzlextext[3],"%x",&t); zzlextext[0] = t;}
269 {int t; sscanf(&zzlextext[1],"%d",&t); zzlextext[0] = t;}
H A Ddlg_p.g152 << {int t; sscanf(&zzlextext[1],"%o",&t); zzlextext[0] = t;}>>
154 << {int t; sscanf(&zzlextext[3],"%x",&t); zzlextext[0] = t;}>>
156 << {int t; sscanf(&zzlextext[1],"%d",&t); zzlextext[0] = t;}>>
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dprocess.c172 sscanf(buffer, "%d %*s %*s %999s", &id, cmd);
/vbox/src/VBox/RDP/client-1.8.3/
H A Dutils.c104 if (sscanf(ps, "%%%2hhX", &c) == 1)
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/SetSockOpt/
H A DSetSockOpt.c196 Values = sscanf ( pValue, "%d", Value.i32 );
204 Values = sscanf ( pValue, "%d.%0d",
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_proxy.c293 n = sscanf(s, "%d", port);
805 n = sscanf(token, "%s %s", s, str_server_port);
822 n = sscanf(token, "%d", &rule_index);
840 n = sscanf(token, "%d", &rule_to_delete);
888 n = sscanf(token, "%s %d", s, &nbits);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobTx/
H A DOobTx.c66 || ( 4 != sscanf ( ArgV[1],
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_config.c250 sscanf(clientlist[i], "%1023s %d", cr_server.protocol, &(newClient->spu_id));
252 sscanf(clientlist[i], "%s %d", cr_server.protocol, &(newClient->spu_id));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c556 sscanf (mGlobals.SourceFile.FileBufferPtr, "%x", &Val);
1314 sscanf (TempString, "%x", &Value32);
1329 sscanf (TempString, "%x", &Value32);
1342 sscanf (TempString, "%x", &Value32);
1357 sscanf (TempString, "%x", &Value32);
1402 sscanf (TempString2, "%x", &Value32);
/vbox/src/VBox/Main/src-server/linux/
H A DPerformanceLinux.cpp148 if (sscanf(szBuf, "cpu %llu %llu %llu %llu %llu %llu %llu",
159 if (sscanf(szBuf, "cpu0 %llu %llu %llu %llu %llu %llu %llu",
394 if (sscanf(pszBufData, "%llu %llu %llu %llu %llu %llu %llu %llu %llu %llu %llu",
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwpng.c243 sscanf(bgstr+1, "%2x%2x%2x", &r, &g, &b);
312 sscanf(pnmline, "%ld %ld", &wpng_info.width, &wpng_info.height);
316 sscanf(pnmline, "%d", &maxval);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h109 #define _stscanf WINE_tchar_routine(sscanf, sscanf, swscanf)

Completed in 96 milliseconds

123