Home
last modified time | relevance | path

Searched refs:c_name (Results 201 – 225 of 2609) sorted by relevance

12345678910>>...105

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/gdal-0.6.0/src/vector/
H A Ddataset.rs77 let c_name = CString::new(name)?; in layer_by_name() localVariable
78 let c_layer = unsafe { gdal_sys::OGR_DS_GetLayerByName(self.c_dataset, c_name.as_ptr()) }; in layer_by_name()
87 let c_name = CString::new("")?; in create_layer() localVariable
90 c_name.as_ptr(), in create_layer()
109 let c_name = CString::new(name)?; in create_layer_ext() localVariable
117 c_name.as_ptr(), in create_layer_ext()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/gtk/
H A Dmk_enums.awk205 function print_numeric_enum(c_name)
207 selector = smalltalkize(tolower(c_name))
208 return " printf(\"\\n" selector " ^%d!\", (int) " c_name ");"
211 function print_string_enum(c_name)
213 selector = smalltalkize(tolower(c_name))
214 return " printf(\"\\n" selector " ^'%s'!\", " c_name ");"
/dports/lang/guile/guile-3.0.7/libguile/
H A Dunicode.c69 char *c_name; variable
74 c_name = scm_to_latin1_string (name);
75 ret = unicode_name_character (c_name);
76 free (c_name);
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dunicode.c61 char *c_name; variable
66 c_name = scm_to_latin1_string (name);
67 ret = unicode_name_character (c_name);
68 free (c_name);
/dports/net-im/fractal/fractal-4.4.0/vendor/lmdb/src/
H A Ddatabase.rs27 let c_name = name.map(|n| CString::new(n).unwrap()); in new() localVariable
28 let name_ptr = if let Some(ref c_name) = c_name { c_name.as_ptr() } else { ptr::null() }; in new()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/tests/ascent/
H A Dt_ascent_mpi_relay_extract.cpp723 std::string c_name = oss.str(); in TEST() local
734 mesh["coordsets"][c_name]["type"] = "uniform"; in TEST()
735 mesh["coordsets"][c_name]["dims/i"] = 3; in TEST()
736 mesh["coordsets"][c_name]["dims/j"] = 3; in TEST()
737 mesh["coordsets"][c_name]["origin/x"] = -10.0; in TEST()
738 mesh["coordsets"][c_name]["origin/y"] = -10.0; in TEST()
739 mesh["coordsets"][c_name]["spacing/dx"] = 10.0; in TEST()
740 mesh["coordsets"][c_name]["spacing/dy"] = 10.0; in TEST()
861 std::string c_name = oss.str(); in TEST() local
873 mesh["coordsets"][c_name]["dims/i"] = 3; in TEST()
[all …]
/dports/devel/p5-Alzabo/Alzabo-0.92/lib/Alzabo/
H A DTable.pm141 my $c_name = $p{column}->name;
144 Alzabo::Exception::Params->throw( error => "Column $c_name doesn't exist in $self->{name}" )
145 unless $self->{columns}->EXISTS($c_name);
150 …Alzabo::Exception::Params->throw( error => "Column $c_name is not a foreign key to $t_name in $sel…
151 unless exists $self->{fk}{$t_name}{$c_name};
153 return wantarray ? @{ $self->{fk}{$t_name}{$c_name} } : $self->{fk}{$t_name}{$c_name}[0];
/dports/www/sogo2/SOGo-2.4.1/Tools/
H A DSOGoToolCheckupUser.m208 NSString *content, *c_name;
217 …objects = [gcsFolder fetchFields: [NSArray arrayWithObjects: @"c_name", @"c_content", nil] fetchS…
223 c_name = [[objects objectAtIndex: i] objectForKey: @"c_name"];
236 NSLog(@"Corrupted calendar item (missing tags) in path %@ with c_name = %@", folder, c_name);
238 [gcsFolder deleteContentWithName: c_name];
246 NSLog(@"Corrupted calendar item (unparsable) in path %@ with c_name = %@", folder, c_name);
248 [gcsFolder deleteContentWithName: c_name];
261 NSLog(@"Corrupted card item (unparsable) in path %@ with c_name = %@", folder, c_name);
263 [gcsFolder deleteContentWithName: c_name];
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/lmdb-rkv-0.12.3/src/
H A Ddatabase.rs26 let c_name = name.map(|n| CString::new(n).unwrap()); in new() localVariable
27 let name_ptr = if let Some(ref c_name) = c_name { in new()
28 c_name.as_ptr() in new()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/lmdb-rkv-0.14.0/src/
H A Ddatabase.rs26 let c_name = name.map(|n| CString::new(n).unwrap()); in new() localVariable
27 let name_ptr = if let Some(ref c_name) = c_name { in new()
28 c_name.as_ptr() in new()
/dports/www/firefox/firefox-99.0/third_party/rust/lmdb-rkv/src/
H A Ddatabase.rs26 let c_name = name.map(|n| CString::new(n).unwrap()); in new() localVariable
27 let name_ptr = if let Some(ref c_name) = c_name { in new()
28 c_name.as_ptr() in new()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lmdb-rkv/src/
H A Ddatabase.rs26 let c_name = name.map(|n| CString::new(n).unwrap()); in new() localVariable
27 let name_ptr = if let Some(ref c_name) = c_name { in new()
28 c_name.as_ptr() in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lmdb-rkv/src/
H A Ddatabase.rs26 let c_name = name.map(|n| CString::new(n).unwrap()); in new() localVariable
27 let name_ptr = if let Some(ref c_name) = c_name { in new()
28 c_name.as_ptr() in new()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lmdb-rkv/src/
H A Ddatabase.rs26 let c_name = name.map(|n| CString::new(n).unwrap()); in new() localVariable
27 let name_ptr = if let Some(ref c_name) = c_name { in new()
28 c_name.as_ptr() in new()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/han/
H A Dcoll_han_dynamic.c99 comm->c_contextid, comm->c_name); in mca_coll_han_get_all_coll_modules()
359 comm->c_contextid, comm->c_name); in mca_coll_han_allgather_intra_dynamic()
377 comm->c_contextid, comm->c_name); in mca_coll_han_allgather_intra_dynamic()
469 comm->c_contextid, comm->c_name); in mca_coll_han_allgatherv_intra_dynamic()
489 comm->c_contextid, comm->c_name); in mca_coll_han_allgatherv_intra_dynamic()
510 comm->c_contextid, comm->c_name); in mca_coll_han_allgatherv_intra_dynamic()
580 comm->c_contextid, comm->c_name); in mca_coll_han_allreduce_intra_dynamic()
600 comm->c_contextid, comm->c_name); in mca_coll_han_allreduce_intra_dynamic()
682 comm->c_contextid, comm->c_name); in mca_coll_han_barrier_intra_dynamic()
702 comm->c_contextid, comm->c_name); in mca_coll_han_barrier_intra_dynamic()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001/
H A Dexcatch001.cpp39 char *c_name; member
47 const char *c_name; member
100 &ex.c_name, &ex.c_sig, &generic); in ExceptionCatch()
110 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
117 && ex.c_name != NULL && strcmp(ex.c_name, exs[i].c_name) == 0 in ExceptionCatch()
128 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001/
H A Dexcatch001.cpp39 char *c_name; member
47 const char *c_name; member
100 &ex.c_name, &ex.c_sig, &generic); in ExceptionCatch()
110 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
117 && ex.c_name != NULL && strcmp(ex.c_name, exs[i].c_name) == 0 in ExceptionCatch()
128 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001/
H A Dexcatch001.cpp39 char *c_name; member
47 const char *c_name; member
100 &ex.c_name, &ex.c_sig, &generic); in ExceptionCatch()
110 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
117 && ex.c_name != NULL && strcmp(ex.c_name, exs[i].c_name) == 0 in ExceptionCatch()
128 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001/
H A Dexcatch001.cpp39 char *c_name; member
47 const char *c_name; member
103 &ex.c_name, &ex.c_sig, &generic); in ExceptionCatch()
114 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
121 && ex.c_name != NULL && strcmp(ex.c_name, exs[i].c_name) == 0 in ExceptionCatch()
132 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001/
H A Dexcatch001.cpp39 char *c_name; member
47 const char *c_name; member
103 &ex.c_name, &ex.c_sig, &generic); in ExceptionCatch()
114 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
121 && ex.c_name != NULL && strcmp(ex.c_name, exs[i].c_name) == 0 in ExceptionCatch()
132 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001/
H A Dexcatch001.cpp39 char *c_name; member
47 const char *c_name; member
100 &ex.c_name, &ex.c_sig, &generic); in ExceptionCatch()
110 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
117 && ex.c_name != NULL && strcmp(ex.c_name, exs[i].c_name) == 0 in ExceptionCatch()
128 ex.c_cls, ex.c_name, ex.c_sig, in ExceptionCatch()
/dports/science/hdf5/hdf5-1.10.6/fortran/src/
H A DH5Af.c53 char *c_name = NULL; /* Buffer to hold C string */ in h5acreate_c() local
59 if(NULL == (c_name = HD5f2cstring(name, (size_t)*namelen))) in h5acreate_c()
69 if(c_name) in h5acreate_c()
70 HDfree(c_name); in h5acreate_c()
96 char *c_name = NULL; /* Buffer to hold C string */ in h5adelete_c() local
102 if((c_name = HD5f2cstring(name, (size_t)*namelen)) == NULL) in h5adelete_c()
108 if(H5Adelete((hid_t)*obj_id, c_name) < 0) in h5adelete_c()
112 if(c_name) in h5adelete_c()
113 HDfree(c_name); in h5adelete_c()
880 if(c_name) in h5aexists_c()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libpulse-binding-2.25.0/src/context/
H A Dscache.rs80 let c_name = CString::new(name.clone()).unwrap(); in remove_sample() localVariable
83 let ptr = unsafe { capi::pa_context_remove_sample(self.ptr, c_name.as_ptr(), in remove_sample()
107 let c_name = CString::new(name.clone()).unwrap(); in play_sample() localVariable
119 capi::pa_context_play_sample(self.ptr, c_name.as_ptr(), p_dev, vol.0, cb_fn, cb_data) in play_sample()
150 let c_name = CString::new(name.clone()).unwrap(); in play_sample_with_proplist() localVariable
162 capi::pa_context_play_sample_with_proplist(self.ptr, c_name.as_ptr(), p_dev, vol.0, in play_sample_with_proplist()
/dports/devel/glibmm/glibmm-2.64.2/tools/pm/
H A DGtkDefs.pm320 $GtkDefs::objects{$$thing{c_name}} = $thing;
326 $GtkDefs::methods{$$thing{c_name}} = $thing;
332 $GtkDefs::methods{$$thing{c_name}} = $thing if ($thing);
367 return sort {$$a{c_name} cmp $$b{c_name}} values %GtkDefs::methods;
462 my $c_name = $_[0];
463 my $result = $GtkDefs::objects{$c_name};
510 my ($c_name) = @_;
511 $c_name =~ s/-/_/g;
513 my $obj = $GtkDefs::methods{$c_name};
618 $$self{c_name} = $1 if ($def=~s/\(c-name "(\S+)"\)//);
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dherrf.c71 char * c_name; local
80 c_name = HDf2cstring(filename, c_len);
81 if (!c_name) return(FAIL);
82 err_file = fopen(c_name, "a");

12345678910>>...105