Searched defs:Name (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dprivate.h123 #define Name(i) (i)->name.str macro
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c135 static const char Name[] = "name"; variable
288 if (strcmp(lhsp, Name) == 0)
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h148 #define Name "name" macro
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py362 return Name.parse(unpacker.unpack_string())
845 class Name(object): class in inherits:object
849 The Name class serves as both an object name and a pattern to match existing
873 Returns: Name
874 a new Name
926 Return a new Name by parsing the supplied string into its
939 Returns: Name
940 a new Name instance
948 return Name(domain, [])
956 kvs.append([Name
[all...]

Completed in 30 milliseconds