Searched refs:new_str (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c332 char *new_str = malloc (top + 1);
333 if (new_str == NULL)
337 memset (__mempcpy (new_str, __getopt_nonoption_flags,
341 __getopt_nonoption_flags = new_str;
329 char *new_str = malloc (top + 1); local
/osnet-11/usr/src/cmd/parted/
H A Dstrlist.c287 wchar_t* new_str = gettext_to_wchar (str); local
291 if (wchar_strcasecmp (new_str, walk->str) == 0) {
292 free (new_str);
298 return _str_list_append (list, new_str);
H A Dui.c773 char* new_str = realloc (str, length); local
775 strcat (new_str, append);
776 return new_str;
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c94 char *new_str; local
104 new_str = calloc(1, size + 1);
105 if (new_str == NULL)
107 new_str[0] = SIP_LAQUOT;
108 new_str[1] = '\0';
109 (void) strncat(new_str, str, strlen(str));
110 (void) strncat(new_str, ">", 1);
111 new_str[size] = '\0';
113 return (new_str);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.c167 char *new_str = malloc (top + 1);
168 if (new_str == NULL)
172 memset (__mempcpy (new_str, __getopt_nonoption_flags,
176 __getopt_nonoption_flags = new_str;
164 char *new_str = malloc (top + 1); local

Completed in 48 milliseconds