Searched refs:rest (Results 1 – 13 of 13) sorted by relevance
| /tools/libfsimage/fat/ |
| A D | fsys_fat.c | 278 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 D | fsys_ext2fs.c | 629 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 D | fsys_xfs.c | 553 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 D | fsys_reiserfs.c | 988 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 D | process.ml | 114 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 D | xenstored.ml | 174 | "dom" :: domid :: mfn :: remote_port :: rest -> 175 let local_port = match rest with
|
| /tools/xenmon/ |
| A D | COPYING | 227 be a consequence of the rest of this License.
|
| /tools/libs/guest/ |
| A D | COPYING | 412 be a consequence of the rest of this License.
|
| /tools/libs/stat/ |
| A D | COPYING | 406 be a consequence of the rest of this License.
|
| /tools/ocaml/ |
| A D | LICENSE | 146 This section is intended to make thoroughly clear what is believed to be a consequence of the rest …
|
| /tools/golang/xenlight/ |
| A D | LICENSE | 403 be a consequence of the rest of this License.
|
| /tools/firmware/vgabios/ |
| A D | COPYING | 403 be a consequence of the rest of this License.
|
| /tools/ |
| A D | configure | 3301 ... rest of stderr output deleted ...
|
Completed in 41 milliseconds