Searched defs:prepend (Results 1 - 2 of 2) sorted by relevance
/vbox/include/iprt/cpp/ |
H A D | list.h | 391 RTCListBase<T, ITYPE, MT> &prepend(const T &val) function in class:RTCListBase 399 * @param other The list to prepend. 403 RTCListBase<T, ITYPE, MT> &prepend(const RTCListBase<T, ITYPE, MT> &other) function in class:RTCListBase
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/ |
H A D | loader.c | 211 static inline char *prepend( char *buffer, const char *str, size_t len ) function 227 if (!context->win16) path = prepend( path, context->name, namelen ); 228 path = prepend( path, "/dlls", sizeof("/dlls") - 1 ); 229 path = prepend( path, build_dir, strlen(build_dir) ); 235 path = prepend( path, context->name, namelen ); 236 path = prepend( path, "/programs", sizeof("/programs") - 1 ); 237 path = prepend( path, build_dir, strlen(build_dir) ); 245 return prepend( context->name, dll_paths[index], strlen( dll_paths[index] ));
|
Completed in 1869 milliseconds