Home
last modified time | relevance | path

Searched refs:resptr (Results 1 – 25 of 705) sorted by relevance

12345678910>>...29

/dports/irc/thales/thales-1.0/src/
H A Ddb.c62 MYSQL_RES *resptr; in db_connect() local
145 MYSQL_RES *resptr; in db_checkserver() local
161 MYSQL_RES *resptr; in db_getserver()
233 MYSQL_RES *resptr; in db_checknick()
254 MYSQL_RES *resptr; in db_getnick_unsure()
280 MYSQL_RES *resptr; in db_getnick()
296 MYSQL_RES *resptr; in db_getservfromnick() local
331 MYSQL_RES *resptr; in db_removefromchans() local
365 MYSQL_RES *resptr; in db_getlusers() local
409 MYSQL_RES *resptr; in db_getchannel()
[all …]
/dports/cad/magic/magic-8.3.245/resis/
H A DResMerge.c46 ResDoneWithNode(resptr) in ResDoneWithNode() argument
47 resNode *resptr; in ResDoneWithNode()
111 if ((resptr->rn_te == NULL) && (resptr->rn_why != RES_NODE_ORIGIN)
232 resNode *resptr; in ResSeriesCheck()
417 resNode *resptr; in ResParallelCheck()
899 resptr->rn_ce = resptr->rn_ce->ce_nextc;
905 resptr->rn_je = resptr->rn_je->je_nextj;
919 resptr->rn_te = resptr->rn_te->te_nextt;
925 resptr->rn_re = resptr->rn_re->re_nextEl;
929 resptr->rn_less->rn_more = resptr->rn_more;
[all …]
H A DResJunct.c51 resNode *resptr; local
79 resDev->rd_fet_drain = resptr;
83 resptr = resDev->rd_fet_drain;
92 resptr->rn_te = tcell;
117 resNode *resptr; local
131 resDev->rd_fet_subs = resptr;
135 resptr = resDev->rd_fet_subs;
144 resptr->rn_te = tcell;
171 resNode *resptr; local
189 resptr->rn_je = jcell;
[all …]
H A DResBasic.c93 resNode *resptr; local
103 resptr->rn_status = TRUE;
104 resptr->rn_noderes = 0;
197 resNode *resptr; local
223 resptr->rn_status = TRUE;
224 resptr->rn_noderes = 0;
227 resCurrentNode = resptr;
252 resptr->rn_te = tcell;
256 NEWBREAK(resptr, tile, resptr->rn_loc.p_x,
462 resNode *resptr; local
[all …]
/dports/graphics/bmeps/dktools-4.31.1/src/tests/
H A Dtest-dk4path8.c44 char *resptr; in main() local
73 resptr = dk4path8_concatenate_new(p3[0], p3[2], NULL); in main()
74 if (NULL != resptr) { in main()
75 fputs(resptr, stdout); in main()
77 dk4mem_free(resptr); in main()
90 resptr = dk4path8_concatenate_new(p3[1], p3[2], NULL); in main()
91 if (NULL != resptr) { in main()
92 fputs(resptr, stdout); in main()
94 dk4mem_free(resptr); in main()
H A Dtest-dk4path8.ctr33 char *resptr;
62 resptr = dk4path8_concatenate_new(p3[0], p3[2], NULL);
63 if (NULL != resptr) {
64 fputs(resptr, stdout);
66 dk4mem_free(resptr);
79 resptr = dk4path8_concatenate_new(p3[1], p3[2], NULL);
80 if (NULL != resptr) {
81 fputs(resptr, stdout);
83 dk4mem_free(resptr);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dmy_getpwnam.cc51 passwd *resptr = nullptr; in my_getpw_() local
54 errno = getpwfunc(&pwd, &buf, &resptr); in my_getpw_()
69 return resptr ? PasswdValue{pwd} : PasswdValue{}; in my_getpw_()
86 [&name](passwd *pwd, std::vector<char> *bufp, passwd **resptr) { in my_getpwnam() argument
87 return getpwnam_r(name, pwd, &bufp->front(), bufp->size(), resptr); in my_getpwnam()
104 [uid](passwd *pwd, std::vector<char> *bufp, passwd **resptr) { in my_getpwuid() argument
105 return getpwuid_r(uid, pwd, &bufp->front(), bufp->size(), resptr); in my_getpwuid()
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dpw_encrypt_sha.c26 char *result, *resptr; in sha_crypt() local
57 result = resptr = xzalloc(cnt); /* will provide NUL terminator */ in sha_crypt()
58 *resptr++ = '$'; in sha_crypt()
59 *resptr++ = is_sha512; in sha_crypt()
60 *resptr++ = '$'; in sha_crypt()
75 resptr += sprintf(resptr, str_rounds, rounds); in sha_crypt()
85 strcpy(resptr, salt_data); in sha_crypt()
86 resptr += salt_len; in sha_crypt()
87 *resptr++ = '$'; in sha_crypt()
201 resptr = to64(resptr, w, N); \ in sha_crypt()
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4c/
H A Ddk4binenc.c93 const char *resptr; in dk4binenc() local
146 resptr = NULL; ressize = 0; in dk4binenc()
147 (void)dk4a85_enc_output(&resptr, &ressize, &a85, NULL); in dk4binenc()
148 if ((NULL != resptr) && (0 < ressize)) { in dk4binenc()
153 DK4_MEMCPY(&(dptr[oused]), resptr, ressize); in dk4binenc()
173 resptr = NULL; ressize = 0; in dk4binenc()
174 (void)dk4a85_enc_output(&resptr, &ressize, &a85, NULL); in dk4binenc()
175 if ((NULL != resptr) && (0 < ressize)) { in dk4binenc()
180 DK4_MEMCPY(&(dptr[oused]), resptr, ressize); in dk4binenc()
H A Ddk4binenc.ctr171 const char *resptr;
224 resptr = NULL; ressize = 0;
225 (void)dk4a85_enc_output(&resptr, &ressize, &a85, NULL);
226 if ((NULL != resptr) && (0 < ressize)) {
231 DK4_MEMCPY(&(dptr[oused]), resptr, ressize);
251 resptr = NULL; ressize = 0;
252 (void)dk4a85_enc_output(&resptr, &ressize, &a85, NULL);
253 if ((NULL != resptr) && (0 < ressize)) {
258 DK4_MEMCPY(&(dptr[oused]), resptr, ressize);
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Mrm/
H A DMrmwvalues.c138 RGMResourceDescPtr resptr ; /* descriptor for literals */ variable
173 resptr = (RGMResourceDescPtr) XtMalloc (sizeof(RGMResourceDesc)+indexlen) ;
174 resptr->access = URMaPublic ;
175 resptr->type = URMrIndex ;
176 resptr->res_group = URMgLiteral ;
177 resptr->cvt_type = URMtNul ;
187 strcpy (resptr->key.index, (char*)args[ndx].value) ;
188 result = Urm__CW_ReadLiteral (resptr, hierarchy_id, NULL,
312 XtFree ((char*)resptr) ;
H A DMrmwcrw.c1229 switch ( resptr->res_group ) in Urm__CW_CreateArglist()
1243 if ( resptr->type != URMrIndex ) in Urm__CW_CreateArglist()
1410 resptr->cvt_type, display, in Urm__CW_CreateArglist()
2912 switch ( resptr->type ) in Urm__CW_ReadLiteral()
3075 resptr = (RGMResourceDescPtr) in Urm__CW_LoadIconImage()
3133 resptr = (RGMResourceDescPtr) in Urm__CW_LoadIconImage()
3138 (resptr, hierarchy_id, file_id, in Urm__CW_LoadIconImage()
3262 switch ( resptr->res_group ) in Urm__CW_FixupCallback()
3403 RGMResourceDescPtr resptr , in Urm__CW_LoadWidgetResource() argument
3426 switch ( resptr->type ) in Urm__CW_LoadWidgetResource()
[all …]
/dports/net/samba412/samba-4.12.15/source3/client/
H A Ddnsbrowse.c151 struct mdns_smbsrv_result *resptr; in do_smb_browse() local
195 resptr = bstate.listhead; in do_smb_browse()
196 while (resptr != NULL) { in do_smb_browse()
198 oldresptr = resptr; in do_smb_browse()
201 do_smb_resolve(resptr); in do_smb_browse()
203 resptr = resptr->nextResult; in do_smb_browse()
/dports/databases/p5-DBD-LDAP/DBD-LDAP-1.00/lib/DBD/
H A DLDAP.pm687 my ($resptr, $sqlstr, $attribs) = @_;
693 DBI::set_err($resptr, undef);
694 my $csr = DBI::_new_sth($resptr, {
708 if ($resptr->{ldap_attrhref}->{ldap_inseparator});
710 if ($resptr->{ldap_attrhref}->{ldap_outseparator});
719 my $tablehash = $resptr->FETCH('ldap_tables');
725 $myldapref->{ldap_dbh} = $resptr;
726 my ($ldap_ops) = $resptr->FETCH('ldap_ops');
741 DBI::set_err($resptr, -1,
745 my ($ldap) = $resptr->FETCH('ldap_ldap');
[all …]
/dports/benchmarks/siege/siege-4.1.1/src/
H A Dmemory.c60 char *resptr, *result; in xstrcat() local
72 resptr = result; in xstrcat()
78 memcpy(resptr, argptr, len); in xstrcat()
79 resptr += len; in xstrcat()
84 *resptr = '\0'; in xstrcat()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics/
H A Darea_sw.cpp181 Variant *resptr[5]; in call_queries() local
183 resptr[i] = &res[i]; in call_queries()
210 obj->call(monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
217 Variant *resptr[5]; in call_queries() local
219 resptr[i] = &res[i]; in call_queries()
246 obj->call(area_monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
/dports/devel/godot2/godot-2.1.6-stable/servers/physics/
H A Darea_sw.cpp208 Variant *resptr[5]; in call_queries() local
210 resptr[i] = &res[i]; in call_queries()
231 obj->call(monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
240 Variant *resptr[5]; in call_queries() local
242 resptr[i] = &res[i]; in call_queries()
263 obj->call(area_monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Darea_2d_sw.cpp208 Variant *resptr[5]; in call_queries() local
210 resptr[i] = &res[i]; in call_queries()
231 obj->call(monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
240 Variant *resptr[5]; in call_queries() local
242 resptr[i] = &res[i]; in call_queries()
263 obj->call(area_monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics/
H A Darea_sw.cpp208 Variant *resptr[5]; in call_queries() local
210 resptr[i] = &res[i]; in call_queries()
231 obj->call(monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
240 Variant *resptr[5]; in call_queries() local
242 resptr[i] = &res[i]; in call_queries()
263 obj->call(area_monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Darea_2d_sw.cpp208 Variant *resptr[5]; in call_queries() local
210 resptr[i] = &res[i]; in call_queries()
231 obj->call(monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
240 Variant *resptr[5]; in call_queries() local
242 resptr[i] = &res[i]; in call_queries()
263 obj->call(area_monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
/dports/devel/godot/godot-3.2.3-stable/servers/physics_2d/
H A Darea_2d_sw.cpp181 Variant *resptr[5]; in call_queries() local
183 resptr[i] = &res[i]; in call_queries()
210 obj->call(monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
217 Variant *resptr[5]; in call_queries() local
219 resptr[i] = &res[i]; in call_queries()
246 obj->call(area_monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
/dports/devel/godot/godot-3.2.3-stable/servers/physics/
H A Darea_sw.cpp181 Variant *resptr[5]; in call_queries() local
183 resptr[i] = &res[i]; in call_queries()
210 obj->call(monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
217 Variant *resptr[5]; in call_queries() local
219 resptr[i] = &res[i]; in call_queries()
246 obj->call(area_monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Darea_2d_sw.cpp181 Variant *resptr[5]; in call_queries() local
183 resptr[i] = &res[i]; in call_queries()
210 obj->call(monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
217 Variant *resptr[5]; in call_queries() local
219 resptr[i] = &res[i]; in call_queries()
246 obj->call(area_monitor_callback_method, (const Variant **)resptr, 5, ce); in call_queries()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/NewGVN/
H A Dpre-new-inst-xfail.ll23 ; CHECK: %resptr = getelementptr i8, i8* %arr, i32 %dead
24 %resptr = getelementptr i8, i8* %arr, i32 %idx32
25 %res = load i8, i8* %resptr
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/GVN/
H A Dpre-new-inst.ll22 ; CHECK: %resptr = getelementptr i8, i8* %arr, i32 %dead
23 %resptr = getelementptr i8, i8* %arr, i32 %idx32
24 %res = load i8, i8* %resptr

12345678910>>...29