Searched defs:stuff (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/
H A Dgetpath.c234 /** Add a path component, by appending stuff to buffer.
240 than MAXPATHLEN characters at exit. If stuff is too long, only as much of
241 stuff as fits will be appended.
244 @param[in] stuff The stuff to join onto the path.
247 joinpath(char *buffer, char *stuff) argument
252 if (is_absolute(stuff) == 1) {
268 if(is_sep(stuff[0])) ++stuff;
273 k = strlen(stuff);
[all...]
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.c881 SHFLFSOBJINFO stuff; local
882 RT_ZERO(stuff);
884 int rc = vboxCallSymlink(&g_clientHandle, &volume->map, linkpath, target, &stuff);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprprf.c64 int (*stuff)(SprintfState *ss, const char *sp, PRUint32 len); member in struct:SprintfStateStr
129 rv = (*ss->stuff)(ss, &space, 1);
137 rv = (*ss->stuff)(ss, src, srclen);
144 rv = (*ss->stuff)(ss, &space, 1);
208 rv = (*ss->stuff)(ss, " ", 1);
214 rv = (*ss->stuff)(ss, &sign, 1);
220 rv = (*ss->stuff)(ss, "0", 1);
226 rv = (*ss->stuff)(ss, "0", 1);
231 rv = (*ss->stuff)(ss, src, srclen);
236 rv = (*ss->stuff)(s
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp79 int (*stuff)(SprintfState *ss, const PRUnichar *sp, PRUint32 len); member in struct:SprintfStateStr
255 rv = (*ss->stuff)(ss, &space, 1);
263 rv = (*ss->stuff)(ss, src, srclen);
271 rv = (*ss->stuff)(ss, &space, 1);
339 rv = (*ss->stuff)(ss, &space, 1);
345 rv = (*ss->stuff)(ss, &sign, 1);
351 rv = (*ss->stuff)(ss, &space, 1);
357 rv = (*ss->stuff)(ss, &zero, 1);
362 rv = (*ss->stuff)(ss, src, srclen);
367 rv = (*ss->stuff)(s
[all...]

Completed in 57 milliseconds