Home
last modified time | relevance | path

Searched refs:photo_to_file (Results 1 – 5 of 5) sorted by relevance

/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Diolib.h177 bool photo_to_file(); /* args: char *name, *mode; Returns TRUE if it succeeds,
H A Dshell.c967 photo_to_file("",""); in do_photo()
977 if (!photo_to_file(file_name,"a")) in do_photo()
H A Diolib.c530 int photo_to_file(new_log_name,new_log_mode) in photo_to_file() function
/dports/biology/mapm3/mapm3-3.0_1/mapm/
H A Dmain.c58 if ((append_it && !photo_to_file(file_arg[PHOTO_FILE_ARG],APPEND)) ||
59 (!append_it && !photo_to_file(file_arg[PHOTO_FILE_ARG],WRITE)))
/dports/biology/mapm3/mapm3-3.0_1/quant/
H A Dqtop.c124 if ((append_it && !photo_to_file(file_arg[PHOTO_FILE_ARG],APPEND)) ||
125 (!append_it && !photo_to_file(file_arg[PHOTO_FILE_ARG],WRITE)))