Searched refs:linkidstr (Results 1 – 1 of 1) sorted by relevance
824 char *sep, *buf, *linkidstr; in ip_usage() local839 linkidstr = strchr(node->ip_resource, '/'); in ip_usage()840 assert(linkidstr != NULL); in ip_usage()841 linkidstr = linkidstr ? linkidstr + 1 : node->ip_resource; in ip_usage()844 linkid = strtol(linkidstr, &buf, 10); in ip_usage()