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

  /src/usr.bin/xinstall/
xinstall.c 184 int ch, no_target; local in function:main
397 no_target = stat(to_name = argv[argc - 1], &to_sb);
398 if (!no_target && S_ISDIR(to_sb.st_mode)) {
411 if (!no_target) {
xinstall.c 184 int ch, no_target; local in function:main
397 no_target = stat(to_name = argv[argc - 1], &to_sb);
398 if (!no_target && S_ISDIR(to_sb.st_mode)) {
411 if (!no_target) {

Completed in 23 milliseconds