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

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/lib/
H A Dlib_misc.c181 char *dupstr; local
190 dupstr = lib_strdup(str);
191 if (!dupstr) return 0;
193 ptr = dupstr;
226 KFREE(dupstr);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/ext2ed/
H A Dmain.c477 return (dupstr (current_type->type_commands.names [i]));
488 return (dupstr (ext2_commands.names [i]));
499 return (dupstr (general_commands.names [i]));
508 return (dupstr ("quit"));
521 char *dupstr (char *src) function
H A Dext2ed.h304 char *dupstr (char *src);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_command.c379 char *dupstr; local
383 dupstr = strdup(str);
385 ptr = dupstr;
399 KFREE(dupstr);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlinelist.c3853 char *s, *end, *dupstr, buffer[4]; local
3857 dupstr = s = safestrdup(str,__FILE__,__LINE__);
3858 DEBUG3("Fix_str: dup '%s', 0x%lx", dupstr, Cast_ptr_to_long(dupstr) );
3885 if( *dupstr == 0 ){ free(dupstr); dupstr = 0; }
3886 DEBUG3( "Fix_str: final str '%s' -> '%s'", str, dupstr );
3887 return( dupstr );

Completed in 165 milliseconds