HomeSort by: relevance | last modified time | path
    Searched defs:ipath (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
init_main.c 983 char ipath[129]; local
1026 len = cngetsn(ipath, sizeof(ipath)-1);
1027 if (len == 4 && strcmp(ipath, "halt") == 0) {
1029 } else if (len == 6 && strcmp(ipath, "reboot") == 0) {
1032 } else if (len == 3 && strcmp(ipath, "ddb") == 0) {
1036 } else if (len > 0 && ipath[0] == '/') {
1037 ipath[len] = '\0';
1038 path = ipath;
  /src/external/bsd/mdocml/dist/
mansearch.h 96 size_t ipath; /* number of the manpath */ member in struct:manpage
main.c 510 resn->ipath = SIZE_MAX;
580 res[i].ipath = SIZE_MAX;
711 fs_append(char **file, size_t filesz, int copy, size_t ipath,
724 page->ipath = ipath;
735 fs_lookup(const struct manpaths *paths, size_t ipath,
755 paths->paths[ipath], sec, name, sec);
761 paths->paths[ipath], sec, name);
770 paths->paths[ipath], sec, arch, name, sec);
776 cp = file = mandoc_malloc(strlen(paths->paths[ipath]) * 2
848 size_t ipath, isec; local
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cc.c 1849 char ipath[20], opath[20]; /* big enough for /dev/fd/ + INT_MAX + \0 */ local
1890 (void) snprintf(ipath, sizeof (ipath), "/dev/fd/%d", fileno(ifp));
1911 argv[argc++] = ipath;

Completed in 49 milliseconds