Home
last modified time | relevance | path

Searched refs:new_cdata (Results 1 – 25 of 37) sorted by relevance

12

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/
H A Dextz.py60 new_cdata = None
62 new_cdata = mi.cover_data[1]
63 if not new_cdata:
68 new_cdata = f.read()
71 if new_cdata:
75 new_cover = _write_new_cover(new_cdata, cpath)
105 def _write_new_cover(new_cdata, cpath): argument
109 save_cover_data_to(new_cdata, new_cover.name)
H A Depub.py240 def serialize_cover_data(new_cdata, cpath): argument
242 return save_cover_data_to(new_cdata, data_fmt=os.path.splitext(cpath)[1][1:])
248 new_cdata = None
250 new_cdata = mi.cover_data[1]
251 if not new_cdata:
256 new_cdata = f.read()
262 cover_data=new_cdata, apply_null=apply_null, update_timestamp=update_timestamp,
266 if new_cdata and raster_cover:
273 replacements[cpath] = serialize_cover_data(new_cdata, cpath)
/dports/www/libdom/libdom-0.4.1/src/core/
H A Dcdatasection.c99 dom_cdata_section *new_cdata; in _dom_cdata_section_copy() local
102 new_cdata = malloc(sizeof(dom_cdata_section)); in _dom_cdata_section_copy()
103 if (new_cdata == NULL) in _dom_cdata_section_copy()
106 err = dom_text_copy_internal(old, new_cdata); in _dom_cdata_section_copy()
108 free(new_cdata); in _dom_cdata_section_copy()
112 *copy = (dom_node_internal *) new_cdata; in _dom_cdata_section_copy()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenoutput.c1089 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1139 new_cdata = XNEWVAR (struct constraint_data, in note_constraint()
1141 new (new_cdata) constraint_data (); in note_constraint()
1142 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1143 new_cdata->namelen = namelen; in note_constraint()
1144 new_cdata->loc = info->loc; in note_constraint()
1145 new_cdata->next_this_letter = *slot; in note_constraint()
1146 *slot = new_cdata; in note_constraint()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenoutput.c1089 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1139 new_cdata = XNEWVAR (struct constraint_data, in note_constraint()
1141 new (new_cdata) constraint_data (); in note_constraint()
1142 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1143 new_cdata->namelen = namelen; in note_constraint()
1144 new_cdata->loc = info->loc; in note_constraint()
1145 new_cdata->next_this_letter = *slot; in note_constraint()
1146 *slot = new_cdata; in note_constraint()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgenoutput.c1087 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1137 new_cdata = XNEWVAR (struct constraint_data, in note_constraint()
1139 new (new_cdata) constraint_data (); in note_constraint()
1140 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1141 new_cdata->namelen = namelen; in note_constraint()
1142 new_cdata->loc = info->loc; in note_constraint()
1143 new_cdata->next_this_letter = *slot; in note_constraint()
1144 *slot = new_cdata; in note_constraint()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgenoutput.c1089 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1139 new_cdata = XNEWVAR (struct constraint_data, in note_constraint()
1141 new (new_cdata) constraint_data (); in note_constraint()
1142 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1143 new_cdata->namelen = namelen; in note_constraint()
1144 new_cdata->loc = info->loc; in note_constraint()
1145 new_cdata->next_this_letter = *slot; in note_constraint()
1146 *slot = new_cdata; in note_constraint()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgenoutput.c1089 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1139 new_cdata = XNEWVAR (struct constraint_data, in note_constraint()
1141 new (new_cdata) constraint_data (); in note_constraint()
1142 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1143 new_cdata->namelen = namelen; in note_constraint()
1144 new_cdata->loc = info->loc; in note_constraint()
1145 new_cdata->next_this_letter = *slot; in note_constraint()
1146 *slot = new_cdata; in note_constraint()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgenoutput.c1089 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1139 new_cdata = XNEWVAR (struct constraint_data, in note_constraint()
1141 new (new_cdata) constraint_data (); in note_constraint()
1142 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1143 new_cdata->namelen = namelen; in note_constraint()
1144 new_cdata->loc = info->loc; in note_constraint()
1145 new_cdata->next_this_letter = *slot; in note_constraint()
1146 *slot = new_cdata; in note_constraint()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenoutput.c1089 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1139 new_cdata = XNEWVAR (struct constraint_data, in note_constraint()
1141 new (new_cdata) constraint_data (); in note_constraint()
1142 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1143 new_cdata->namelen = namelen; in note_constraint()
1144 new_cdata->loc = info->loc; in note_constraint()
1145 new_cdata->next_this_letter = *slot; in note_constraint()
1146 *slot = new_cdata; in note_constraint()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgenoutput.c1089 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1139 new_cdata = XNEWVAR (struct constraint_data, in note_constraint()
1141 new (new_cdata) constraint_data (); in note_constraint()
1142 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1143 new_cdata->namelen = namelen; in note_constraint()
1144 new_cdata->loc = info->loc; in note_constraint()
1145 new_cdata->next_this_letter = *slot; in note_constraint()
1146 *slot = new_cdata; in note_constraint()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgenoutput.c1089 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1139 new_cdata = XNEWVAR (struct constraint_data, in note_constraint()
1141 new (new_cdata) constraint_data (); in note_constraint()
1142 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1143 new_cdata->namelen = namelen; in note_constraint()
1144 new_cdata->loc = info->loc; in note_constraint()
1145 new_cdata->next_this_letter = *slot; in note_constraint()
1146 *slot = new_cdata; in note_constraint()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgenoutput.c1089 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1139 new_cdata = XNEWVAR (struct constraint_data, in note_constraint()
1141 new (new_cdata) constraint_data (); in note_constraint()
1142 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1143 new_cdata->namelen = namelen; in note_constraint()
1144 new_cdata->loc = info->loc; in note_constraint()
1145 new_cdata->next_this_letter = *slot; in note_constraint()
1146 *slot = new_cdata; in note_constraint()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgenoutput.c1087 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1137 new_cdata = XNEWVAR (struct constraint_data, in note_constraint()
1139 new (new_cdata) constraint_data (); in note_constraint()
1140 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1141 new_cdata->namelen = namelen; in note_constraint()
1142 new_cdata->loc = info->loc; in note_constraint()
1143 new_cdata->next_this_letter = *slot; in note_constraint()
1144 *slot = new_cdata; in note_constraint()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgenoutput.c1104 class constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1154 new_cdata = XNEWVAR (class constraint_data, in note_constraint()
1156 new (new_cdata) constraint_data (); in note_constraint()
1157 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1158 new_cdata->namelen = namelen; in note_constraint()
1159 new_cdata->loc = info->loc; in note_constraint()
1160 new_cdata->next_this_letter = *slot; in note_constraint()
1161 *slot = new_cdata; in note_constraint()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgenoutput.c1091 class constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1141 new_cdata = XNEWVAR (class constraint_data, in note_constraint()
1143 new (new_cdata) constraint_data (); in note_constraint()
1144 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1145 new_cdata->namelen = namelen; in note_constraint()
1146 new_cdata->loc = info->loc; in note_constraint()
1147 new_cdata->next_this_letter = *slot; in note_constraint()
1148 *slot = new_cdata; in note_constraint()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgenoutput.c1092 class constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1142 new_cdata = XNEWVAR (class constraint_data, in note_constraint()
1144 new (new_cdata) constraint_data (); in note_constraint()
1145 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1146 new_cdata->namelen = namelen; in note_constraint()
1147 new_cdata->loc = info->loc; in note_constraint()
1148 new_cdata->next_this_letter = *slot; in note_constraint()
1149 *slot = new_cdata; in note_constraint()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgenoutput.c1091 class constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1141 new_cdata = XNEWVAR (class constraint_data, in note_constraint()
1143 new (new_cdata) constraint_data (); in note_constraint()
1144 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1145 new_cdata->namelen = namelen; in note_constraint()
1146 new_cdata->loc = info->loc; in note_constraint()
1147 new_cdata->next_this_letter = *slot; in note_constraint()
1148 *slot = new_cdata; in note_constraint()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgenoutput.c1092 class constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1142 new_cdata = XNEWVAR (class constraint_data, in note_constraint()
1144 new (new_cdata) constraint_data (); in note_constraint()
1145 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1146 new_cdata->namelen = namelen; in note_constraint()
1147 new_cdata->loc = info->loc; in note_constraint()
1148 new_cdata->next_this_letter = *slot; in note_constraint()
1149 *slot = new_cdata; in note_constraint()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgenoutput.c1092 class constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1142 new_cdata = XNEWVAR (class constraint_data, in note_constraint()
1144 new (new_cdata) constraint_data (); in note_constraint()
1145 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1146 new_cdata->namelen = namelen; in note_constraint()
1147 new_cdata->loc = info->loc; in note_constraint()
1148 new_cdata->next_this_letter = *slot; in note_constraint()
1149 *slot = new_cdata; in note_constraint()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgenoutput.c1091 class constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1141 new_cdata = XNEWVAR (class constraint_data, in note_constraint()
1143 new (new_cdata) constraint_data (); in note_constraint()
1144 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1145 new_cdata->namelen = namelen; in note_constraint()
1146 new_cdata->loc = info->loc; in note_constraint()
1147 new_cdata->next_this_letter = *slot; in note_constraint()
1148 *slot = new_cdata; in note_constraint()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgenoutput.c1180 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1229 new_cdata = XNEWVAR (struct constraint_data, sizeof (struct constraint_data) + namelen); in note_constraint()
1230 strcpy (CONST_CAST (char *, new_cdata->name), name); in note_constraint()
1231 new_cdata->namelen = namelen; in note_constraint()
1232 new_cdata->lineno = lineno; in note_constraint()
1233 new_cdata->next_this_letter = *slot; in note_constraint()
1234 *slot = new_cdata; in note_constraint()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgenoutput.c1176 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1225 new_cdata = XNEWVAR (struct constraint_data, sizeof (struct constraint_data) + namelen); in note_constraint()
1226 strcpy (CONST_CAST(char *, new_cdata->name), name); in note_constraint()
1227 new_cdata->namelen = namelen; in note_constraint()
1228 new_cdata->lineno = lineno; in note_constraint()
1229 new_cdata->next_this_letter = *slot; in note_constraint()
1230 *slot = new_cdata; in note_constraint()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgenoutput.c1176 struct constraint_data **iter, **slot, *new_cdata; in note_constraint() local
1225 new_cdata = XNEWVAR (struct constraint_data, sizeof (struct constraint_data) + namelen); in note_constraint()
1226 strcpy (CONST_CAST(char *, new_cdata->name), name); in note_constraint()
1227 new_cdata->namelen = namelen; in note_constraint()
1228 new_cdata->lineno = lineno; in note_constraint()
1229 new_cdata->next_this_letter = *slot; in note_constraint()
1230 *slot = new_cdata; in note_constraint()
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Ddebrebuild.pl1234 my $new_cdata
1236 $new_cdata->load($new_buildinfo);
1238 $new_checksums->add_from_control($new_cdata);

12