Home
last modified time | relevance | path

Searched refs:this_group (Results 1 – 25 of 88) sorted by relevance

1234

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dpopup.c429 if (this_group) { in popup_grouped_option_create()
430 this_group->options = NULL; in popup_grouped_option_create()
431 this_group->group_id = id; in popup_grouped_option_create()
432 this_group->type = type; in popup_grouped_option_create()
434 return this_group; in popup_grouped_option_create()
446 popup_grouped_option_t *this_group; in popup_find_or_create_group() local
453 return this_group; in popup_find_or_create_group()
462 return this_group; in popup_find_or_create_group()
507 popup_grouped_option_t *this_group; in popup_add_option_extended() local
642 if ( this_group->options ) { in popup_display_object()
[all …]
/dports/net-mgmt/pads/pads-1.2/src/
H A Dutil.c116 struct group *this_group; in init_pid_file() local
138 if ((this_group = getgrnam(bdata(group))) == NULL) in init_pid_file()
142 if ((chown(bdata(pid_file), this_user->pw_uid, this_group->gr_gid)) != 0) in init_pid_file()
378 struct group *this_group; in drop_privs() local
389 if ((this_group = getgrnam(bdata(newgroup))) == NULL) in drop_privs()
397 if ((setgid(this_group->gr_gid)) == -1) in drop_privs()
399 if ((setegid(this_group->gr_gid)) == -1) in drop_privs()
402 if ((setregid(this_group->gr_gid, this_group->gr_gid)) == -1) in drop_privs()
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/classes/
H A DSchedule.php622 $this_group =& $schedule->recgroup;
643 if (count($groups) > 1 && empty($this_group)) {
649 $this_group = $grp;
652 if (empty($this_group))
653 $this_group = 'Default';
658 if ($this_group == $group)
662 if (!$groups[$this_group]) {
663 echo '<option value="', html_entities($this_group), '" SELECTED',
664 '>', html_entities($this_group), '</option>';
672 function storagegroup_select($this_group, $name = 'storagegroup') { argument
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dbt-load.c264 btr_def_group this_group; in find_btr_def_group() local
269 for (this_group = *all_btr_def_groups; in find_btr_def_group()
270 this_group != NULL; in find_btr_def_group()
271 this_group = this_group->next) in find_btr_def_group()
275 if (!this_group) in find_btr_def_group()
279 this_group->src = def_src; in find_btr_def_group()
280 this_group->members = NULL; in find_btr_def_group()
281 this_group->next = *all_btr_def_groups; in find_btr_def_group()
282 *all_btr_def_groups = this_group; in find_btr_def_group()
284 def->group = this_group; in find_btr_def_group()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dbt-load.c264 btr_def_group this_group; in find_btr_def_group() local
269 for (this_group = *all_btr_def_groups; in find_btr_def_group()
270 this_group != NULL; in find_btr_def_group()
271 this_group = this_group->next) in find_btr_def_group()
275 if (!this_group) in find_btr_def_group()
279 this_group->src = def_src; in find_btr_def_group()
280 this_group->members = NULL; in find_btr_def_group()
281 this_group->next = *all_btr_def_groups; in find_btr_def_group()
282 *all_btr_def_groups = this_group; in find_btr_def_group()
284 def->group = this_group; in find_btr_def_group()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbt-load.c256 btr_def_group *this_group; in find_btr_def_group() local
261 for (this_group = *all_btr_def_groups; in find_btr_def_group()
262 this_group != NULL; in find_btr_def_group()
263 this_group = this_group->next) in find_btr_def_group()
267 if (!this_group) in find_btr_def_group()
270 this_group->src = def_src; in find_btr_def_group()
271 this_group->members = NULL; in find_btr_def_group()
272 this_group->next = *all_btr_def_groups; in find_btr_def_group()
273 *all_btr_def_groups = this_group; in find_btr_def_group()
275 def->group = this_group; in find_btr_def_group()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dbt-load.c256 btr_def_group *this_group; in find_btr_def_group() local
261 for (this_group = *all_btr_def_groups; in find_btr_def_group()
262 this_group != NULL; in find_btr_def_group()
263 this_group = this_group->next) in find_btr_def_group()
267 if (!this_group) in find_btr_def_group()
270 this_group->src = def_src; in find_btr_def_group()
271 this_group->members = NULL; in find_btr_def_group()
272 this_group->next = *all_btr_def_groups; in find_btr_def_group()
273 *all_btr_def_groups = this_group; in find_btr_def_group()
275 def->group = this_group; in find_btr_def_group()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dbt-load.c270 btr_def_group this_group; in find_btr_def_group() local
275 for (this_group = *all_btr_def_groups; in find_btr_def_group()
276 this_group != NULL; in find_btr_def_group()
277 this_group = this_group->next) in find_btr_def_group()
281 if (!this_group) in find_btr_def_group()
285 this_group->src = def_src; in find_btr_def_group()
286 this_group->members = NULL; in find_btr_def_group()
287 this_group->next = *all_btr_def_groups; in find_btr_def_group()
288 *all_btr_def_groups = this_group; in find_btr_def_group()
290 def->group = this_group; in find_btr_def_group()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dbt-load.c255 btr_def_group *this_group; in find_btr_def_group() local
260 for (this_group = *all_btr_def_groups; in find_btr_def_group()
261 this_group != NULL; in find_btr_def_group()
262 this_group = this_group->next) in find_btr_def_group()
266 if (!this_group) in find_btr_def_group()
269 this_group->src = def_src; in find_btr_def_group()
270 this_group->members = NULL; in find_btr_def_group()
271 this_group->next = *all_btr_def_groups; in find_btr_def_group()
272 *all_btr_def_groups = this_group; in find_btr_def_group()
274 def->group = this_group; in find_btr_def_group()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dbt-load.c256 btr_def_group *this_group; in find_btr_def_group() local
261 for (this_group = *all_btr_def_groups; in find_btr_def_group()
262 this_group != NULL; in find_btr_def_group()
263 this_group = this_group->next) in find_btr_def_group()
267 if (!this_group) in find_btr_def_group()
270 this_group->src = def_src; in find_btr_def_group()
271 this_group->members = NULL; in find_btr_def_group()
272 this_group->next = *all_btr_def_groups; in find_btr_def_group()
273 *all_btr_def_groups = this_group; in find_btr_def_group()
275 def->group = this_group; in find_btr_def_group()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dbt-load.c269 btr_def_group this_group; in find_btr_def_group() local
274 for (this_group = *all_btr_def_groups; in find_btr_def_group()
275 this_group != NULL; in find_btr_def_group()
276 this_group = this_group->next) in find_btr_def_group()
280 if (!this_group) in find_btr_def_group()
283 this_group->src = def_src; in find_btr_def_group()
284 this_group->members = NULL; in find_btr_def_group()
285 this_group->next = *all_btr_def_groups; in find_btr_def_group()
286 *all_btr_def_groups = this_group; in find_btr_def_group()
288 def->group = this_group; in find_btr_def_group()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dbt-load.c269 btr_def_group this_group; in find_btr_def_group() local
274 for (this_group = *all_btr_def_groups; in find_btr_def_group()
275 this_group != NULL; in find_btr_def_group()
276 this_group = this_group->next) in find_btr_def_group()
280 if (!this_group) in find_btr_def_group()
283 this_group->src = def_src; in find_btr_def_group()
284 this_group->members = NULL; in find_btr_def_group()
285 this_group->next = *all_btr_def_groups; in find_btr_def_group()
286 *all_btr_def_groups = this_group; in find_btr_def_group()
288 def->group = this_group; in find_btr_def_group()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dbt-load.c256 btr_def_group *this_group; in find_btr_def_group() local
261 for (this_group = *all_btr_def_groups; in find_btr_def_group()
262 this_group != NULL; in find_btr_def_group()
263 this_group = this_group->next) in find_btr_def_group()
267 if (!this_group) in find_btr_def_group()
270 this_group->src = def_src; in find_btr_def_group()
271 this_group->members = NULL; in find_btr_def_group()
272 this_group->next = *all_btr_def_groups; in find_btr_def_group()
273 *all_btr_def_groups = this_group; in find_btr_def_group()
275 def->group = this_group; in find_btr_def_group()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dbt-load.c256 btr_def_group *this_group; in find_btr_def_group() local
261 for (this_group = *all_btr_def_groups; in find_btr_def_group()
262 this_group != NULL; in find_btr_def_group()
263 this_group = this_group->next) in find_btr_def_group()
267 if (!this_group) in find_btr_def_group()
270 this_group->src = def_src; in find_btr_def_group()
271 this_group->members = NULL; in find_btr_def_group()
272 this_group->next = *all_btr_def_groups; in find_btr_def_group()
273 *all_btr_def_groups = this_group; in find_btr_def_group()
275 def->group = this_group; in find_btr_def_group()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbt-load.c256 btr_def_group *this_group; in find_btr_def_group() local
261 for (this_group = *all_btr_def_groups; in find_btr_def_group()
262 this_group != NULL; in find_btr_def_group()
263 this_group = this_group->next) in find_btr_def_group()
267 if (!this_group) in find_btr_def_group()
270 this_group->src = def_src; in find_btr_def_group()
271 this_group->members = NULL; in find_btr_def_group()
272 this_group->next = *all_btr_def_groups; in find_btr_def_group()
273 *all_btr_def_groups = this_group; in find_btr_def_group()
275 def->group = this_group; in find_btr_def_group()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dbt-load.c256 btr_def_group *this_group; in find_btr_def_group() local
261 for (this_group = *all_btr_def_groups; in find_btr_def_group()
262 this_group != NULL; in find_btr_def_group()
263 this_group = this_group->next) in find_btr_def_group()
267 if (!this_group) in find_btr_def_group()
270 this_group->src = def_src; in find_btr_def_group()
271 this_group->members = NULL; in find_btr_def_group()
272 this_group->next = *all_btr_def_groups; in find_btr_def_group()
273 *all_btr_def_groups = this_group; in find_btr_def_group()
275 def->group = this_group; in find_btr_def_group()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dbt-load.c256 btr_def_group *this_group; in find_btr_def_group() local
261 for (this_group = *all_btr_def_groups; in find_btr_def_group()
262 this_group != NULL; in find_btr_def_group()
263 this_group = this_group->next) in find_btr_def_group()
267 if (!this_group) in find_btr_def_group()
270 this_group->src = def_src; in find_btr_def_group()
271 this_group->members = NULL; in find_btr_def_group()
272 this_group->next = *all_btr_def_groups; in find_btr_def_group()
273 *all_btr_def_groups = this_group; in find_btr_def_group()
275 def->group = this_group; in find_btr_def_group()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dbt-load.c256 btr_def_group *this_group; in find_btr_def_group() local
261 for (this_group = *all_btr_def_groups; in find_btr_def_group()
262 this_group != NULL; in find_btr_def_group()
263 this_group = this_group->next) in find_btr_def_group()
267 if (!this_group) in find_btr_def_group()
270 this_group->src = def_src; in find_btr_def_group()
271 this_group->members = NULL; in find_btr_def_group()
272 this_group->next = *all_btr_def_groups; in find_btr_def_group()
273 *all_btr_def_groups = this_group; in find_btr_def_group()
275 def->group = this_group; in find_btr_def_group()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dbt-load.c255 btr_def_group *this_group; in find_btr_def_group() local
260 for (this_group = *all_btr_def_groups; in find_btr_def_group()
261 this_group != NULL; in find_btr_def_group()
262 this_group = this_group->next) in find_btr_def_group()
266 if (!this_group) in find_btr_def_group()
269 this_group->src = def_src; in find_btr_def_group()
270 this_group->members = NULL; in find_btr_def_group()
271 this_group->next = *all_btr_def_groups; in find_btr_def_group()
272 *all_btr_def_groups = this_group; in find_btr_def_group()
274 def->group = this_group; in find_btr_def_group()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/ndbapi/
H A Dndb_cluster_connection_impl.hpp59 Node(Uint32 _g= 0, Uint32 _id= 0) : this_group(0), in Node()
63 Uint32 this_group; member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dbt-load.c269 btr_def_group this_group; in find_btr_def_group() local
274 for (this_group = *all_btr_def_groups; in find_btr_def_group()
275 this_group != NULL; in find_btr_def_group()
276 this_group = this_group->next) in find_btr_def_group()
280 if (!this_group) in find_btr_def_group()
283 this_group->src = def_src; in find_btr_def_group()
284 this_group->members = NULL; in find_btr_def_group()
285 this_group->next = *all_btr_def_groups; in find_btr_def_group()
286 *all_btr_def_groups = this_group; in find_btr_def_group()
288 def->group = this_group; in find_btr_def_group()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A Dndb_cluster_connection_impl.hpp91 Node(Uint32 _g= 0, Uint32 _id= 0) : this_group(0), in Node()
95 Uint32 this_group; member
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A Dndb_cluster_connection_impl.hpp91 Node(Uint32 _g= 0, Uint32 _id= 0) : this_group(0), in Node()
95 Uint32 this_group; member
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A Dndb_cluster_connection_impl.hpp91 Node(Uint32 _g= 0, Uint32 _id= 0) : this_group(0), in Node()
95 Uint32 this_group; member
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/ndbapi/
H A Dndb_cluster_connection_impl.hpp91 Node(Uint32 _g= 0, Uint32 _id= 0) : this_group(0), in Node()
95 Uint32 this_group; member

1234