port_ll           163 lib/common/strings.c     long long port_ll;
port_ll           164 lib/common/strings.c     int rc = pcmk__scan_ll(text, &port_ll, -1LL);
port_ll           167 lib/common/strings.c         && ((port_ll < 0LL) || (port_ll > 65535LL))) {
port_ll           170 lib/common/strings.c         rc = (port_ll < 0LL)? pcmk_rc_before_range : pcmk_rc_after_range;
port_ll           171 lib/common/strings.c         port_ll = -1LL;
port_ll           174 lib/common/strings.c         *port = (int) port_ll;