Symbol: alloc_string
usr/src/cmd/format/auto_sense.c
1863
disk->dtype_asciilabel = alloc_string(disk_name);
usr/src/cmd/format/auto_sense.c
1906
part->pinfo_name = alloc_string("default");
usr/src/cmd/format/auto_sense.c
355
part->pinfo_name = alloc_string("default");
usr/src/cmd/format/auto_sense.c
671
disk->dtype_asciilabel = alloc_string(disk_name);
usr/src/cmd/format/auto_sense.c
700
part->pinfo_name = alloc_string("default");
usr/src/cmd/format/io.c
1005
return ((int)alloc_string(token));
usr/src/cmd/format/io.c
694
return ((int)alloc_string((char *)deflt));
usr/src/cmd/format/menu_command.c
2009
parts->pinfo_name = alloc_string("original");
usr/src/cmd/format/misc.c
605
argvlist[*size] = alloc_string(str);
usr/src/cmd/format/misc.h
153
char *alloc_string(char *s);
usr/src/cmd/format/modify_partition.c
508
part->pinfo_name = alloc_string(tptr->dtype_asciilabel);
usr/src/cmd/format/startup.c
1804
search_disk->disk_name = alloc_string(devname);
usr/src/cmd/format/startup.c
1805
search_disk->disk_path = alloc_string(devpath);
usr/src/cmd/format/startup.c
2025
search_parts->pinfo_name = alloc_string("original");
usr/src/cmd/format/startup.c
2167
search_parts->pinfo_name = alloc_string("original");
usr/src/cmd/format/startup.c
2811
result = alloc_string(p);
usr/src/cmd/format/startup.c
392
file_name = alloc_string(fname);
usr/src/cmd/luxadm/errormsgs.c
1105
errStrg = alloc_string(err_msg);
usr/src/cmd/rmformat/rmf_misc.c
1949
result = alloc_string(p);
usr/src/lib/libtsol/common/btos.c
323
if ((ssize = alloc_string(&sstring, ssize, 's')) == 0)
usr/src/lib/libtsol/common/btos.c
336
if ((newsize = alloc_string(&sstring, ssize,
usr/src/lib/libtsol/common/btos.c
371
if ((newsize = alloc_string(&sstring, ssize, 's')) ==
usr/src/lib/libtsol/common/btos.c
419
if ((ssize = alloc_string(&sstring, ssize, 'c')) == 0)
usr/src/lib/libtsol/common/btos.c
432
if ((newsize = alloc_string(&sstring, ssize,
usr/src/lib/libtsol/common/btos.c
467
if ((newsize = alloc_string(&sstring, ssize, 'c')) ==
usr/src/lib/libtsol/common/clnt.h
41
extern int alloc_string(char **, size_t, char);
usr/src/lib/libtsol/common/private.c
140
if ((*static_string_size = alloc_string(static_string,
usr/src/lib/libtsol/common/private.c
149
if ((newsize = alloc_string(static_string, *static_string_size,
usr/src/tools/smatch/src/check_bit_shift.c
103
name = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/check_indenting.c
224
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/check_leaks.c
65
return alloc_string(buf);
usr/src/tools/smatch/src/check_locking.c
478
return alloc_string(get_lock_name(lock->type));
usr/src/tools/smatch/src/check_macro_side_effects.c
152
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/check_memcpy_overflow.c
351
insert_string(&ignored_structs, alloc_string(struct_type));
usr/src/tools/smatch/src/check_missing_break.c
59
name = alloc_string("");
usr/src/tools/smatch/src/check_sizeof.c
142
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/check_unreachable.c
249
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/check_unreachable.c
276
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch.c
266
return alloc_string(filename);
usr/src/tools/smatch/src/smatch.c
275
orig = alloc_string(arg0);
usr/src/tools/smatch/src/smatch.c
292
return alloc_string(option_datadir_str);
usr/src/tools/smatch/src/smatch.c
296
dir = alloc_string(buf);
usr/src/tools/smatch/src/smatch.c
304
dir = alloc_string(buf);
usr/src/tools/smatch/src/smatch.c
309
dir = alloc_string(buf);
usr/src/tools/smatch/src/smatch.h
381
char *alloc_string(const char *str);
usr/src/tools/smatch/src/smatch_about_fn_ptr_arg.c
105
*arg_ptr = alloc_string(argv[0]);
usr/src/tools/smatch/src/smatch_about_fn_ptr_arg.c
144
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_comparison.c
924
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_constraints.c
129
state->name = alloc_string(buf);
usr/src/tools/smatch/src/smatch_constraints.c
171
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_constraints.c
192
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_constraints.c
234
*str = alloc_string(argv[0]);
usr/src/tools/smatch/src/smatch_constraints.c
264
*p = alloc_string(argv[0]);
usr/src/tools/smatch/src/smatch_constraints.c
269
*p = alloc_string(buf);
usr/src/tools/smatch/src/smatch_data_source.c
61
ret = alloc_string(buf);
usr/src/tools/smatch/src/smatch_data_source.c
87
ret = alloc_string(buf);
usr/src/tools/smatch/src/smatch_db.c
1129
insert_string(&ptr_names, alloc_string(argv[0]));
usr/src/tools/smatch/src/smatch_db.c
2437
func = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_db.c
2524
func = alloc_string(get_next_string(&p));
usr/src/tools/smatch/src/smatch_db.c
2525
orig = alloc_string(get_next_string(&p));
usr/src/tools/smatch/src/smatch_db.c
2526
new = alloc_string(get_next_string(&p));
usr/src/tools/smatch/src/smatch_db.c
2585
return alloc_string(member_name);
usr/src/tools/smatch/src/smatch_db.c
2626
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_db.c
2643
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_db.c
2672
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_db.c
2680
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_equiv.c
225
left_sm->name = alloc_string(left_name);
usr/src/tools/smatch/src/smatch_equiv.c
234
other_sm->name = alloc_string(other_name);
usr/src/tools/smatch/src/smatch_equiv.c
41
tmp->name = alloc_string(name);
usr/src/tools/smatch/src/smatch_estate.c
477
ret->name = alloc_string(state->name);
usr/src/tools/smatch/src/smatch_expressions.c
270
alloc = alloc_string(buf);
usr/src/tools/smatch/src/smatch_extra.c
240
ret = alloc_string(buf);
usr/src/tools/smatch/src/smatch_extra.c
250
ret = alloc_string(buf);
usr/src/tools/smatch/src/smatch_extra.c
297
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_flow.c
150
full_filename = alloc_string(filename);
usr/src/tools/smatch/src/smatch_flow.c
1928
full_base_file = alloc_string(base_file);
usr/src/tools/smatch/src/smatch_function_hashtable.h
101
name = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_function_hashtable.h
47
key = alloc_string(look_for); \
usr/src/tools/smatch/src/smatch_function_ptrs.c
117
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_function_ptrs.c
129
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_function_ptrs.c
177
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_function_ptrs.c
218
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_function_ptrs.c
228
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_function_ptrs.c
50
return alloc_string(arg->string->data);
usr/src/tools/smatch/src/smatch_helper.c
445
return alloc_string(var_name);
usr/src/tools/smatch/src/smatch_helper.c
481
return alloc_string(var_name);
usr/src/tools/smatch/src/smatch_helper.c
83
state->name = alloc_string(buff);
usr/src/tools/smatch/src/smatch_helper.c
919
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_helper.c
93
state->name = alloc_string(name);
usr/src/tools/smatch/src/smatch_helper.c
965
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_helper.c
968
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_mtag.c
77
*allocator = alloc_string("unknown");
usr/src/tools/smatch/src/smatch_mtag.c
80
*allocator = alloc_string(argv[0]);
usr/src/tools/smatch/src/smatch_project.c
117
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_project.c
146
func = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_project.c
175
func = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_project.c
204
func = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_return_to_param.c
141
return alloc_string(state->name);
usr/src/tools/smatch/src/smatch_return_to_param.c
66
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_return_to_param.c
86
return alloc_string(buf);
usr/src/tools/smatch/src/smatch_string_list.c
52
INSERT_CURRENT(alloc_string(new), tmp);
usr/src/tools/smatch/src/smatch_string_list.c
56
new = alloc_string(new);
usr/src/tools/smatch/src/smatch_tracker.c
27
tmp->name = alloc_string(name);
usr/src/tools/smatch/src/smatch_type_val.c
131
member = alloc_string(member);
usr/src/tools/smatch/src/smatch_type_val.c
145
member = alloc_string(member);
usr/src/tools/smatch/src/smatch_type_val.c
157
new->name = alloc_string("ignore");
usr/src/tools/smatch/src/smatch_type_val.c
159
new->name = alloc_string("min-max");
usr/src/tools/smatch/src/smatch_type_val.c
168
member = alloc_string(member);
usr/src/tools/smatch/src/smatch_type_val.c
49
*db_vals = alloc_string(argv[0]);
usr/src/tools/smatch/src/smatch_var_sym.c
27
tmp->var = alloc_string(var);