Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 13 of 13) sorted by relevance

/tools/libfsimage/fat/
A Dfsys_fat.c278 char *rest, ch, dir_buf[FAT_DIRENTRY_LENGTH]; in fat_dir() local
327 for (rest = dirname; (ch = *rest) && !isspace ((uint8_t)ch) && ch != '/'; rest++); in fat_dir()
329 *rest = 0; in fat_dir()
354 *rest = ch; in fat_dir()
460 *(dirname = rest) = ch; in fat_dir()
/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c629 char *rest; in ext2fs_dir() local
814 for (rest = dirname; (ch = *rest) && !isspace ((uint8_t)ch) && ch != '/'; in ext2fs_dir()
815 rest++); in ext2fs_dir()
819 *rest = 0; in ext2fs_dir()
826 printf ("dirname=%s, rest=%s, loc=%d\n", dirname, rest, loc); in ext2fs_dir()
842 *rest = ch; in ext2fs_dir()
861 *rest = ch; in ext2fs_dir()
901 *(dirname = rest) = ch; in ext2fs_dir()
/tools/libfsimage/xfs/
A Dfsys_xfs.c553 char *rest, *name, ch; in xfs_dir() local
600 for (rest = dirname; (ch = *rest) in xfs_dir()
601 && !isspace ((uint8_t)ch) && ch != '/'; rest++); in xfs_dir()
602 *rest = 0; in xfs_dir()
618 *(dirname = rest) = ch; in xfs_dir()
627 *rest = ch; in xfs_dir()
/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c988 char *rest, ch; in reiserfs_dir() local
1113 for (rest = dirname; (ch = *rest) && ! isspace ((uint8_t)ch) && ch != '/'; rest++); in reiserfs_dir()
1114 *rest = 0; in reiserfs_dir()
1190 *rest = ch; in reiserfs_dir()
1195 *rest = ch; in reiserfs_dir()
1196 dirname = rest; in reiserfs_dir()
/tools/ocaml/xenstored/
A Dprocess.ml114 let executable, rest = args_of_t t in
115 Filename.quote_command executable rest
118 let executable, rest = args_of_t t in
119 let args = Array.of_list (executable :: rest) in
120 info "Launching %s, args: %s" executable (String.concat " " rest);
A Dxenstored.ml174 | "dom" :: domid :: mfn :: remote_port :: rest ->
175 let local_port = match rest with
/tools/xenmon/
A DCOPYING227 be a consequence of the rest of this License.
/tools/libs/guest/
A DCOPYING412 be a consequence of the rest of this License.
/tools/libs/stat/
A DCOPYING406 be a consequence of the rest of this License.
/tools/ocaml/
A DLICENSE146 This section is intended to make thoroughly clear what is believed to be a consequence of the rest
/tools/golang/xenlight/
A DLICENSE403 be a consequence of the rest of this License.
/tools/firmware/vgabios/
A DCOPYING403 be a consequence of the rest of this License.
/tools/
A Dconfigure3301 ... rest of stderr output deleted ...

Completed in 28 milliseconds