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

  /src/usr.bin/diff/
diff.c 47 struct stat stb1, stb2; variable in typeref:struct:
325 * Do sanity checks, fill in stb1 and stb2 and call the appropriate
326 * driver routine. Both drivers use the contents of stb1 and stb2.
343 fstat(STDIN_FILENO, &stb2);
345 } else if (stat(argv[1], &stb2) != 0) {
349 memset(&stb2, 0, sizeof(stb2));
350 stb2.st_mode = stb1.st_mode;
360 stb1.st_mode = stb2.st_mode;
362 if (gotstdin && (S_ISDIR(stb1.st_mode) || S_ISDIR(stb2.st_mode))
    [all...]

Completed in 14 milliseconds