sl_config_get_nth   54 include/slconfig.h int sl_config_get_nth(int pos, char *, int *, char *);
sl_config_get_nth  230 socloc/slocsrv.c       if ((ret = sl_config_get_nth(i, sloc_hostname, &sloc_port, (char *)NULL))
sl_config_get_nth  294 socloc/slocsrv.c       if ((ret = sl_config_get_nth(i, sloc_hostname, &sloc_port, (char *)NULL))
sl_config_get_nth  367 socloc/slocsrv.c       if ((ret = sl_config_get_nth(i, sloc_hostname, &sloc_port, (char *)NULL))
sl_config_get_nth  429 socloc/slocsrv.c       if ((ret = sl_config_get_nth(i, sloc_hostname, &sloc_port, (char *)NULL))
sl_config_get_nth  397 source/socloc.c       if ((ret = sl_config_get_nth(i, hname, &port_num, ip_ad)) != SL_OK)