Home
last modified time | relevance | path

Searched refs:person_t (Results 1 – 22 of 22) sorted by relevance

/dports/devel/uthash/uthash-2.1.0/tests/
H A Dtest83.c5 typedef struct person_t { struct
9 } person_t; argument
13 person_t *people=NULL, *person, *new_person, *tmp; in main()
21 person = (person_t*)malloc(sizeof(person_t)); in main()
32 person_t **p=&person; in main()
38 new_person = (person_t *)malloc(sizeof(person_t)); in main()
42 memcpy(new_person, person, sizeof(person_t)); in main()
H A Dtest84.c5 typedef struct person_t { struct
9 } person_t; argument
13 person_t *people=NULL, *person, *new_person, *tmp; in main()
21 person = (person_t*)malloc(sizeof(person_t)); in main()
36 person_t **p=&person; in main()
42 new_person = (person_t*)malloc(sizeof(person_t)); in main()
H A Dtest66.c5 typedef struct person_t { struct
9 } person_t; argument
13 person_t *people=NULL, *person; in main()
21 person = (person_t*)malloc(sizeof(person_t)); in main()
32 person_t **p=&person; in main()
H A Dtest12.c5 typedef struct person_t { struct
9 } person_t; argument
13 person_t *people=NULL, *person; in main()
21 person = (person_t*)malloc(sizeof(person_t)); in main()
/dports/devel/z88dk/z88dk/ext/uthash/tests/
H A Dtest83.c5 typedef struct person_t { struct
9 } person_t; argument
13 person_t *people=NULL, *person, *new_person, *tmp; in main()
21 person = (person_t*)malloc(sizeof(person_t)); in main()
32 person_t **p=&person; in main()
38 new_person = (person_t *)malloc(sizeof(person_t)); in main()
42 memcpy(new_person, person, sizeof(person_t)); in main()
H A Dtest84.c5 typedef struct person_t { struct
9 } person_t; argument
13 person_t *people=NULL, *person, *new_person, *tmp; in main()
21 person = (person_t*)malloc(sizeof(person_t)); in main()
36 person_t **p=&person; in main()
42 new_person = (person_t*)malloc(sizeof(person_t)); in main()
H A Dtest66.c5 typedef struct person_t { struct
9 } person_t; argument
13 person_t *people=NULL, *person; in main()
21 person = (person_t*)malloc(sizeof(person_t)); in main()
32 person_t **p=&person; in main()
H A Dtest12.c5 typedef struct person_t { struct
9 } person_t; argument
13 person_t *people=NULL, *person; in main()
21 person = (person_t*)malloc(sizeof(person_t)); in main()
/dports/games/senken/senken-0.3.0/server/
H A Dpopulation.c83 person_t **newperson) in add_person()
87 person_t *person; in add_person()
134 person_t *parent = NULL; in add_random_person()
165 person_t *child = NULL; in add_random_person()
178 quit_job(map_t *map, person_t *person) in quit_job()
236 static person_t *
501 person_t *parent; in population_age1year()
561 person_t *person = (person_t *)rock; in house_is_suitable()
600 person_t *person = (person_t *)rock; in school_is_suitable()
638 person_t *person = (person_t *)rock; in job_is_suitable()
[all …]
H A Dhappy.h12 int happy_calc_person(happy_t *happy, person_t *person);
15 happy_up(person_t *person, int n, happy_reason_t reason);
17 happy_down(person_t *person, int n, happy_reason_t reason);
19 happy_upto(person_t *person, int to, int n, happy_reason_t reason);
21 happy_downto(person_t *person, int to, int n, happy_reason_t reason);
H A Dhappy.c74 static void attends_school(person_t *child, void *rock) in attends_school()
76 person_t *parent = (person_t *)rock; in attends_school()
87 person_t *person = (person_t *)rock; in entertainment_cb()
121 happy_calc_person(happy_t *happy, person_t *person) in happy_calc_person()
277 happy_up(person_t *person, int n, happy_reason_t reason) in happy_up()
289 happy_down(person_t *person, int n, happy_reason_t reason) in happy_down()
301 happy_upto(person_t *person, int to, int n, happy_reason_t reason) in happy_upto()
312 happy_downto(person_t *person, int to, int n, happy_reason_t reason) in happy_downto()
H A Dpopulation.h46 } person_t; typedef
52 person_t *data;
95 typedef void child_iterate_func(person_t *, void *);
H A Dtraffic.c26 traffic_person(person_t *person) in traffic_person()
H A Dprotocol.c826 person_t *person = &group->data[k]; in cmd_populationstats()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/metadata/
H A Ddevelopers.cpp28 const person_t v_sadovnikov =
37 const person_t s_tronci =
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/metadata/
H A Ddevelopers.h31 extern const person_t v_sadovnikov;
32 extern const person_t s_tronci;
H A Dmetadata.h326 typedef struct person_t struct
333 } person_t; argument
340 const person_t *developer; // Developer
/dports/security/gef/gef-2021.10/docs/commands/
H A Dpcustom.md65 } person_t;
68 class person_t(Structure):
90 gef➤ dt person_t
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/prj/
H A DIGisProject.h85 struct person_t struct
107 person_t author; argument
/dports/devel/p5-Alzabo/Alzabo-0.92/lib/Alzabo/
H A DIntro.pod106 my $person_t = $schema->table('Person');
112 my $person = $person_t->row_by_pk( pk => 42 );
118 $person_t->foreign_keys_by_table($credit_t) );
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/qms/
H A Dserialization.cpp478 QDataStream& operator<<(QDataStream& stream, const IGisProject::person_t& p) in operator <<()
484 QDataStream& operator>>(QDataStream& stream, IGisProject::person_t& p) in operator >>()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/utils/
H A Dlv2_genttl.cpp494 const person_t *dev = m.developer; in gen_plugin_ttl()