Home
last modified time | relevance | path

Searched refs:SubstString (Results 1 – 8 of 8) sorted by relevance

/dports/security/portsentry/portsentry_beta/
H A Dportsentry_io.c477 substStatus = SubstString (cleanAddr, "$TARGET$", killString, commandStringTemp); in KillRoute()
489 if(SubstString (portString, "$PORT$", commandStringTemp, commandStringTemp2) == ERROR) in KillRoute()
495 if(SubstString (detectionType, "$MODE$", commandStringTemp2, commandStringFinal) == ERROR) in KillRoute()
542 if(SubstString (cleanAddr, "$TARGET$", killString, commandStringTemp) == ERROR) in KillRunCmd()
548 if(SubstString (portString, "$PORT$", commandStringTemp, commandStringTemp2) == ERROR) in KillRunCmd()
554 if(SubstString (detectionType, "$MODE$", commandStringTemp2, commandStringFinal) == ERROR) in KillRunCmd()
605 substStatus = SubstString (cleanAddr, "$TARGET$", killString, commandStringTemp); in KillHostsDeny()
617 if(SubstString (portString, "$PORT$", commandStringTemp, commandStringTemp2) == ERROR) in KillHostsDeny()
623 if(SubstString (detectionType, "$MODE$", commandStringTemp2, commandStringFinal) == ERROR) in KillHostsDeny()
715 int SubstString (const char *replace, const char *find, const char *target, char *result) in SubstString() function
H A Dportsentry_io.h40 int SubstString (const char *, const char *, const char *, char *);
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dlib-std.h1602 char * SubstString
H A Dwwt.c232 SubstString(buf,sizeof(buf),tab,param->arg,&count); in cmd_test()
H A Dlib-std.c4489 char * SubstString in SubstString() function
H A Dwbfs-interface.c4372 SubstString(title,sizeof(title),subst_tab,set_title,0); in RenameWDisc()
H A Diso-interface.c1598 SubstString(title,sizeof(title),subst_tab,set_title,0); in RenameISOHeader()
H A Dlib-sf.c1140 SubstString(fname_buf,fname_size,subst_tab,dest_arg,&conv_count); in SubstFileName()