Searched refs:my_strdup (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_v2.c305 static char *my_strdup(const char *);
308 my_strdup(const char *s) function
353 next_r->name = my_strdup(p_passwd->pw_name);
360 next_r->name = my_strdup(p_group->gr_name);
365 next_r->name = my_strdup(a->name);
373 next_r->name = my_strdup(a->name);
382 next_r->name = my_strdup("");
/netbsd-current/external/bsd/nvi/dist/motif_l/
H A Dxtabbed.c1581 static char *my_strdup(char *str);
1610 static char *my_strdup(char *str)
2092 str1=my_strdup(text);
2226 item->text=my_strdup(text);
2230 item->font_name=my_strdup(font_name);
2324 str1=my_strdup(text);
2393 str1=my_strdup(text);
2859 str1=my_strdup(text);
1603 static char *my_strdup(char *str) function

Completed in 203 milliseconds