Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfru/libgenutil/
H A DStr.cc34 Str::Str() in Str() function in Str
39 Str::Str(const char *str) in Str() function in Str
44 Str::Str(const char *str, int len) in Str() function in Str
51 Str::Str(const Str& rhs) in Str() function in Str
56 Str::~Str() in ~Str()
62 Str::operator = (const Str& rhs) in operator =()
71 Str::operator = (const char *str) in operator =()
79 Str::operator == (const Str& rhs) const in operator ==()
85 Str::operator != (const Str& rhs) const in operator !=()
91 Str::operator[](int index) const in operator []()
[all …]
/titanic_41/usr/src/lib/libfru/include/
H A DStr.h40 struct Str struct
42 Str();
43 Str(const char *str);
44 Str(const char *str, int len);
45 Str(const Str& rhs);
46 virtual ~Str();
48 void operator=(const Str& rhs); argument
51 int operator != (const Str& rhs) const; argument
52 int operator == (const Str& rhs) const;
55 Str& operator<<(Str rhs);
[all …]
/titanic_41/usr/src/lib/libfru/libfru/
H A DAncestor.h48 Ancestor(Str field, fru_tag_t t, const fru_regdef_t *d);
53 Str getFieldName(void);
73 Str field_name;
84 Str element);
87 Str element,
90 Str path);
H A DAncestor.cc37 Ancestor::Ancestor(Str field, fru_tag_t t, const fru_regdef_t *d) in Ancestor()
99 Str
183 Ancestor::createTaggedAncestor(const fru_regdef_t *def, Str element) in createTaggedAncestor()
205 Str path = "/"; in createTaggedAncestor()
225 Str element, in definitionContains()
228 Str path) in definitionContains()
234 Str tmp = path; in definitionContains()
253 Str newPath = path; in definitionContains()
/titanic_41/usr/src/cmd/sgs/lari/
H A Dlari.pl904 my ($Str) = "$Cnt:";
946 $Str = $Str .
949 $Str = $Str . '0';
954 $Str = $Str . 'E';
959 $Str = $Str . 'S';
963 $Str = $Str . 'D';
968 $Str = $Str . 'I';
973 $Str = $Str . 'C';
977 $Str = $Str . 'F';
983 $Str = $Str . 'P';
[all …]
/titanic_41/usr/src/lib/libxcurses/src/tic/
H A Duntic.c95 char **Str; variable
114 Str = strnames;
127 Str = strcodes;
132 Str = strnames;
137 Str = strfnames;
211 (void) printf("\t%s=", Str[i]);
/titanic_41/usr/src/lib/storage/common/
H A Dstgcom.h505 #define MSGSTR(Num, Str) catgets(l_catd, L_SET1, Num, Str) argument
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dses.c175 static const char *Str = "%s\n"; variable
1646 scsi_log(SES_DEVINFO(ssc), (char *)Snm, level, Str, buf); in ses_log()
1651 Str, buf); in ses_log()
1656 Str, buf); in ses_log()
1661 Str, buf); in ses_log()
1666 Str, buf); in ses_log()
1671 Str, buf); in ses_log()
1676 Str, buf); in ses_log()
1681 Str, buf); in ses_log()
1686 Str, buf); in ses_log()
[all …]
/titanic_41/usr/src/lib/libfru/
H A DMakefile.obj46 GENUTOBJS= Str.o
/titanic_41/usr/src/cmd/find/
H A Dfind.c95 Unary, Id, Num, Str, Exec, Cpio, Op enumerator
125 "-fstype", FSTYPE, Str,
128 "-iname", INAME, Str,
130 "-ipath", IPATH, Str,
131 "-iregex", IREGEX, Str,
140 "-name", NAME, Str,
142 "-newer", NEWER, Str,
149 "-path", PATH, Str,
154 "-regex", REGEX, Str,
/titanic_41/usr/src/cmd/luxadm/
H A Dcommon.h68 #define MSGSTR(Num, Str) catgets(l_catd, L_SET1, Num, Str) argument