Lines Matching refs:sc_strdup
278 root_dir = sc_strdup(dir);
602 raw_line = sc_strdup(line->s_str);
719 line = sc_strdup(sep->se_args);
854 sep->se_vendor = sc_strdup(vendor);
855 sep->se_publisher = sc_strdup(publisher);
856 sep->se_class = sc_strdup(class);
857 sep->se_subclass = sc_strdup(subclass);
858 sep->se_user = sc_strdup(user);
859 sep->se_reserved1 = sc_strdup(reserved1);
860 sep->se_reserved2 = sc_strdup(reserved2);
861 sep->se_path = sc_strdup(path);
862 sep->se_args = (args == NULL) ? NULL : sc_strdup(args);
969 sc_strdup(char *cp)