Searched refs:_list (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Dlocale.c96 const Msglst *list, *_list; local
112 _list = list + off;
113 _msgid = ids + _list->lst_idoff;
116 return (strs + _list->lst_stroff);
119 if ((off = _list->lst_less) == LEAFINDICATOR)
122 if ((off = _list->lst_more) == LEAFINDICATOR)
H A Dpaths.c335 char *token = NULL, *oname, *ename, *optr, *_optr, *nptr, *_list; local
593 if ((_list = lptr =
743 *list = _list;
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Daddrmatch.c366 * Match "addr" against list pattern list "_list", which may contain a
369 * If addr is NULL, then no matching is performed, but _list is parsed
378 addr_match_list(const char *addr, const char *_list) argument
389 if ((o = list = strdup(_list)) == NULL)

Completed in 101 milliseconds