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