HomeSort by relevance Sort by last modified time
    Searched refs:PATH_MAX (Results 1 - 25 of 236) sorted by null

1 2 3 4 5 6 7 8 910

  /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-runtime/gnulib-lib/
pathmax.h 1 /* Define PATH_MAX somehow. Requires sys/types.h.
29 # if !defined PATH_MAX && defined _PC_PATH_MAX
30 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
35 # if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
39 # if !defined PATH_MAX && defined MAXPATHLEN
40 # define PATH_MAX MAXPATHLEN
43 # ifndef PATH_MAX
44 # define PATH_MAX _POSIX_PATH_MAX
  /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-tools/gnulib-lib/
pathmax.h 1 /* Define PATH_MAX somehow. Requires sys/types.h.
29 # if !defined PATH_MAX && defined _PC_PATH_MAX
30 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
35 # if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
39 # if !defined PATH_MAX && defined MAXPATHLEN
40 # define PATH_MAX MAXPATHLEN
43 # ifndef PATH_MAX
44 # define PATH_MAX _POSIX_PATH_MAX
  /webstack/webstack/branches/CoolStack12Rtm/src/libiconv-1.9.2/srclib/
pathmax.h 1 /* Define PATH_MAX somehow. Requires sys/types.h.
26 PATH_MAX but might cause redefinition warnings when sys/param.h is
36 # if !defined PATH_MAX && defined _PC_PATH_MAX
37 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
42 # if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
46 # if !defined PATH_MAX && defined MAXPATHLEN
47 # define PATH_MAX MAXPATHLEN
50 # ifndef PATH_MAX
51 # define PATH_MAX _POSIX_PATH_MAX
  /webstack/webstack/trunk/src/gettext-0.16/gettext-runtime/gnulib-lib/
pathmax.h 1 /* Define PATH_MAX somehow. Requires sys/types.h.
29 # if !defined PATH_MAX && defined _PC_PATH_MAX
30 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
35 # if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
39 # if !defined PATH_MAX && defined MAXPATHLEN
40 # define PATH_MAX MAXPATHLEN
43 # ifndef PATH_MAX
44 # define PATH_MAX _POSIX_PATH_MAX
  /webstack/webstack/trunk/src/gettext-0.16/gettext-tools/gnulib-lib/
pathmax.h 1 /* Define PATH_MAX somehow. Requires sys/types.h.
29 # if !defined PATH_MAX && defined _PC_PATH_MAX
30 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
35 # if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
39 # if !defined PATH_MAX && defined MAXPATHLEN
40 # define PATH_MAX MAXPATHLEN
43 # ifndef PATH_MAX
44 # define PATH_MAX _POSIX_PATH_MAX
  /webstack/webstack/trunk/src/libiconv-1.9.2/srclib/
pathmax.h 1 /* Define PATH_MAX somehow. Requires sys/types.h.
26 PATH_MAX but might cause redefinition warnings when sys/param.h is
36 # if !defined PATH_MAX && defined _PC_PATH_MAX
37 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
42 # if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
46 # if !defined PATH_MAX && defined MAXPATHLEN
47 # define PATH_MAX MAXPATHLEN
50 # ifndef PATH_MAX
51 # define PATH_MAX _POSIX_PATH_MAX
  /webstack/webstack/branches/CoolStack12Rtm/src/openldap-2.3.30/include/ac/
param.h 25 # if defined(PATH_MAX)
26 # define MAXPATHLEN PATH_MAX
  /webstack/webstack/trunk/src/openldap-2.3.30/include/ac/
param.h 25 # if defined(PATH_MAX)
26 # define MAXPATHLEN PATH_MAX
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/src/common/portlib/
NdbConfig.c 66 buf= NdbConfig_AllocHomePath(PATH_MAX);
69 buf= NdbMem_Allocate(PATH_MAX);
70 basestring_snprintf(buf+len, PATH_MAX, "Ndb.cfg");
92 char *buf= get_prefix_buf(PATH_MAX, node_id);
94 basestring_snprintf(buf+len, PATH_MAX, "_error.log");
100 char *buf= get_prefix_buf(PATH_MAX, node_id);
102 basestring_snprintf(buf+len, PATH_MAX, "_cluster.log");
108 char *buf= get_prefix_buf(PATH_MAX, node_id);
110 basestring_snprintf(buf+len, PATH_MAX, "_signal.log");
116 char *buf= get_prefix_buf(PATH_MAX, node_id)
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/src/common/portlib/
NdbConfig.c 67 buf= NdbConfig_AllocHomePath(PATH_MAX);
70 buf= NdbMem_Allocate(PATH_MAX);
71 basestring_snprintf(buf+len, PATH_MAX, "Ndb.cfg");
93 char *buf= get_prefix_buf(PATH_MAX, node_id);
95 basestring_snprintf(buf+len, PATH_MAX, "_error.log");
101 char *buf= get_prefix_buf(PATH_MAX, node_id);
103 basestring_snprintf(buf+len, PATH_MAX, "_cluster.log");
109 char *buf= get_prefix_buf(PATH_MAX, node_id);
111 basestring_snprintf(buf+len, PATH_MAX, "_signal.log");
117 char *buf= get_prefix_buf(PATH_MAX, node_id)
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/src/common/portlib/
NdbConfig.c 67 buf= NdbConfig_AllocHomePath(PATH_MAX);
70 buf= NdbMem_Allocate(PATH_MAX);
71 basestring_snprintf(buf+len, PATH_MAX, "Ndb.cfg");
93 char *buf= get_prefix_buf(PATH_MAX, node_id);
95 basestring_snprintf(buf+len, PATH_MAX, "_error.log");
101 char *buf= get_prefix_buf(PATH_MAX, node_id);
103 basestring_snprintf(buf+len, PATH_MAX, "_cluster.log");
109 char *buf= get_prefix_buf(PATH_MAX, node_id);
111 basestring_snprintf(buf+len, PATH_MAX, "_signal.log");
117 char *buf= get_prefix_buf(PATH_MAX, node_id)
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.45/ndb/src/common/portlib/
NdbConfig.c 66 buf= NdbConfig_AllocHomePath(PATH_MAX);
69 buf= NdbMem_Allocate(PATH_MAX);
70 basestring_snprintf(buf+len, PATH_MAX, "Ndb.cfg");
92 char *buf= get_prefix_buf(PATH_MAX, node_id);
94 basestring_snprintf(buf+len, PATH_MAX, "_error.log");
100 char *buf= get_prefix_buf(PATH_MAX, node_id);
102 basestring_snprintf(buf+len, PATH_MAX, "_cluster.log");
108 char *buf= get_prefix_buf(PATH_MAX, node_id);
110 basestring_snprintf(buf+len, PATH_MAX, "_signal.log");
116 char *buf= get_prefix_buf(PATH_MAX, node_id)
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/src/kernel/blocks/ndbfs/
Filename.hpp 75 char theName[PATH_MAX];
76 char theFileSystemDirectory[PATH_MAX];
77 char theBackupDirectory[PATH_MAX];
79 char theDirectory[PATH_MAX];
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/src/kernel/blocks/ndbfs/
Filename.hpp 76 char theName[PATH_MAX];
77 char theFileSystemDirectory[PATH_MAX];
78 char theBackupDirectory[PATH_MAX];
80 char theDirectory[PATH_MAX];
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/src/kernel/blocks/ndbfs/
Filename.hpp 76 char theName[PATH_MAX];
77 char theFileSystemDirectory[PATH_MAX];
78 char theBackupDirectory[PATH_MAX];
80 char theDirectory[PATH_MAX];
  /webstack/webstack/trunk/src/mysql-5.0.45/ndb/src/kernel/blocks/ndbfs/
Filename.hpp 75 char theName[PATH_MAX];
76 char theFileSystemDirectory[PATH_MAX];
77 char theBackupDirectory[PATH_MAX];
79 char theDirectory[PATH_MAX];
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/netware/
mysql_test_run.c 62 char base_dir[PATH_MAX] = "sys:/mysql";
63 char db[PATH_MAX] = "test";
64 char user[PATH_MAX] = "root";
65 char password[PATH_MAX] = "";
71 char skip_test[PATH_MAX] = " lowercase_table3 , system_mysql_db_fix ";
72 char ignore_test[PATH_MAX] = "";
74 char bin_dir[PATH_MAX];
75 char mysql_test_dir[PATH_MAX];
76 char test_dir[PATH_MAX];
77 char mysql_tmp_dir[PATH_MAX];
    [all...]
mysql_install_db.c 38 char basedir[PATH_MAX];
39 char datadir[PATH_MAX];
40 char err_log[PATH_MAX];
41 char out_log[PATH_MAX];
42 char mysqld[PATH_MAX];
43 char hostname[PATH_MAX];
44 char sql_file[PATH_MAX];
45 char default_option[PATH_MAX];
95 if (gethostname(hostname,PATH_MAX) < 0)
107 strncpy(default_option, argv[1], PATH_MAX);
    [all...]
mysqld_safe.c 38 char basedir[PATH_MAX];
40 char datadir[PATH_MAX];
41 char pid_file[PATH_MAX];
42 char address[PATH_MAX];
43 char port[PATH_MAX];
44 char err_log[PATH_MAX];
45 char safe_log[PATH_MAX];
46 char mysqld[PATH_MAX];
47 char hostname[PATH_MAX];
48 char default_option[PATH_MAX];
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/netware/
mysql_test_run.c 62 char base_dir[PATH_MAX] = "sys:/mysql";
63 char db[PATH_MAX] = "test";
64 char user[PATH_MAX] = "root";
65 char password[PATH_MAX] = "";
71 char skip_test[PATH_MAX] = " lowercase_table3 , system_mysql_db_fix ";
72 char ignore_test[PATH_MAX] = "";
74 char bin_dir[PATH_MAX];
75 char mysql_test_dir[PATH_MAX];
76 char test_dir[PATH_MAX];
77 char mysql_tmp_dir[PATH_MAX];
    [all...]
mysql_install_db.c 38 char basedir[PATH_MAX];
39 char datadir[PATH_MAX];
40 char err_log[PATH_MAX];
41 char out_log[PATH_MAX];
42 char mysqld[PATH_MAX];
43 char hostname[PATH_MAX];
44 char sql_file[PATH_MAX];
45 char default_option[PATH_MAX];
95 if (gethostname(hostname,PATH_MAX) < 0)
107 strncpy(default_option, argv[1], PATH_MAX);
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/netware/
mysql_test_run.c 62 char base_dir[PATH_MAX] = "sys:/mysql";
63 char db[PATH_MAX] = "test";
64 char user[PATH_MAX] = "root";
65 char password[PATH_MAX] = "";
71 char skip_test[PATH_MAX] = " lowercase_table3 , system_mysql_db_fix ";
72 char ignore_test[PATH_MAX] = "";
74 char bin_dir[PATH_MAX];
75 char mysql_test_dir[PATH_MAX];
76 char test_dir[PATH_MAX];
77 char mysql_tmp_dir[PATH_MAX];
    [all...]
mysql_install_db.c 38 char basedir[PATH_MAX];
39 char datadir[PATH_MAX];
40 char err_log[PATH_MAX];
41 char out_log[PATH_MAX];
42 char mysqld[PATH_MAX];
43 char hostname[PATH_MAX];
44 char sql_file[PATH_MAX];
45 char default_option[PATH_MAX];
95 if (gethostname(hostname,PATH_MAX) < 0)
107 strncpy(default_option, argv[1], PATH_MAX);
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.45/netware/
mysql_test_run.c 62 char base_dir[PATH_MAX] = "sys:/mysql";
63 char db[PATH_MAX] = "test";
64 char user[PATH_MAX] = "root";
65 char password[PATH_MAX] = "";
71 char skip_test[PATH_MAX] = " lowercase_table3 , system_mysql_db_fix ";
72 char ignore_test[PATH_MAX] = "";
74 char bin_dir[PATH_MAX];
75 char mysql_test_dir[PATH_MAX];
76 char test_dir[PATH_MAX];
77 char mysql_tmp_dir[PATH_MAX];
    [all...]
mysql_install_db.c 38 char basedir[PATH_MAX];
39 char datadir[PATH_MAX];
40 char err_log[PATH_MAX];
41 char out_log[PATH_MAX];
42 char mysqld[PATH_MAX];
43 char hostname[PATH_MAX];
44 char sql_file[PATH_MAX];
45 char default_option[PATH_MAX];
95 if (gethostname(hostname,PATH_MAX) < 0)
107 strncpy(default_option, argv[1], PATH_MAX);
    [all...]

Completed in 1259 milliseconds

1 2 3 4 5 6 7 8 910