Searched refs:paths (Results 1 - 25 of 50) sorted by relevance

12

/barrelfish-master/lib/acpica/generate/linux/
H A Dlibacpica.sh61 local paths incs inc
63 paths="\
77 paths="$paths include/$inc"
79 echo $paths
84 local paths incs inc
86 paths="\
96 echo $paths
101 local paths
103 paths
[all...]
/barrelfish-master/lib/libc/gen/
H A Dgetbootfile.c39 #include <paths.h>
H A Dftw.c36 char * const paths[2] = { (char *)path, NULL }; local
47 ftsp = fts_open(paths, FTS_LOGICAL | FTS_COMFOLLOW | FTS_NOCHDIR, NULL);
H A Dconfstr.c40 #include <paths.h>
H A Dctermid.c35 #include <paths.h>
H A Ddaemon.c39 #include <paths.h>
H A Dnftw.c36 char * const paths[2] = { (char *)path, NULL }; local
58 ftsp = fts_open(paths, ftsflags, NULL);
H A Dttyname.c46 #include <paths.h>
H A Dgetusershell.c44 #include <paths.h>
H A Dpopen.c51 #include <paths.h>
H A Dreadpassphrase.c31 #include <paths.h>
/barrelfish-master/usr/slideshow/
H A Dmain.c143 char *paths[MAX_SLIDES] = { NULL }; local
163 paths[nslides] = vfs_path_mkabsolute(dir, name);
164 assert(paths[nslides] != NULL);
174 qsort(paths, nslides, sizeof(char *), cmpstringp);
177 printf("Opening %s\n", paths[i]);
180 err = vfs_open(paths[i], &fh);
182 USER_PANIC_ERR(err, "failed to open '%s'\n", paths[i]);
188 USER_PANIC_ERR(err, "failed to stat '%s'\n", paths[i]);
197 USER_PANIC_ERR(err, "vfs_read '%s' failed\n", paths[i]);
203 free(paths[
[all...]
/barrelfish-master/lib/libc/stdlib/
H A Dptsname.c40 #include <paths.h>
H A Dsystem.c44 #include <paths.h>
/barrelfish-master/lib/libc/stdio/
H A Dtempnam.c42 #include <paths.h>
H A Dtmpfile.c47 #include <paths.h>
/barrelfish-master/lib/libc/tests/stdio/
H A Dperror_test.c38 #include <paths.h>
H A Dmkostemp_test.c38 #include <paths.h>
H A Dfdopen_test.c32 #include <paths.h>
H A Dfopen_test.c31 #include <paths.h>
H A Dfreopen_test.c31 #include <paths.h>
/barrelfish-master/lib/libc/net/
H A Drcmdsh.c47 #include <paths.h>
H A Dether_addr.c54 #include <paths.h>
/barrelfish-master/hake/
H A Dhake.sh230 -package ghc-paths \
/barrelfish-master/lib/libc/iconv/
H A Dcitrus_module.c99 #include <paths.h>

Completed in 48 milliseconds

12