Home
last modified time | relevance | path

Searched refs:tmpbuff2 (Results 1 – 10 of 10) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/os_mon/c_src/nteventlog/
H A Delog_format.c92 char * tmpbuff2, in fm_free_up() argument
101 free(tmpbuff2); in fm_free_up()
108 return (fm_free_up(argv, tmpbuff, tmpbuff2, elibrary, plibrary), (X))
123 char *tmpbuff2 = malloc(bufflen); in format_message() local
140 tmpbuff2, in format_message()
156 if(expand_message(tmpbuff2, plibrary, tmpbuff, bufflen) != NULL) in format_message()
157 strcpy(tmpbuff2,tmpbuff); in format_message()
162 (LPCVOID) tmpbuff2, in format_message()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/os_mon/c_src/nteventlog/
H A Delog_format.c92 char * tmpbuff2, in fm_free_up() argument
101 free(tmpbuff2); in fm_free_up()
108 return (fm_free_up(argv, tmpbuff, tmpbuff2, elibrary, plibrary), (X))
123 char *tmpbuff2 = malloc(bufflen); in format_message() local
140 tmpbuff2, in format_message()
156 if(expand_message(tmpbuff2, plibrary, tmpbuff, bufflen) != NULL) in format_message()
157 strcpy(tmpbuff2,tmpbuff); in format_message()
162 (LPCVOID) tmpbuff2, in format_message()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/os_mon/c_src/nteventlog/
H A Delog_format.c92 char * tmpbuff2, in fm_free_up() argument
101 free(tmpbuff2); in fm_free_up()
108 return (fm_free_up(argv, tmpbuff, tmpbuff2, elibrary, plibrary), (X))
123 char *tmpbuff2 = malloc(bufflen); in format_message() local
140 tmpbuff2, in format_message()
156 if(expand_message(tmpbuff2, plibrary, tmpbuff, bufflen) != NULL) in format_message()
157 strcpy(tmpbuff2,tmpbuff); in format_message()
162 (LPCVOID) tmpbuff2, in format_message()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/os_mon/c_src/nteventlog/
H A Delog_format.c92 char * tmpbuff2, in fm_free_up() argument
101 free(tmpbuff2); in fm_free_up()
108 return (fm_free_up(argv, tmpbuff, tmpbuff2, elibrary, plibrary), (X))
123 char *tmpbuff2 = malloc(bufflen); in format_message() local
140 tmpbuff2, in format_message()
156 if(expand_message(tmpbuff2, plibrary, tmpbuff, bufflen) != NULL) in format_message()
157 strcpy(tmpbuff2,tmpbuff); in format_message()
162 (LPCVOID) tmpbuff2, in format_message()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/os_mon/c_src/nteventlog/
H A Delog_format.c92 char * tmpbuff2, in fm_free_up() argument
101 free(tmpbuff2); in fm_free_up()
108 return (fm_free_up(argv, tmpbuff, tmpbuff2, elibrary, plibrary), (X))
123 char *tmpbuff2 = malloc(bufflen); in format_message() local
140 tmpbuff2, in format_message()
156 if(expand_message(tmpbuff2, plibrary, tmpbuff, bufflen) != NULL) in format_message()
157 strcpy(tmpbuff2,tmpbuff); in format_message()
162 (LPCVOID) tmpbuff2, in format_message()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/os_mon/c_src/nteventlog/
H A Delog_format.c92 char * tmpbuff2, in fm_free_up() argument
101 free(tmpbuff2); in fm_free_up()
108 return (fm_free_up(argv, tmpbuff, tmpbuff2, elibrary, plibrary), (X))
123 char *tmpbuff2 = malloc(bufflen); in format_message() local
140 tmpbuff2, in format_message()
156 if(expand_message(tmpbuff2, plibrary, tmpbuff, bufflen) != NULL) in format_message()
157 strcpy(tmpbuff2,tmpbuff); in format_message()
162 (LPCVOID) tmpbuff2, in format_message()
/dports/lang/erlang/otp-OTP-24.1.7/lib/os_mon/c_src/nteventlog/
H A Delog_format.c92 char * tmpbuff2, in fm_free_up() argument
101 free(tmpbuff2); in fm_free_up()
108 return (fm_free_up(argv, tmpbuff, tmpbuff2, elibrary, plibrary), (X))
123 char *tmpbuff2 = malloc(bufflen); in format_message() local
140 tmpbuff2, in format_message()
156 if(expand_message(tmpbuff2, plibrary, tmpbuff, bufflen) != NULL) in format_message()
157 strcpy(tmpbuff2,tmpbuff); in format_message()
162 (LPCVOID) tmpbuff2, in format_message()
/dports/japanese/ne/ne/src/
H A Dline.c279 char tmpbuff2[MAXEDITLINE+1]; in CatLine() local
289 strcpy(tmpbuff2, ed->buffer); //buffer in CatLine()
290 if (strlen(tmpbuff1)+strlen(tmpbuff2) > MAXEDITLINE) in CatLine()
297 strcat(tmpbuff1, tmpbuff2); in CatLine()
/dports/www/kannel/gateway-1.4.4/gw/smsc/
H A Dsmsc_emi_x25.c830 char tmpbuff[1024], tmpbuff2[1024]; in memorybuffer_has_rawmessage() local
840 sprintf(tmpbuff2, "/%c/%02i/", auth, type); in memorybuffer_has_rawmessage()
842 sprintf(tmpbuff2, "/%02i/", type); in memorybuffer_has_rawmessage()
844 if (strstr(tmpbuff, tmpbuff2) != NULL) { in memorybuffer_has_rawmessage()
/dports/www/httrack/httrack-3.49.2/src/
H A Dhtsserver.c322 String tmpbuff2 = STRING_EMPTY; in smallserver() local
403 StringClear(tmpbuff2); in smallserver()
408 StringCat(tmpbuff2, ""); in smallserver()
1430 StringFree(tmpbuff2); in smallserver()