Searched refs:add_string (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/ |
H A D | json_05_strings.ksh | 48 add_string "blank" ""; 49 add_string "" "blank key"; 50 add_string " " "whitespace key"; 51 add_string " tab " "tab key"; 52 add_string "escapes" "escape \x1b newline \n cr \r backslash \\ quote \"";
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | args.c | 1095 add_string(ofl->ofl_filtees, optarg)) == 1112 add_string(ofl->ofl_filtees, optarg)) == 1179 add_string(ofl->ofl_audit, 1195 add_string(ofl->ofl_depaudit, 1216 add_string(ofl->ofl_rpath,
|
H A D | util.c | 246 add_string(char *old, char *str) function
|
H A D | _libld.h | 663 extern char *add_string(char *, char *);
|
H A D | files.c | 1786 if ((ofl->ofl_rpath = add_string(ofl->ofl_rpath, 2221 if ((ofl->ofl_depaudit = add_string(ofl->ofl_depaudit,
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 14446 add_string(uu_list_t *strlist, const char *str) function 14525 add_string(values, buf); 14662 add_string(values, arg); 14675 add_string(values, arg); 16346 add_string(instances, instname); 16443 add_string(fnelem->mfstlist, strdup(mfst)); 16452 add_string(fnelem->mfstlist, safe_strdup(mfst));
|
Completed in 90 milliseconds