Home
last modified time | relevance | path

Searched refs:strcopyof (Results 1 – 10 of 10) sorted by relevance

/dports/math/gnubc/bc-1.07.1/bc/
H A Dscan.l240 yylval.s_value = strcopyof(yytext); return(NAME);
276 ==|\<=|\>=|\!=|"<"|">" { yylval.s_value = strcopyof(yytext); return(REL_OP); }
302 [a-z][a-z0-9_]* { yylval.s_value = strcopyof(yytext); return(NAME); }
306 yylval.s_value = strcopyof(yytext);
344 yylval.s_value = strcopyof(yytext);
H A Dscan.c1292 yylval.s_value = strcopyof(yytext); return(NAME);
1379 { yylval.s_value = strcopyof(yytext); return(REL_OP); }
1431 { yylval.s_value = strcopyof(yytext); return(NAME); }
1440 yylval.s_value = strcopyof(yytext);
1483 yylval.s_value = strcopyof(yytext);
H A Dproto.h60 char *strcopyof (const char *str);
H A Dutil.c43 strcopyof (const char *str) in strcopyof() function
550 id->id = strcopyof (name); in lookup()
/dports/audio/umodplayer/umodplayer_B5.1/
H A Dplaylist.c282 p->name = strcopyof(nam); in item_get_info()
296 p->name = strcopyof(name); in item_get_info()
340 p->path = strcopyof(buf); in list_from_dir()
394 name = strcopyof(path); in grab_name()
H A Dipret.c37 file.name = strcopyof(filenam); in CommandOpen()
469 last = strcopyof(str); /* RunCommand() modifies 'str' */ in CommandInterpreter()
H A Dtext.c27 strcopyof(char *str) in strcopyof() function
55 return strcopyof(ret); in ReadStringFromFile()
H A Daiff_write.c63 filenam = strcopyof(file.name); in WriteAIFF()
H A Dfile_read.c53 char *ptr = strcopyof(s); in safecopyof()
/dports/audio/umodplayer/umodplayer_B5.1/include/
H A Dtext.h9 char *strcopyof(char*);