Home
last modified time | relevance | path

Searched refs:im_strdup (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dmodel.c88 rename->old_name = im_strdup( NULL, old_name ); in model_rename_new()
89 rename->new_name = im_strdup( NULL, new_name ); in model_rename_new()
220 state->filename = im_strdup( NULL, filename ); in model_loadstate_new()
222 state->filename_user = im_strdup( NULL, filename_user ); in model_loadstate_new()
224 state->filename_user = im_strdup( NULL, filename ); in model_loadstate_new()
257 if( !(state->filename = im_strdup( NULL, of->fname )) ) { in model_loadstate_new_openfile()
H A Dpath.c619 path_tmp_default = im_strdup( NULL, "." ); in path_init()
638 path_tmp_default = im_strdup( NULL, buf ); in path_init()
H A Dmanagedstring.c186 if( !(managedstring->string = im_strdup( NULL, string )) ) in managedstring_new()
H A Dboxes.c455 ssc->label = im_strdup( NULL, label ); in stringset_child_new()
456 ssc->text = im_strdup( NULL, text ); in stringset_child_new()
457 ssc->tooltip = im_strdup( NULL, tooltip ); in stringset_child_new()
H A Dgraphwindow.c332 graphwindow->dot = im_strdup( NULL, vips_buf_all( &buf ) ); in graphwindow_layout_cb()
H A Dcolumn.c460 return( im_strdup( NULL, buf ) ); in column_name_new()
H A Dimagemodel.c279 imagemodel->font_name = im_strdup( NULL, PAINTBOX_FONT ); in imagemodel_init()
H A Dcall.c528 *c = im_strdup( NULL, buf ); in call_fromip()
1135 mo->name = im_strdup( NULL, "" ); in call_build_output()
H A Dcache.c900 if( !(argv[i] = im_strdup( NULL, vips_buf_all( &buf ) )) ) in cache_build_argv()
H A Dworkspacegroup.c627 retain_files[retain_next] = im_strdup( NULL, filename ); in workspacegroup_checkmark_timeout()
H A Dbuiltin.c586 fn = im_strdup( NULL, "" ); in apply_search_call()
H A Dutil.c1924 char *im_strdupn( const char *txt ) { return( im_strdup( NULL, txt ) ); } in im_strdupn()
/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Dpackage.c104 argv[2] = im_strdup( NULL, prefix ); in guess_prefix_vec()
140 argv[2] = im_strdup( NULL, libdir ); in guess_libdir_vec()
296 !(*out = im_strdup( NULL, str )) ) in history_get_vec()
385 if( !(argv[0] = im_strdup( NULL, vips_version_string() )) ) in version_string_vec()
H A Dim_vips2tiff.c217 profile = im_strdup( NULL, q ); in im_vips2tiff()
H A Ddispatch_types.c226 if( str && !(mo->name = im_strdup( NULL, str )) ) in mask_init()
592 if( !(*obj = (im_object) im_strdup( NULL, str )) ) in input_string_init()
H A Drw_mask.c236 if( !(out->filename = im_strdup( NULL, filename )) ) { in im_create_imask()
319 if( !(out->filename = im_strdup( NULL, filename )) ) { in im_create_dmask()
H A Ddeprecated_dispatch.c486 *out = im_strdup( NULL, "printed" ); in print_vec()
/dports/graphics/vips/vips-8.12.0/libvips/include/vips/
H A Dvips7compat.h392 (S) = im_strdup( NULL, sst ); \
400 #define im_strdup( IM, STR ) \ macro