Searched refs:strcspn (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Runtime/common/path/
H A DrtPathVolumeSpecLen.cpp52 return strcspn(pszPath + 2, "\\/") + 2;
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstring.h35 size_t __pure strcspn(const char *s, const char *reject) __nonnull;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstring.h54 size_t strcspn (const char *s1, const char *s2);
329 /** The strcspn function computes the length of the maximum initial segment of
336 @return The strcspn function returns the length of the segment.
338 size_t strcspn(const char *S1, const char *S2);
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstringextra.c134 * strcspn - Calculate the length of the initial substring of @s which only
139 size_t strcspn(const char *s, const char *reject) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglx_ansic.h107 #define __glXStrcspn(s, reject) strcspn(s, reject)
H A Dxf86_libc.h393 #undef strcspn macro
394 #define strcspn(ccp1,ccp2) xf86strcspn(ccp1,ccp2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglx_ansic.h110 #define __glXStrcspn(s, reject) strcspn(s, reject)
H A Dxf86_libc.h391 #undef strcspn macro
392 #define strcspn(ccp1,ccp2) xf86strcspn(ccp1,ccp2) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DSearching.c81 /** The strcspn function computes the length of the maximum initial segment of
85 @return The strcspn function returns the length of the segment.
88 strcspn(const char *s1, const char *s2) function
/vbox/src/VBox/Main/include/
H A Dnetif.h156 size_t iPos = strcspn(pszIfName, "0123456789");
/vbox/src/VBox/Main/src-server/
H A DMatching.cpp52 end = strcspn(aFilter + start, ",-");
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstring.h73 size_t __cdecl strcspn(const char*,const char*);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstring.h71 size_t __cdecl strcspn(const char*,const char*);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/
H A Dgetpath.c395 VolLen = strcspn(path, "/\\:");
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c156 p = opt + strcspn( opt, "+-" );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c156 p = opt + strcspn( opt, "+-" );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c144 p = opt + strcspn( opt, "+-" );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c156 p = opt + strcspn( opt, "+-" );
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c166 p = opt + strcspn( opt, "+-" );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h123 #define _tcscspn WINE_tchar_routine(strcspn, _mbscspn, wcscspn)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h123 #define _tcscspn WINE_tchar_routine(strcspn, _mbscspn, wcscspn)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h387 #undef strcspn macro
388 #define strcspn(ccp1,ccp2) xf86strcspn(ccp1,ccp2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h387 #undef strcspn macro
388 #define strcspn(ccp1,ccp2) xf86strcspn(ccp1,ccp2) macro
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxkeymap.c211 chars = strcspn(rest, " \t\0");
234 chars = strcspn(rest, " \t\0");
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h347 #undef strcspn macro
348 #define strcspn(ccp1,ccp2) xf86strcspn(ccp1,ccp2) macro

Completed in 761 milliseconds

12