Home
last modified time | relevance | path

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

/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dmystring.c180 char *tptr1, *tptr2, *tptr3; in address_match() local
196 tptr2 = strchr(tptr1,'.'); in address_match()
197 if (tptr2) { in address_match()
198 tptr2++; in address_match()
201 tptr1 = tptr2; in address_match()
202 tptr2 = tptr3 + 1; in address_match()
218 tptr2 = strchr(tptr1,'.'); in address_match()
219 if (tptr2) { in address_match()
220 tptr2++; in address_match()
223 tptr1 = tptr2; in address_match()
[all …]
H A Dunmime.c125 char *tptr, *tptr2; in mime_parameter() local
145 tptr2 = &temp2[0]; in mime_parameter()
148 if (!isspace((int)*tptr)) *tptr2++ = *tptr; in mime_parameter()
163 tptr2 = &temp2[0]; in mime_parameter()
170 *tptr2++ = *tptr; in mime_parameter()
177 *tptr2++ = *tptr; in mime_parameter()
241 char *tptr, *tptr2; in mime_makefield() local
269 tptr2 = strchr(tptr,';'); in mime_makefield()
270 if (tptr2) *tptr2++ = 0; in mime_makefield()
277 if (tptr2) { in mime_makefield()
[all …]
H A Dtolist.c643 char *tptr1, *tptr2; in tolist_cmp() local
668 tptr2 = strchr(cbuf2,'@'); in tolist_cmp()
678 if (!tptr1 && !tptr2) in tolist_cmp()
692 if (!tptr2) in tolist_cmp()
700 if (!strcasecmp(tptr1,tptr2)) { in tolist_cmp()
743 cptr2 = tptr2 + 1; in tolist_cmp()
/dports/mail/ecartis/ecartis-1.0.0/src/modules/bouncer/
H A Dcustom.c32 tptr = &useraddr[0]; tptr2 = mptr + 1; in parse_qmail_bounce()
34 while(*tptr2 != '>') *tptr++ = *tptr2++; in parse_qmail_bounce()
44 tptr2 = &valstr[0]; in parse_qmail_bounce()
46 if (isdigit((int)(*tptr))) *tptr2++ = *tptr; in parse_qmail_bounce()
84 tptr = &useraddr[0]; tptr2 = mptr + 1; in parse_postfix_bounce()
102 while(*tptr2 ? *tptr2 != '>' : 0) *tptr++ = *tptr2++; in parse_postfix_bounce()
109 tptr2++; in parse_postfix_bounce()
111 if (*tptr2 == ':') done = 1; in parse_postfix_bounce()
113 while(*tptr2 && *tptr2 != '<') tptr2++; in parse_postfix_bounce()
114 if (!*tptr2) in parse_postfix_bounce()
[all …]
H A Dbouncer.c414 char *tptr2; in handle_error() local
422 tptr2 = &tuser[0]; in handle_error()
427 *tptr2++ = *tptr++; in handle_error()
429 *tptr2 = 0; in handle_error()
/dports/math/arb/arb-2.21.1/arf/
H A Dsubmul.c19 mp_ptr tptr, tptr2; in arf_submul() local
58 ARF_MUL_TMP_ALLOC(tptr2, alloc) in arf_submul()
59 tptr = tptr2; in arf_submul()
73 ARF_MUL_TMP_FREE(tptr2, alloc) in arf_submul()
84 mp_ptr tptr, tptr2; in arf_submul_mpz() local
129 ARF_MUL_TMP_ALLOC(tptr2, alloc) in arf_submul_mpz()
130 tptr = tptr2; in arf_submul_mpz()
147 ARF_MUL_TMP_FREE(tptr2, alloc) in arf_submul_mpz()
H A Daddmul.c19 mp_ptr tptr, tptr2; in arf_addmul() local
58 ARF_MUL_TMP_ALLOC(tptr2, alloc) in arf_addmul()
59 tptr = tptr2; in arf_addmul()
73 ARF_MUL_TMP_FREE(tptr2, alloc) in arf_addmul()
84 mp_ptr tptr, tptr2; in arf_addmul_mpz() local
127 ARF_MUL_TMP_ALLOC(tptr2, alloc) in arf_addmul_mpz()
128 tptr = tptr2; in arf_addmul_mpz()
145 ARF_MUL_TMP_FREE(tptr2, alloc) in arf_addmul_mpz()
H A Dfma.c19 mp_ptr tptr, tptr2; in arf_fma() local
58 ARF_MUL_TMP_ALLOC(tptr2, alloc) in arf_fma()
59 tptr = tptr2; in arf_fma()
73 ARF_MUL_TMP_FREE(tptr2, alloc) in arf_fma()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/mc_compact/
H A Dmovestrat.c366 tptr2 = tileNodeG[edge->node] ;
367 if( tptr2->cell != avoid && tptr2->cell != cell ){
368 slack = tptr2->l - tptr->r - xspaceG ;
375 tptr2 = tileNodeG[edge->node] ;
376 if( tptr2->cell != avoid && tptr2->cell != cell ){
377 slack = tptr->l - tptr2->r - xspaceG ;
384 tptr2 = tileNodeG[edge->node] ;
385 if( tptr2->cell != avoid && tptr2->cell != cell ){
386 slack = tptr2->b - tptr->t - yspaceG ;
393 tptr2 = tileNodeG[edge->node] ;
[all …]
H A Dstdmacro.c378 COMPACTPTR tptr2 ; /* tile pointer */ local
395 tptr2 = tileNodeG[node2] ;
396 new_xc1 = tptr2->l - tptr1->l_rel ;
397 new_xc2 = tptr1->l - tptr2->l_rel ;
406 cell = tptr2->cell ;
/dports/mail/ecartis/ecartis-1.0.0/src/modules/send/
H A Dsend.c164 char *tptr, *tptr2; in HOOK_HANDLER() local
171 tptr2 = strchr(tptr,':'); in HOOK_HANDLER()
172 if (tptr2) *tptr2++ = 0; in HOOK_HANDLER()
180 tptr = tptr2; in HOOK_HANDLER()
184 if (tptr2) *tptr2++ = 0; in HOOK_HANDLER()
242 char *tptr, *tptr2; in HOOK_HANDLER() local
249 tptr2 = strchr(tptr,':'); in HOOK_HANDLER()
250 if (tptr2) *tptr2++ = 0; in HOOK_HANDLER()
258 tptr = tptr2; in HOOK_HANDLER()
261 tptr2 = strchr(unions,':'); in HOOK_HANDLER()
[all …]
H A Dhooks.c19 char *tptr=NULL, *tptr2, temp; in strip_reply() local
26 tptr2 = &tempbuf[0]; in strip_reply()
30 while(isspace((int)*tptr2)) tptr2++; in strip_reply()
32 tptr = tptr2; in strip_reply()
34 while(!done && *tptr2) { in strip_reply()
35 temp = tolower(*tptr2); in strip_reply()
37 if (strncasecmp(tptr2,"re:",3) == 0) { in strip_reply()
38 tptr2 += 3; in strip_reply()
40 } else if (isspace((int)*tptr2)) { in strip_reply()
41 tptr2++; in strip_reply()
[all …]
/dports/mail/ecartis/ecartis-1.0.0/src/modules/listarchive/
H A Darchive.c107 char *tptr, *tptr2; in update_mbox_archive() local
112 tptr2 = strchr(tptr,':'); in update_mbox_archive()
113 if (tptr2) *tptr2++ = 0; in update_mbox_archive()
123 tptr = tptr2; in update_mbox_archive()
126 tptr2 = strchr(tptr,':'); in update_mbox_archive()
127 if (tptr2) *tptr2++ = 0; in update_mbox_archive()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/erofs/
H A Dtagptr.h74 typeof(_tptr2) tptr2 = (_tptr2); \
75 (void)(&tptr1 == &tptr2); \
76 (tptr1).v == (tptr2).v; })
/dports/multimedia/libv4l/linux-5.13-rc2/fs/erofs/
H A Dtagptr.h74 typeof(_tptr2) tptr2 = (_tptr2); \
75 (void)(&tptr1 == &tptr2); \
76 (tptr1).v == (tptr2).v; })
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/erofs/
H A Dtagptr.h74 typeof(_tptr2) tptr2 = (_tptr2); \
75 (void)(&tptr1 == &tptr2); \
76 (tptr1).v == (tptr2).v; })
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dtgtutil.cpp927 SPTR tptr1, tptr2, tptr3, tptr4; in init_tgt_register_syms() local
939 DTYPEP(tptr2, tgt_offload_entry_type); in init_tgt_register_syms()
940 SCP(tptr2, SC_EXTERN); in init_tgt_register_syms()
941 DCLDP(tptr2, 1); in init_tgt_register_syms()
942 STYPEP(tptr2, ST_VAR); in init_tgt_register_syms()
943 SYMLKP(tptr2, gbl.consts); in init_tgt_register_syms()
944 gbl.consts = tptr2; in init_tgt_register_syms()
945 OMPACCRTP(tptr2, 1); in init_tgt_register_syms()
992 SPTR tptr1, tptr2, tptr3, tptr4, tptr; in ll_make_tgt_register_lib2() local
1003 tptr2 = SYMLKG(tptr3); in ll_make_tgt_register_lib2()
[all …]
/dports/irc/evangeline/evangeline-msa/src/
H A Dexp.c164 char *tptr, *tptr2, *temps1, *temps2; in efprintf() local
171 tptr2 = outbuf; in efprintf()
177 temps1 = (char *) encrypt_string(key, tptr2); in efprintf()
179 temps1 = nmalloc(strlen(tptr2) + 100); in efprintf()
180 strcpy(temps1, tptr2); in efprintf()
190 tptr2 = tptr; in efprintf()
/dports/irc/evangeline/evangeline/src/
H A Dexp.c163 char *tptr, *tptr2, *temps1, *temps2; in efprintf() local
170 tptr2 = outbuf; in efprintf()
176 temps1 = (char *) encrypt_string(key, tptr2); in efprintf()
178 temps1 = nmalloc(strlen(tptr2) + 100); in efprintf()
179 strcpy(temps1, tptr2); in efprintf()
189 tptr2 = tptr; in efprintf()
/dports/devel/cscope/cscope-15.9/src/
H A Dinvlib.c442 char *tptr2; in invnewterm() local
453 tptr2 = logicalblk.chrblk + iteminfo.e.offset; in invnewterm()
454 strncpy(supfing, tptr2, (int) iteminfo.e.size); in invnewterm()
466 tptr2 = logicalblk.chrblk + lastinblk; in invnewterm()
469 *--tptr2 = *--tptr3; in invnewterm()
474 iteminfo.e.offset += (tptr2 - tptr3); in invnewterm()
/dports/science/luscus/luscus_0.8.6/
H A Dsurface.c435 static int compare_triangles(const void* tptr1, const void* tptr2) in compare_triangles() argument
438 const triangle_t* tre2_ptr=*(const triangle_t **)tptr2; in compare_triangles()
/dports/x11/xmotd/xmotd-1.17.3b/libhtmlw/
H A DHTMLformat.c2293 char *tptr, *tptr2; local
2321 tptr2 = (char *)(ptr + added_space);
2325 tptr2 = ptr;
2327 XTextExtents(currentFont, tptr2,
2328 strlen(tptr2), &dir,
2333 tlen = strlen(tptr2) + 1;
2338 strlen(tptr2) + 1;
2361 strcat(line, tptr2);
3912 char *tptr2; local
3930 tptr2 = (*mptr)->start;
[all …]
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct.c1343 char **strings, *tptr1, *tptr2, tmpstr[SRVBUFLEN]; in main() local
1349 tptr2 = tptr1; in main()
1352 if (*tptr2 == *tptr1) strnum--; /* void string */ in main()
1391 tptr2 = tptr1; in main()
1394 if (strlen(tptr2)) strings[strnum] = tptr2; in main()
/dports/science/opensim-core/opensim-core-4.1/
H A DCONTRIBUTING.md267 PointerToT tptr1, tptr2; // both are type T*
/dports/science/simbody/simbody-Simbody-3.7/
H A DCONTRIBUTING.md322 PointerToT tptr1, tptr2; // both are type T*