HomeSort by: relevance | last modified time | path
    Searched defs:portable (Results 1 - 2 of 2) 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 in typeref:typename:int

Completed in 15 milliseconds