Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c114 scanTag(char **pbp, char *endptr, char *tagBuf, int tagBufSize) in scanTag() argument
132 tagBufp = tagBuf; in scanTag()
331 char tagBuf[32]; in ParseRdnAttribute() local
334 rv = scanTag(pbp, endptr, tagBuf, sizeof (tagBuf)); in ParseRdnAttribute()
354 if (strcasecmp(n2k->name, tagBuf) == 0) { in ParseRdnAttribute()