Searched refs:copy_string (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dsym.c182 char *copy_string();
185 if ( addsym( copy_string( name ),
230 char *copy_string();
238 scname[lastsc] = copy_string( str );
H A Dparse.y190 outfilename = copy_string( nmstr );
194 { prefix = copy_string( nmstr ); }
196 { yyclass = copy_string( nmstr ); }
H A Dinitscan.c1727 infilename = copy_string( yytext + 1 );
3660 infilename = copy_string( file );
3670 infilename = copy_string( "<stdin>" );
H A Dscan.c1727 infilename = copy_string( yytext + 1 );
3660 infilename = copy_string( file );
3670 infilename = copy_string( "<stdin>" );
H A Dflexdef.h831 extern char *copy_string PROTO((register const char *));
H A Dmisc.c189 /* copy_string - returns a dynamically allocated copy of a string */
191 char *copy_string( str ) function
207 flexfatal( _( "dynamic memory failure in copy_string()" ) );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/VMS/
H A Dvms-code.c119 new_arg0 = copy_string(arg0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Dparse.c753 outfilename = copy_string( nmstr );
759 { prefix = copy_string( nmstr ); }
763 { yyclass = copy_string( nmstr ); }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbmon.c87 static void copy_string(unsigned char *c, unsigned char *s) function
937 copy_string(block, specs->serial_no);
940 copy_string(block, specs->ascii);
943 copy_string(block, specs->monitor);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demufx.c2301 static void copy_string(char *dst, char *src, char *null, int idx) function
2326 copy_string(info->fxbus_names[res], fxbus_mask & (1 << res) ? *fxbus : NULL, "FXBUS", res);
2327 copy_string(info->extin_names[res], extin_mask & (1 << res) ? *extin : NULL, "Unused", res);
2328 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res);
2331 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res);

Completed in 170 milliseconds