Searched refs:a_index (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libinstzones/common/ |
H A D | zones_str.c | 259 _z_strGetToken(char *r_sep, char *a_string, int a_index, char *a_separators) in _z_strGetToken() argument 268 assert(a_index >= 0); in _z_strGetToken() 300 if (a_index-- == 0) { in _z_strGetToken() 364 _z_strGetToken_r(char *r_sep, char *a_string, int a_index, in _z_strGetToken_r() argument 374 assert(a_index >= 0); in _z_strGetToken_r() 411 if (a_index-- == 0) { in _z_strGetToken_r() 637 int a_index) in _z_strRemoveToken() argument 694 if ((strcmp(p, a_token) == 0) && (a_index-- == 0)) { in _z_strRemoveToken()
|
H A D | instzones_lib.h | 346 int a_index, char *a_separators); 349 int a_index, char *a_separators, char *a_buf, 354 char *a_separators, int a_index);
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | pkgstr.c | 406 pkgstrGetToken(char *r_sep, char *a_string, int a_index, char *a_separators) in pkgstrGetToken() argument 415 assert(a_index >= 0); in pkgstrGetToken() 450 if (a_index-- == 0) { in pkgstrGetToken() 518 pkgstrGetToken_r(char *r_sep, char *a_string, int a_index, in pkgstrGetToken_r() argument 528 assert(a_index >= 0); in pkgstrGetToken_r() 568 if (a_index-- == 0) { in pkgstrGetToken_r() 764 int a_index) in pkgstrRemoveToken() argument 823 if (streq(p, a_token) && (a_index-- == 0)) { in pkgstrRemoveToken()
|
H A D | pkglib.h | 536 char *pkgstrGetToken(char *r_sep, char *a_string, int a_index, 538 void pkgstrGetToken_r(char *r_sep, char *a_string, int a_index, 544 char *a_separators, int a_index);
|
/titanic_44/usr/src/cmd/svr4pkg/libinst/ |
H A D | sml.c | 175 smlAddTag(SML_TAG **r_tag, int a_index, SML_TAG *a_subTag) in smlAddTag() argument 198 if ((a_index > tag->tags_num) || (a_index == -1)) { in smlAddTag() 199 a_index = tag->tags_num; in smlAddTag() 213 if (a_index < (tag->tags_num - 1)) { in smlAddTag() 214 (void) memmove(&(tag->tags[a_index + 1]), &(tag->tags[a_index]), in smlAddTag() 215 sizeof (SML_TAG) * (tag->tags_num - a_index - 1)); in smlAddTag() 220 (void) memcpy(&(tag->tags[a_index]), a_subTag, in smlAddTag() 223 return (&(tag->tags[a_index])); in smlAddTag()
|
/titanic_44/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 521 SML_TAG *smlAddTag(SML_TAG **r_tag, int a_index,
|