Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Call  at unistd.h:352

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

gethostname

(/usr/include/bits/unistd.h)expand/collapse
Show more  
 345  __NTH (gethostname (char *__buf, size_t __buflen))
 346  {
 347    if (__bos (__buf) != (size_t) -1)
 348      {
 349        if (!__builtin_constant_p (__buflen))
 350          return __gethostname_chk (__buf, __buflen, __bos (__buf));
 351   
 352        if (__buflen > __bos (__buf))
 353          return __gethostname_chk_warn (__buf, __buflen, __bos (__buf));
 354      }
 355    return __gethostname_alias (__buf, __buflen);
 356  }
Show more  




Change Warning 7096.24468 : Unreachable Call

Priority:
State:
Finding:
Owner:
Note: