Searched defs:strcspn (Results 1 - 7 of 7) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
| H A D | Searching.c | 81 /** 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/Devices/PC/ipxe/src/core/ |
| H A D | stringextra.c | 134 * 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/4.3/programs/Xserver/hw/xfree86/os-support/ |
| H A D | xf86_libc.h | 347 #undef strcspn macro 348 #define strcspn(ccp1,ccp2) xf86strcspn(ccp1,ccp2) macro
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
| H A D | xf86_libc.h | 387 #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 D | xf86_libc.h | 387 #undef strcspn macro 388 #define strcspn(ccp1,ccp2) xf86strcspn(ccp1,ccp2) macro
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
| H A D | xf86_libc.h | 393 #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 D | xf86_libc.h | 391 #undef strcspn macro 392 #define strcspn(ccp1,ccp2) xf86strcspn(ccp1,ccp2) macro
|
Completed in 110 milliseconds