Home
last modified time | relevance | path

Searched refs:portloc (Results 1 – 4 of 4) sorted by relevance

/dports/cad/magic/magic-8.3.245/resis/
H A DResRex.c709 Point portloc; local
737 portloc.p_y = r.r_ytop;
739 portloc.p_y = r.r_ybot;
741 portloc.p_x = r.r_xtop;
743 portloc.p_x = r.r_xbot;
764 node->location = portloc;
842 Point portloc; local
877 portloc.p_x, portloc.p_y);
892 portloc.p_x, portloc.p_y,
893 portloc.p_x, portloc.p_y);
[all …]
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Durl.c280 const char **portloc, int *port, in parseURL() argument
303 if (portloc) in parseURL()
304 *portloc = 0; in parseURL()
434 if (portloc) in parseURL()
435 *portloc = q; in parseURL()
740 bool getPortLocURL(const char *url, const char **portloc, int *port) in getPortLocURL() argument
744 parseURL(url, 0, 0, 0, 0, 0, 0, 0, 0, portloc, port, 0, 0, 0, &fs); in getPortLocURL()
H A Dhttp.c678 const char *portloc; in urlSanitize() local
705 getPortLocURL(g->urlcopy, &portloc, 0); in urlSanitize()
706 if (portloc && !isdigit(portloc[1])) { in urlSanitize()
707 const char *s = portloc + strcspn(portloc, "/?#\1"); in urlSanitize()
708 strmove((char *)portloc, s); in urlSanitize()
H A Debprot.h396 bool getPortLocURL(const char *url, const char **portloc, int *port) ;