Home
last modified time | relevance | path

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

12345678910>>...74

/dports/games/moria/umoria/source/
H A Dwizard.c66 vtype tmp_str; in change_character() local
182 prt(tmp_str, 0, 0); in change_character()
197 prt(tmp_str, 0, 0); in change_character()
209 prt(tmp_str, 0, 0); in change_character()
221 prt(tmp_str, 0, 0); in change_character()
233 prt(tmp_str, 0, 0); in change_character()
245 prt(tmp_str, 0, 0); in change_character()
258 prt(tmp_str, 0, 0); in change_character()
270 prt(tmp_str, 0, 0); in change_character()
282 if (*tmp_str == '+') in change_character()
[all …]
/dports/sysutils/logtool/logtool-1.3.1/src/
H A Dmod_snort.c44 char tmp_str[LSIZE]; in ltm_snort_psids() local
51 strcpy(tmp_str, ""); in ltm_snort_psids()
59 sprintf(tmp_str, "%s%c", tmp_str, sids[i]); in ltm_snort_psids()
72 char tmp_str[LSIZE]; in ltm_snort_pproc() local
87 sprintf(tmp_str, "%s%c", tmp_str, pproc[i]); in ltm_snort_pproc()
100 char tmp_str[LSIZE]; in ltm_snort_pips() local
156 strcat(tmp_str, src); in ltm_snort_pips()
158 strcpy(src, tmp_str); in ltm_snort_pips()
185 char tmp_str[LSIZE]; in ltm_snort_pproto() local
215 char tmp_str[LSIZE]; in ltm_snort_pprior() local
[all …]
H A Dmod_iptables.c33 char tmp_str[LSIZE]; in mip_parse_val() local
75 char tmp_str[LSIZE]; in mip_build_sd() local
81 strcpy(tmp_str, ptr); in mip_build_sd()
82 strcat(tmp_str, "("); in mip_build_sd()
83 strcat(tmp_str, src); in mip_build_sd()
84 strcat(tmp_str, ")"); in mip_build_sd()
85 strcpy(src, tmp_str); in mip_build_sd()
89 strcpy(tmp_str, ptr); in mip_build_sd()
90 strcat(tmp_str, "("); in mip_build_sd()
91 strcat(tmp_str, dst); in mip_build_sd()
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/analysisd/decoders/plugins/
H A Dossecalert_decoder.c65 tmp_str++; in OSSECAlert_Decoder_Exec()
69 oa_strchr(tmp_str, ':', tmp_str); in OSSECAlert_Decoder_Exec()
70 tmp_str++; in OSSECAlert_Decoder_Exec()
75 tmp_str++; in OSSECAlert_Decoder_Exec()
80 oa_strchr(tmp_str, ' ', tmp_str); in OSSECAlert_Decoder_Exec()
94 oa_strchr(tmp_str, ';', tmp_str); in OSSECAlert_Decoder_Exec()
95 tmp_str++; in OSSECAlert_Decoder_Exec()
112 oa_strchr(tmp_str, ';', tmp_str); in OSSECAlert_Decoder_Exec()
142 tmp_str++; in OSSECAlert_Decoder_Exec()
148 while((*tmp_str == ' ') && (tmp_str[1] != ' ')) in OSSECAlert_Decoder_Exec()
[all …]
H A Dsymantecws_decoder.c36 char *tmp_str = NULL; in SymantecWS_Decoder_Exec() local
46 if (!(tmp_str = strchr(tmp_str, ','))) { in SymantecWS_Decoder_Exec()
49 tmp_str++; in SymantecWS_Decoder_Exec()
56 tmp_str += 3; in SymantecWS_Decoder_Exec()
57 while (*tmp_str != '\0' && count < 128 && *tmp_str != ',') { in SymantecWS_Decoder_Exec()
72 tmp_str += 3; in SymantecWS_Decoder_Exec()
73 while (*tmp_str != '\0' && count < 128 && *tmp_str != ',') { in SymantecWS_Decoder_Exec()
89 tmp_str += 3; in SymantecWS_Decoder_Exec()
121 tmp_str = strchr(tmp_str, ','); in SymantecWS_Decoder_Exec()
122 if (tmp_str) { in SymantecWS_Decoder_Exec()
[all …]
H A Dpf_decoder.c39 char *tmp_str; in PF_Decoder_Exec() local
46 if (!tmp_str) { in PF_Decoder_Exec()
51 tmp_str++; in PF_Decoder_Exec()
55 tmp_str++; in PF_Decoder_Exec()
70 tmp_str = strchr(tmp_str, ':'); in PF_Decoder_Exec()
71 if (!tmp_str) { in PF_Decoder_Exec()
74 tmp_str++; in PF_Decoder_Exec()
78 tmp_str++; in PF_Decoder_Exec()
110 tmp_str++; in PF_Decoder_Exec()
126 if (!tmp_str) { in PF_Decoder_Exec()
[all …]
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/analysisd/decoders/plugins/
H A Dossecalert_decoder.c65 tmp_str++; in OSSECAlert_Decoder_Exec()
69 oa_strchr(tmp_str, ':', tmp_str); in OSSECAlert_Decoder_Exec()
70 tmp_str++; in OSSECAlert_Decoder_Exec()
75 tmp_str++; in OSSECAlert_Decoder_Exec()
80 oa_strchr(tmp_str, ' ', tmp_str); in OSSECAlert_Decoder_Exec()
94 oa_strchr(tmp_str, ';', tmp_str); in OSSECAlert_Decoder_Exec()
95 tmp_str++; in OSSECAlert_Decoder_Exec()
112 oa_strchr(tmp_str, ';', tmp_str); in OSSECAlert_Decoder_Exec()
142 tmp_str++; in OSSECAlert_Decoder_Exec()
148 while((*tmp_str == ' ') && (tmp_str[1] != ' ')) in OSSECAlert_Decoder_Exec()
[all …]
H A Dsymantecws_decoder.c36 char *tmp_str = NULL; in SymantecWS_Decoder_Exec() local
46 if (!(tmp_str = strchr(tmp_str, ','))) { in SymantecWS_Decoder_Exec()
49 tmp_str++; in SymantecWS_Decoder_Exec()
56 tmp_str += 3; in SymantecWS_Decoder_Exec()
57 while (*tmp_str != '\0' && count < 128 && *tmp_str != ',') { in SymantecWS_Decoder_Exec()
72 tmp_str += 3; in SymantecWS_Decoder_Exec()
73 while (*tmp_str != '\0' && count < 128 && *tmp_str != ',') { in SymantecWS_Decoder_Exec()
89 tmp_str += 3; in SymantecWS_Decoder_Exec()
121 tmp_str = strchr(tmp_str, ','); in SymantecWS_Decoder_Exec()
122 if (tmp_str) { in SymantecWS_Decoder_Exec()
[all …]
H A Dpf_decoder.c39 char *tmp_str; in PF_Decoder_Exec() local
46 if (!tmp_str) { in PF_Decoder_Exec()
51 tmp_str++; in PF_Decoder_Exec()
55 tmp_str++; in PF_Decoder_Exec()
70 tmp_str = strchr(tmp_str, ':'); in PF_Decoder_Exec()
71 if (!tmp_str) { in PF_Decoder_Exec()
74 tmp_str++; in PF_Decoder_Exec()
78 tmp_str++; in PF_Decoder_Exec()
110 tmp_str++; in PF_Decoder_Exec()
126 if (!tmp_str) { in PF_Decoder_Exec()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/analysisd/decoders/plugins/
H A Dossecalert_decoder.c65 tmp_str++; in OSSECAlert_Decoder_Exec()
69 oa_strchr(tmp_str, ':', tmp_str); in OSSECAlert_Decoder_Exec()
70 tmp_str++; in OSSECAlert_Decoder_Exec()
75 tmp_str++; in OSSECAlert_Decoder_Exec()
80 oa_strchr(tmp_str, ' ', tmp_str); in OSSECAlert_Decoder_Exec()
94 oa_strchr(tmp_str, ';', tmp_str); in OSSECAlert_Decoder_Exec()
95 tmp_str++; in OSSECAlert_Decoder_Exec()
112 oa_strchr(tmp_str, ';', tmp_str); in OSSECAlert_Decoder_Exec()
142 tmp_str++; in OSSECAlert_Decoder_Exec()
148 while((*tmp_str == ' ') && (tmp_str[1] != ' ')) in OSSECAlert_Decoder_Exec()
[all …]
H A Dpf_decoder.c39 char *tmp_str; in PF_Decoder_Exec() local
46 if (!tmp_str) { in PF_Decoder_Exec()
51 tmp_str++; in PF_Decoder_Exec()
55 tmp_str++; in PF_Decoder_Exec()
70 tmp_str = strchr(tmp_str, ':'); in PF_Decoder_Exec()
71 if (!tmp_str) { in PF_Decoder_Exec()
74 tmp_str++; in PF_Decoder_Exec()
78 tmp_str++; in PF_Decoder_Exec()
110 tmp_str++; in PF_Decoder_Exec()
126 if (!tmp_str) { in PF_Decoder_Exec()
[all …]
H A Dsymantecws_decoder.c36 char *tmp_str = NULL; in SymantecWS_Decoder_Exec() local
46 if (!(tmp_str = strchr(tmp_str, ','))) { in SymantecWS_Decoder_Exec()
49 tmp_str++; in SymantecWS_Decoder_Exec()
56 tmp_str += 3; in SymantecWS_Decoder_Exec()
57 while (*tmp_str != '\0' && count < 128 && *tmp_str != ',') { in SymantecWS_Decoder_Exec()
72 tmp_str += 3; in SymantecWS_Decoder_Exec()
73 while (*tmp_str != '\0' && count < 128 && *tmp_str != ',') { in SymantecWS_Decoder_Exec()
89 tmp_str += 3; in SymantecWS_Decoder_Exec()
121 tmp_str = strchr(tmp_str, ','); in SymantecWS_Decoder_Exec()
122 if (tmp_str) { in SymantecWS_Decoder_Exec()
[all …]
/dports/net/mpich/mpich-3.4.3/src/util/
H A Dmpir_cvars.c470 tmp_str=NULL; in MPIR_T_cvar_init()
509 tmp_str=NULL; in MPIR_T_cvar_init()
584 tmp_str=NULL; in MPIR_T_cvar_init()
623 tmp_str=NULL; in MPIR_T_cvar_init()
717 tmp_str=NULL; in MPIR_T_cvar_init()
756 tmp_str=NULL; in MPIR_T_cvar_init()
870 tmp_str=NULL; in MPIR_T_cvar_init()
911 tmp_str=NULL; in MPIR_T_cvar_init()
966 tmp_str=NULL; in MPIR_T_cvar_init()
1003 tmp_str=NULL; in MPIR_T_cvar_init()
[all …]
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dqif.c460 if (tmp_str && strlen (tmp_str) > 0) in qif_traite_champs_n()
504 if (tmp_str && strlen (tmp_str) > 0) in qif_traite_champs_n()
603 if (tmp_str && tmp_str[0] != '!') in gsb_qif_cree_liste_comptes()
607 if (tmp_str in gsb_qif_cree_liste_comptes()
632 if (tmp_str in gsb_qif_cree_liste_comptes()
651 while (tmp_str && tmp_str[0] != '^' && returned_value != EOF && tmp_str[0] != '!'); in gsb_qif_cree_liste_comptes()
676 else if (tmp_str && tmp_str[0] == '!') in gsb_qif_cree_liste_comptes()
993 while (tmp_str && tmp_str[0] != '^' && returned_value != EOF && tmp_str[0] != '!'); in gsb_qif_recupere_categories()
1016 if (tmp_str && tmp_str[0] == '!') in gsb_qif_recupere_categories()
1021 while (tmp_str && tmp_str[0] != '^' && returned_value != EOF && tmp_str[0] != '!'); in gsb_qif_recupere_categories()
[all …]
H A Derreur.c151 gchar *tmp_str; in debug_traitement_sigsegv() local
330 gchar* tmp_str; in debug_initialize_debugging() local
338 tmp_str, in debug_initialize_debugging()
340 g_free (tmp_str); in debug_initialize_debugging()
459 gchar* tmp_str; in debug_message_int() local
462 g_free ( tmp_str ); in debug_message_int()
490 gchar* tmp_str; in debug_message_real() local
493 g_free ( tmp_str ); in debug_message_real()
504 gchar* tmp_str; in debug_message_ptr() local
535 gchar *tmp_str; in debug_start_log() local
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/remoted/
H A Dar-forward.c30 char *tmp_str = NULL; in AR_Forward() local
50 if (!tmp_str) { in AR_Forward()
57 tmp_str += 2; in AR_Forward()
60 tmp_str = strchr(tmp_str, ' '); in AR_Forward()
61 if (!tmp_str) { in AR_Forward()
65 tmp_str++; in AR_Forward()
73 tmp_str++; in AR_Forward()
79 tmp_str++; in AR_Forward()
91 tmp_str++; in AR_Forward()
95 tmp_str = strchr(tmp_str, ' '); in AR_Forward()
[all …]
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/remoted/
H A Dar-forward.c30 char *tmp_str = NULL; in AR_Forward() local
50 if (!tmp_str) { in AR_Forward()
57 tmp_str += 2; in AR_Forward()
60 tmp_str = strchr(tmp_str, ' '); in AR_Forward()
61 if (!tmp_str) { in AR_Forward()
65 tmp_str++; in AR_Forward()
73 tmp_str++; in AR_Forward()
79 tmp_str++; in AR_Forward()
91 tmp_str++; in AR_Forward()
95 tmp_str = strchr(tmp_str, ' '); in AR_Forward()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/remoted/
H A Dar-forward.c30 char *tmp_str = NULL; in AR_Forward() local
50 if (!tmp_str) { in AR_Forward()
57 tmp_str += 2; in AR_Forward()
60 tmp_str = strchr(tmp_str, ' '); in AR_Forward()
61 if (!tmp_str) { in AR_Forward()
65 tmp_str++; in AR_Forward()
73 tmp_str++; in AR_Forward()
79 tmp_str++; in AR_Forward()
91 tmp_str++; in AR_Forward()
95 tmp_str = strchr(tmp_str, ' '); in AR_Forward()
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/gen1int/
H A Dsetup.py114 out_str = tmp_str
138 out_str += tmp_str
143 out_str += tmp_str
148 out_str += tmp_str
274 out_str += tmp_str
279 out_str += tmp_str
309 if_cond = tmp_str
312 if_cond = tmp_str
447 out_str += tmp_str
452 out_str += tmp_str
[all …]
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/shared/
H A Ddirtree_op.c50 char *tmp_str; in _OSTreeNode_Add() local
56 if (tmp_str) { in _OSTreeNode_Add()
57 *tmp_str = '\0'; in _OSTreeNode_Add()
102 if (tmp_str) { in _OSTreeNode_Add()
115 if (tmp_str) { in _OSTreeNode_Add()
133 char *tmp_str; in OSDirTree_AddToTree() local
139 if (tmp_str) { in OSDirTree_AddToTree()
188 if (tmp_str) { in OSDirTree_AddToTree()
198 char *tmp_str; in OSDirTree_SearchTree() local
203 if (tmp_str) { in OSDirTree_SearchTree()
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/shared/
H A Ddirtree_op.c50 char *tmp_str; in _OSTreeNode_Add() local
56 if (tmp_str) { in _OSTreeNode_Add()
57 *tmp_str = '\0'; in _OSTreeNode_Add()
102 if (tmp_str) { in _OSTreeNode_Add()
115 if (tmp_str) { in _OSTreeNode_Add()
133 char *tmp_str; in OSDirTree_AddToTree() local
139 if (tmp_str) { in OSDirTree_AddToTree()
188 if (tmp_str) { in OSDirTree_AddToTree()
198 char *tmp_str; in OSDirTree_SearchTree() local
203 if (tmp_str) { in OSDirTree_SearchTree()
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/shared/
H A Ddirtree_op.c50 char *tmp_str; in _OSTreeNode_Add() local
56 if (tmp_str) { in _OSTreeNode_Add()
57 *tmp_str = '\0'; in _OSTreeNode_Add()
102 if (tmp_str) { in _OSTreeNode_Add()
115 if (tmp_str) { in _OSTreeNode_Add()
133 char *tmp_str; in OSDirTree_AddToTree() local
139 if (tmp_str) { in OSDirTree_AddToTree()
188 if (tmp_str) { in OSDirTree_AddToTree()
198 char *tmp_str; in OSDirTree_SearchTree() local
203 if (tmp_str) { in OSDirTree_SearchTree()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dz8k-dis.c479 *tmp_str = 0; in print_intr()
482 strcat (tmp_str, "vi"); in print_intr()
497 *tmp_str = 0; in print_flags()
500 strcat (tmp_str, "c"); in print_flags()
506 strcat (tmp_str, "z"); in print_flags()
512 strcat (tmp_str, "s"); in print_flags()
518 strcat (tmp_str, "p"); in print_flags()
547 strcat (out_str, tmp_str); in unparse_instr()
556 strcat (out_str, tmp_str); in unparse_instr()
565 strcat (out_str, tmp_str); in unparse_instr()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dz8k-dis.c480 *tmp_str = 0; in print_intr()
483 strcat (tmp_str, "vi"); in print_intr()
498 *tmp_str = 0; in print_flags()
501 strcat (tmp_str, "c"); in print_flags()
507 strcat (tmp_str, "z"); in print_flags()
513 strcat (tmp_str, "s"); in print_flags()
519 strcat (tmp_str, "p"); in print_flags()
548 strcat (out_str, tmp_str); in unparse_instr()
557 strcat (out_str, tmp_str); in unparse_instr()
566 strcat (out_str, tmp_str); in unparse_instr()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dz8k-dis.c482 *tmp_str = 0; in print_intr()
485 strcat (tmp_str, "vi"); in print_intr()
500 *tmp_str = 0; in print_flags()
503 strcat (tmp_str, "c"); in print_flags()
509 strcat (tmp_str, "z"); in print_flags()
515 strcat (tmp_str, "s"); in print_flags()
521 strcat (tmp_str, "p"); in print_flags()
550 strcat (out_str, tmp_str); in unparse_instr()
559 strcat (out_str, tmp_str); in unparse_instr()
568 strcat (out_str, tmp_str); in unparse_instr()
[all …]

12345678910>>...74