Searched refs:user_templatename (Results 1 – 1 of 1) sorted by relevance
1556 static char *user_templatename = NULL; variable1558 user_templatename = (char *) malloc( lemonStrlen(z)+1 ); in handle_T_option()1559 if( user_templatename==0 ){ in handle_T_option()1562 lemon_strcpy(user_templatename, z); in handle_T_option()3649 if (user_templatename != 0) { in tplt_open()3650 if( access(user_templatename,004)==-1 ){ in tplt_open()3652 user_templatename); in tplt_open()3656 in = fopen(user_templatename,"rb"); in tplt_open()3659 user_templatename); in tplt_open()