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

  /src/tests/usr.bin/xlint/lint1/
msg_034.c 27 unsigned int portable: 1; member in struct:example
  /src/usr.bin/pathchk/
pathchk.c 48 static int portable(const char *);
130 if (pflag && (badch = portable(p)) >= 0) {
131 warnx("%s: %s: component contains non-portable "
171 * Check whether a path component contains only portable characters. Return
172 * the first non-portable character found.
175 portable(const char *path) function
  /src/external/bsd/libarchive/dist/libarchive/test/
test_acl_platform_nfs4.c 288 static struct { int portable; int machine; } perms[] = { member in struct:__anon7129
373 permset |= perms[i].portable;
386 static struct { int portable; int machine; } perms[] = { member in struct:__anon7130
429 flagset |= perms[i].portable;

Completed in 26 milliseconds