port_ll 162 lib/common/strings.c long long port_ll; port_ll 163 lib/common/strings.c int rc = pcmk__scan_ll(text, &port_ll, -1LL); port_ll 169 lib/common/strings.c && ((port_ll < 0LL) || (port_ll > 65535LL))) { port_ll 172 lib/common/strings.c rc = (port_ll < 0LL)? pcmk_rc_before_range : pcmk_rc_after_range; port_ll 173 lib/common/strings.c port_ll = -1LL; port_ll 176 lib/common/strings.c *port = (int) port_ll;