OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrstr
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/plugins/radius/
dict.c
42
char
attrstr
[AUTH_ID_LEN];
local
211
if (sscanf (buffer, "%s%s%s%s", dummystr,
attrstr
,
223
if (strlen (
attrstr
) > NAME_LENGTH)
257
strcpy (dval->attrname,
attrstr
);
avpair.c
525
char
attrstr
[AUTH_ID_LEN];
local
546
rc_fieldcpy (
attrstr
, &buffer);
548
rc_dict_findattr (
attrstr
)) == (DICT_ATTR *) NULL)
Completed in 391 milliseconds