Searched refs:s_str (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/common/fsreparse/ |
H A D | fs_reparse.c | 192 char *reparse_data, save_c, save_e, *save_e_ptr, *cp, *s_str, *e_str; in reparse_validate_create_nvlist() local 230 s_str = reparse_data + strlen(FS_REPARSE_TAG_STR); in reparse_validate_create_nvlist() 233 s_str = reparse_skipspace(s_str); in reparse_validate_create_nvlist() 236 while (s_str < e_str) { in reparse_validate_create_nvlist() 238 if (strncmp(s_str, FS_TOKEN_START_STR, in reparse_validate_create_nvlist() 246 s_str += strlen(FS_TOKEN_START_STR); in reparse_validate_create_nvlist() 249 if ((cp = strstr(s_str, FS_TOKEN_END_STR)) == NULL) { in reparse_validate_create_nvlist() 260 if (reparse_validate_svctype(s_str) == B_FALSE) { in reparse_validate_create_nvlist() 267 if (strlen(s_str) == 0) { in reparse_validate_create_nvlist() 274 if (reparse_validate_svc_token(s_str) == B_FALSE) { in reparse_validate_create_nvlist() [all …]
|
/titanic_50/usr/src/cmd/syseventadm/ |
H A D | syseventadm.c | 410 (void) fprintf(fp, "%s\n", line->s_str); in add_cmd() 602 raw_line = sc_strdup(line->s_str); in remove_file() 605 (void) fputs(line->s_str, tmp_fp); in remove_file() 773 (void) fputs(line->s_str, fp); in print_serecord() 822 lp = line->s_str; in parse_line() 1011 str->s_str = NULL; in initstr() 1025 if (str->s_str) { in freestr() 1026 sc_free(str->s_str, str->s_alloc); in freestr() 1053 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcats() 1054 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcats() [all …]
|
H A D | syseventadm.h | 84 char *s_str; member
|
/titanic_50/usr/src/cmd/syseventd/modules/sysevent_conf_mod/ |
H A D | sysevent_conf_mod.c | 306 str->s_str = NULL; in initstr() 320 if (str->s_str) { in freestr() 321 sc_free(str->s_str, str->s_alloc); in freestr() 348 new_str = (str->s_str == NULL) ? in strcopys() 350 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcopys() 354 str->s_str = new_str; in strcopys() 357 (void) strcpy(str->s_str, s); in strcopys() 373 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcats() 374 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcats() 378 str->s_str = new_str; in strcats() [all …]
|
H A D | sysevent_conf_mod.h | 97 char *s_str; member
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | cap.c | 97 str = cdp->c_full.s_str; in conv_iter_elfcap() 100 str = cdp->c_uc.s_str; in conv_iter_elfcap() 103 str = cdp->c_lc.s_str; in conv_iter_elfcap()
|
/titanic_50/usr/src/cmd/syseventd/daemons/syseventconfd/ |
H A D | syseventconfd.h | 67 char *s_str; member
|
/titanic_50/usr/src/common/elfcap/ |
H A D | elfcap.c | 359 (void) strcat(*ostr, nstr->s_str); in token() 546 if (strcasecmp(str, nstr->s_str) == 0) in value() 549 if (strcmp(str, nstr->s_str) == 0) in value()
|
H A D | elfcap.h | 65 const char *s_str; member
|
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | nldaputils.c | 214 char *q, *s_str = NULL; in sanitize_for_ldap_filter() local 226 s_str = calloc(1, n * 2 + strlen(str) + 1); in sanitize_for_ldap_filter() 227 if (s_str == NULL) in sanitize_for_ldap_filter() 229 for (p = str, q = s_str; *p; p++) { in sanitize_for_ldap_filter() 238 return (s_str); in sanitize_for_ldap_filter()
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 619 char *s_str; member 748 return (stttbl[i].s_str); in lookup_sttpair()
|