Home
last modified time | relevance | path

Searched refs:at_string (Results 1 – 25 of 91) sorted by relevance

1234

/dports/graphics/autotrace/autotrace-0.31.1/
H A Dfilename.c36 static at_string concat3 (at_string, at_string, at_string);
38 at_string
55 at_string
56 extend_filename (at_string name, at_string default_suffix) in extend_filename()
58 at_string new_s; in extend_filename()
66 at_string
67 make_suffix (at_string s, at_string new_suffix) in make_suffix()
86 at_string
95 static at_string
122 static at_string
[all …]
H A Dfilename.h28 extern at_string find_suffix (at_string name);
32 extern at_string extend_filename (at_string name, at_string suffix);
37 extern at_string make_suffix (at_string s, at_string suffix);
40 extern at_string remove_suffix (at_string name);
H A Doutput-pstoedit.c57 static at_string pstoedit_suffix_table_lookup_deep (const at_string suffix);
59 static const at_string get_symbolicname(const at_string suffix);
62 FILE* file, at_string name,
113 static at_string
152 output_pstoedit_get_writer(const at_string suffix) in output_pstoedit_get_writer()
165 FILE* file, at_string name, in output_pstoedit_invoke_writer()
189 output_pstoedit_writer (const at_string suffix, in output_pstoedit_writer()
190 FILE* file, at_string name, in output_pstoedit_writer()
300 static const at_string
301 get_symbolicname(const at_string suffix) in get_symbolicname()
[all …]
H A Dautotrace.h230 void (* at_msg_func) (at_string msg, at_msg_type msg_type, at_address client_data);
237 at_bitmap_type (*at_input_read_func) (at_string name,
243 int (*at_output_write_func) (FILE*, at_string name,
315 at_string filename,
386 at_string file_name,
406 at_input_read_func at_input_get_handler (at_string filename);
407 at_input_read_func at_input_get_handler_by_suffix (at_string suffix);
419 at_output_write_func at_output_get_handler (at_string filename);
420 at_output_write_func at_output_get_handler_by_suffix (at_string suffix);
H A Dxstd.c11 xfopen (at_string filename, at_string mode) in xfopen()
29 xfclose (FILE *f, at_string filename) in xfclose()
39 xfseek (FILE *f, long offset, int wherefrom, at_string filename) in xfseek()
H A Dxstd.h92 extern FILE *xfopen (at_string filename, at_string mode);
93 extern void xfclose (FILE *, at_string filename);
94 extern void xfseek (FILE *, long, int, at_string filename);
H A Doutput-epd.c34 static at_string now (void);
94 static int output_epd_header(FILE* epd_file, at_string name, in output_epd_header()
97 at_string time; in output_epd_header()
162 int output_epd_writer(FILE* epd_file, at_string name, in output_epd_writer()
181 static at_string
184 at_string time_string; in now()
H A Doutput-pstoedit.h26 at_output_write_func output_pstoedit_get_writer(const at_string);
29 FILE* file, at_string name,
35 at_bool output_pstoedit_is_unusable_writer(const at_string name);
H A Doutput-eps.c33 static at_string now (void);
96 static int output_eps_header(FILE* ps_file, at_string name, in output_eps_header()
99 at_string time; in output_eps_header()
204 int output_eps_writer(FILE* ps_file, at_string name, in output_eps_writer()
225 static at_string
228 at_string time_string; in now()
H A Doutput-er.c31 static at_string now(void);
39 output_er_header(FILE* er_file, at_string name, int llx, int lly, int urx, int ury) in output_er_header()
41 at_string time; in output_er_header()
196 output_er_writer(FILE* file, at_string name, int llx, int lly, int urx, int ury, in output_er_writer()
215 static at_string
218 at_string time_string; in now()
H A Dinput.c64 at_input_get_handler (at_string filename) in at_input_get_handler()
74 at_input_get_handler_by_suffix (at_string suffix) in at_input_get_handler_by_suffix()
274 at_input_add_handler (at_string suffix, in at_input_add_handler()
275 at_string description, in at_input_add_handler()
H A Dexception.h29 const at_string message);
31 const at_string message);
H A Dinput.h35 extern int at_input_add_handler (at_string suffix,
36 at_string description,
H A Doutput.c86 at_output_get_handler(at_string filename) in at_output_get_handler()
96 at_output_get_handler_by_suffix(at_string suffix) in at_output_get_handler_by_suffix()
277 at_output_add_handler (at_string suffix, in at_output_add_handler()
278 at_string description, in at_output_add_handler()
H A Dinput-png.c43 static void handle_warning(png_structp png, const at_string message) { in handle_warning()
51 static void handle_error(png_structp png, const at_string message) { in handle_error()
130 at_bitmap_type input_png_reader(at_string filename, at_input_opts_type * opts, in input_png_reader()
H A Dexception.c23 const at_string message) in at_exception_fatal()
38 const at_string message) in at_exception_warning()
H A Doutput.h88 int at_output_add_handler (at_string suffix,
89 at_string description,
H A Datou.h7 unsigned atou (at_string s);
H A Datou.c11 atou (at_string s) in atou()
H A Dinput-pnm.h25 at_bitmap_type input_pnm_reader (at_string filename,
H A Dinput-tga.h25 at_bitmap_type input_tga_reader (at_string filename,
/dports/deskutils/pal/pal-0.4.3/src/
H A Dremind.c54 gchar* at_string; in pal_remind_event() local
60 at_string = g_malloc(1024*sizeof(gchar)); in pal_remind_event()
76 snprintf(at_string, 1024, "%02d:%02d %04d-%02d-%02dW", in pal_remind_event()
86 snprintf(at_string, 1024, "%02d:%02d %04d-%02d-%02d", 0,0, in pal_remind_event()
95 pal_rl_default_text = at_string; in pal_remind_event()
97 at_string = pal_rl_get_line(_("Remind me on (HH:MM YYYY-MM-DD): "), settings->term_rows-2, 0); in pal_remind_event()
101at_string = pal_rl_get_line_default(_("Remind me on (HH:MM YYYY-MM-DD): "), settings->term_rows-2,… in pal_remind_event()
153 g_print("at -f %s %s\n", tmp_name, at_string); in pal_remind_event()
154 return_val = system(g_strconcat("at -f ", tmp_name, " ", at_string, NULL)); in pal_remind_event()
/dports/net/samba412/samba-4.12.15/examples/LDAP/
H A Dol-schema-migrate.pl237 my $at_string;
251 $at_string .= $_;
254 for(my $i=0;$ i < length($at_string); $i++) {
255 $beginParenthesis++ if(substr ($at_string,$i,1) eq "(");
256 $endParenthesis++ if(substr ($at_string,$i,1) eq ")");
259 push @allattrs, $at_string;
261 $at_string = "";
279 $at_string = $line;
/dports/devel/dmalloc/dmalloc-5.6.5/
H A Ddmalloc.c275 for (attr_p = attributes; attr_p->at_string != NULL; attr_p++) { in dump_debug()
288 attr_p->at_string, attr_p->at_desc, attr_p->at_value); in dump_debug()
292 str = attr_p->at_string; in dump_debug()
333 for (attr_p = attributes; attr_p->at_string != NULL; attr_p++) { in token_to_value()
334 if (strcmp(tok, attr_p->at_string) == 0) { in token_to_value()
339 if (attr_p->at_string == NULL) { in token_to_value()
1037 for (attr_p = attributes; attr_p->at_string != NULL; attr_p++) { in main()
1039 if (attr_p->at_value == 0 && strcmp(attr_p->at_string, "none") != 0) { in main()
1048 attr_p->at_string, attr_p->at_desc, attr_p->at_value); in main()
1051 loc_fprintf(stderr, "%s -- %s\n", attr_p->at_string, attr_p->at_desc); in main()
[all …]
H A Denv.c321 for (attr_p = attributes; attr_p->at_string != NULL; attr_p++) { in _dmalloc_environ_process()
322 if (strcmp(this_p, attr_p->at_string) == 0) { in _dmalloc_environ_process()
327 if (attr_p->at_string != NULL) { in _dmalloc_environ_process()
365 for (attr_p = attributes; attr_p->at_string != NULL; attr_p++) { in _dmalloc_environ_set()
368 attr_p->at_string); in _dmalloc_environ_set()

1234