Home
last modified time | relevance | path

Searched refs:fullname_len (Results 1 – 25 of 39) sorted by relevance

12

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/samba3/
H A Dtdbsam.c38 fullname_len, homedir_len, logon_script_len, in init_sam_from_buffer_v0() local
61 &fullname_len, &sampass->fullname, /* B */ in init_sam_from_buffer_v0()
94 fullname_len, homedir_len, logon_script_len, in init_sam_from_buffer_v1() local
119 &fullname_len, &sampass->fullname, /* B */ in init_sam_from_buffer_v1()
152 fullname_len, homedir_len, logon_script_len, in init_sam_from_buffer_v2() local
175 &fullname_len, &sampass->fullname, /* B */ in init_sam_from_buffer_v2()
/dports/devel/pecl-protobuf/protobuf-3.19.1/
H A Dnames.c193 size_t fullname_len = strlen(fullname); in fill_classname() local
196 while (i < fullname_len) { in fill_classname()
198 while (j < fullname_len && fullname[j] != '.') { in fill_classname()
203 if (j != fullname_len) { in fill_classname()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_column.c305 unsigned int fullname_len; in command_column_remove() local
314 fullname_len = grn_obj_name(ctx, table, fullname, GRN_TABLE_MAX_KEY_SIZE); in command_column_remove()
315 if (fullname_len == 0) { in command_column_remove()
325 fullname[fullname_len] = GRN_DB_DELIMITER; in command_column_remove()
326 fullname_len++; in command_column_remove()
327 if (fullname_len + GRN_TEXT_LEN(name) > GRN_TABLE_MAX_KEY_SIZE) { in command_column_remove()
333 GRN_TABLE_MAX_KEY_SIZE - fullname_len, in command_column_remove()
339 grn_memcpy(fullname + fullname_len, in command_column_remove()
342 fullname_len += GRN_TEXT_LEN(name); in command_column_remove()
343 column = grn_ctx_get(ctx, fullname, fullname_len); in command_column_remove()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_column.c305 unsigned int fullname_len; in command_column_remove() local
314 fullname_len = grn_obj_name(ctx, table, fullname, GRN_TABLE_MAX_KEY_SIZE); in command_column_remove()
315 if (fullname_len == 0) { in command_column_remove()
325 fullname[fullname_len] = GRN_DB_DELIMITER; in command_column_remove()
326 fullname_len++; in command_column_remove()
327 if (fullname_len + GRN_TEXT_LEN(name) > GRN_TABLE_MAX_KEY_SIZE) { in command_column_remove()
333 GRN_TABLE_MAX_KEY_SIZE - fullname_len, in command_column_remove()
339 grn_memcpy(fullname + fullname_len, in command_column_remove()
342 fullname_len += GRN_TEXT_LEN(name); in command_column_remove()
343 column = grn_ctx_get(ctx, fullname, fullname_len); in command_column_remove()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_column.c305 unsigned int fullname_len; in command_column_remove() local
314 fullname_len = grn_obj_name(ctx, table, fullname, GRN_TABLE_MAX_KEY_SIZE); in command_column_remove()
315 if (fullname_len == 0) { in command_column_remove()
325 fullname[fullname_len] = GRN_DB_DELIMITER; in command_column_remove()
326 fullname_len++; in command_column_remove()
327 if (fullname_len + GRN_TEXT_LEN(name) > GRN_TABLE_MAX_KEY_SIZE) { in command_column_remove()
333 GRN_TABLE_MAX_KEY_SIZE - fullname_len, in command_column_remove()
339 grn_memcpy(fullname + fullname_len, in command_column_remove()
342 fullname_len += GRN_TEXT_LEN(name); in command_column_remove()
343 column = grn_ctx_get(ctx, fullname, fullname_len); in command_column_remove()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_column.c305 unsigned int fullname_len; in command_column_remove() local
314 fullname_len = grn_obj_name(ctx, table, fullname, GRN_TABLE_MAX_KEY_SIZE); in command_column_remove()
315 if (fullname_len == 0) { in command_column_remove()
325 fullname[fullname_len] = GRN_DB_DELIMITER; in command_column_remove()
326 fullname_len++; in command_column_remove()
327 if (fullname_len + GRN_TEXT_LEN(name) > GRN_TABLE_MAX_KEY_SIZE) { in command_column_remove()
333 GRN_TABLE_MAX_KEY_SIZE - fullname_len, in command_column_remove()
339 grn_memcpy(fullname + fullname_len, in command_column_remove()
342 fullname_len += GRN_TEXT_LEN(name); in command_column_remove()
343 column = grn_ctx_get(ctx, fullname, fullname_len); in command_column_remove()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_column.c305 unsigned int fullname_len;
314 fullname_len = grn_obj_name(ctx, table, fullname, GRN_TABLE_MAX_KEY_SIZE);
315 if (fullname_len == 0) {
325 fullname[fullname_len] = GRN_DB_DELIMITER;
326 fullname_len++;
327 if (fullname_len + GRN_TEXT_LEN(name) > GRN_TABLE_MAX_KEY_SIZE) {
333 GRN_TABLE_MAX_KEY_SIZE - fullname_len,
339 grn_memcpy(fullname + fullname_len,
342 fullname_len += GRN_TEXT_LEN(name);
343 column = grn_ctx_get(ctx, fullname, fullname_len);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_column.c305 unsigned int fullname_len; in command_column_remove() local
314 fullname_len = grn_obj_name(ctx, table, fullname, GRN_TABLE_MAX_KEY_SIZE); in command_column_remove()
315 if (fullname_len == 0) { in command_column_remove()
325 fullname[fullname_len] = GRN_DB_DELIMITER; in command_column_remove()
326 fullname_len++; in command_column_remove()
327 if (fullname_len + GRN_TEXT_LEN(name) > GRN_TABLE_MAX_KEY_SIZE) { in command_column_remove()
333 GRN_TABLE_MAX_KEY_SIZE - fullname_len, in command_column_remove()
339 grn_memcpy(fullname + fullname_len, in command_column_remove()
342 fullname_len += GRN_TEXT_LEN(name); in command_column_remove()
343 column = grn_ctx_get(ctx, fullname, fullname_len); in command_column_remove()
/dports/security/chntpw/chntpw-140201/
H A Dchntpw.c334 int fullname_offset,fullname_len; in change_pw() local
362 fullname_len = v->fullname_len; in change_pw()
390 fullname_len < 0 || fullname_len > vlen || in change_pw()
408 cheap_uni2ascii(vp + fullname_offset,fullname,fullname_len); in change_pw()
H A Dsam.h151 int fullname_len; /* 0x1c */ member
230 int fullname_len; /* 0x20 */ member
H A Dlibsam.c1644 int fullname_offset,fullname_len; in sam_reset_pw() local
1674 fullname_len = v->fullname_len; in sam_reset_pw()
1690 fullname_len < 0 || fullname_len > vlen || in sam_reset_pw()
1705 cheap_uni2ascii(vp + fullname_offset,fullname,fullname_len); in sam_reset_pw()
H A Dchntpw-presplit.c1373 int fullname_offset,fullname_len; in change_pw() local
1399 fullname_len = v->fullname_len; in change_pw()
1427 fullname_len < 0 || fullname_len > vlen || in change_pw()
1445 cheap_uni2ascii(vp + fullname_offset,fullname,fullname_len); in change_pw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c684 size_t fullname_len = strlen(fullname); in classname_len_max() local
688 size_t length = fullname_len; in classname_len_max()
717 for (i = classname_start; i < fullname_len; i++) { in classname_len_max()
812 size_t fullname_len = strlen(fullname); in fill_classname() local
816 while (i < fullname_len) { in fill_classname()
818 while (j < fullname_len && fullname[j] != '.') { in fill_classname()
821 if (use_nested_submsg || is_first_segment && j == fullname_len) { in fill_classname()
826 if (j != fullname_len) { in fill_classname()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c684 size_t fullname_len = strlen(fullname); in classname_len_max() local
688 size_t length = fullname_len; in classname_len_max()
717 for (i = classname_start; i < fullname_len; i++) { in classname_len_max()
812 size_t fullname_len = strlen(fullname); in fill_classname() local
816 while (i < fullname_len) { in fill_classname()
818 while (j < fullname_len && fullname[j] != '.') { in fill_classname()
821 if (use_nested_submsg || is_first_segment && j == fullname_len) { in fill_classname()
826 if (j != fullname_len) { in fill_classname()
/dports/security/l0phtcrack/l0phtcrack-1.5/
H A DPWDUMP.C499 int fullname_len = get_int(vp + 0x1c); in check_vp() local
514 fullname_len < 0 || homedir_offset < 0 || in check_vp()
527 if((*fullname = (char *)malloc(fullname_len + 1)) == 0) { in check_vp()
553 wcstombs( *fullname, (wchar_t *)(vp + fullname_offset), fullname_len/sizeof(wchar_t)); in check_vp()
554 (*fullname)[fullname_len/sizeof(wchar_t)] = 0; in check_vp()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dpassdb.c957 fullname_len, homedir_len, logon_script_len, in init_samu_from_buffer_v0() local
987 &fullname_len, &fullname, /* B */ in init_samu_from_buffer_v0()
1143 fullname_len, homedir_len, logon_script_len, in init_samu_from_buffer_v1() local
1175 &fullname_len, &fullname, /* B */ in init_samu_from_buffer_v1()
1332 fullname_len, homedir_len, logon_script_len, in init_samu_from_buffer_v2() local
1366 &fullname_len, &fullname, /* B */ in init_samu_from_buffer_v2()
1601 &fullname_len, &fullname, /* B */ in init_samu_from_buffer_v3()
1853 fullname_len = strlen(fullname) +1; in init_buffer_from_samu_v3()
1855 fullname_len = 0; in init_buffer_from_samu_v3()
1962 fullname_len, fullname, /* B */ in init_buffer_from_samu_v3()
[all …]
/dports/net/samba412/samba-4.12.15/source3/passdb/
H A Dpassdb.c954 fullname_len, homedir_len, logon_script_len, in init_samu_from_buffer_v0() local
984 &fullname_len, &fullname, /* B */ in init_samu_from_buffer_v0()
1139 fullname_len, homedir_len, logon_script_len, in init_samu_from_buffer_v1() local
1171 &fullname_len, &fullname, /* B */ in init_samu_from_buffer_v1()
1327 fullname_len, homedir_len, logon_script_len, in init_samu_from_buffer_v2() local
1361 &fullname_len, &fullname, /* B */ in init_samu_from_buffer_v2()
1595 &fullname_len, &fullname, /* B */ in init_samu_from_buffer_v3()
1847 fullname_len = strlen(fullname) +1; in init_buffer_from_samu_v3()
1849 fullname_len = 0; in init_buffer_from_samu_v3()
1960 fullname_len, fullname, /* B */ in init_buffer_from_samu_v3()
[all …]
/dports/science/chemtool/chemtool-1.6.14/
H A Dgtkfilesel.c145 gint fullname_len; member
2649 if (dir->fullname_len + strlen (dir_name) + 2 >= MAXPATHLEN) in open_relative_dir()
2657 if (dir->fullname_len > 1) in open_relative_dir()
2659 path_buf[dir->fullname_len] = '/'; in open_relative_dir()
2660 strcpy (path_buf + dir->fullname_len + 1, dir_name); in open_relative_dir()
2664 strcpy (path_buf + dir->fullname_len, dir_name); in open_relative_dir()
2889 new_dir->fullname_len = (gint)strlen (dir_name); in attach_dir()
2905 cmpl_dir->fullname_len = 1; in correct_dir_fullname()
2920 cmpl_dir->fullname_len = 1; in correct_dir_fullname()
2940 cmpl_dir->fullname_len = 1; in correct_dir_fullname()
[all …]
/dports/science/chemtool-devel/chemtool-1.7alpha15/
H A Dgtkfilesel.c145 gint fullname_len; member
2649 if (dir->fullname_len + strlen (dir_name) + 2 >= MAXPATHLEN) in open_relative_dir()
2657 if (dir->fullname_len > 1) in open_relative_dir()
2659 path_buf[dir->fullname_len] = '/'; in open_relative_dir()
2660 strcpy (path_buf + dir->fullname_len + 1, dir_name); in open_relative_dir()
2664 strcpy (path_buf + dir->fullname_len, dir_name); in open_relative_dir()
2889 new_dir->fullname_len = (gint)strlen (dir_name); in attach_dir()
2905 cmpl_dir->fullname_len = 1; in correct_dir_fullname()
2920 cmpl_dir->fullname_len = 1; in correct_dir_fullname()
2940 cmpl_dir->fullname_len = 1; in correct_dir_fullname()
[all …]
/dports/sysutils/ftwin/ftwin-3355fd9/src/
H A Dftwin.c315 apr_size_t fullname_len; in ft_conf_add_file() local
327 fullname_len = strlen(fullname); in ft_conf_add_file()
330 …&& (0 <= (rc = pcre_exec(conf->ig_regex, NULL, fullname, fullname_len, 0, 0, ovector, MATCH_VECTOR… in ft_conf_add_file()
334 …&& (0 > (rc = pcre_exec(conf->wl_regex, NULL, fullname, fullname_len, 0, 0, ovector, MATCH_VECTOR_… in ft_conf_add_file()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfilesel.c169 gint fullname_len; member
2970 path = g_string_sized_new (dir->fullname_len + strlen (dir_name) + 10); in open_relative_dir()
2973 if (dir->fullname_len > 1 in open_relative_dir()
2974 && path->str[dir->fullname_len - 1] != G_DIR_SEPARATOR) in open_relative_dir()
3229 new_dir->fullname_len = strlen (dir_name); in attach_dir()
3251 cmpl_dir->fullname_len = length - 1; in correct_dir_fullname()
3275 cmpl_dir->fullname_len = length - 2; in correct_dir_fullname()
3309 cmpl_dir->fullname_len = length - 3; in correct_dir_fullname()
3334 cmpl_dir->fullname_len = strlen (cmpl_dir->fullname); in correct_dir_fullname()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/posix/
H A Dos_posix.cpp213 size_t fullname_len = strlen(dir) + strlen(name_template); in create_file_for_heap() local
214 char *fullname = (char*)os::malloc(fullname_len + 1, mtInternal); in create_file_for_heap()
219 int n = snprintf(fullname, fullname_len + 1, "%s%s", dir, name_template); in create_file_for_heap()
220 assert((size_t)n == fullname_len, "Unexpected number of characters in string"); in create_file_for_heap()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/posix/
H A Dos_posix.cpp223 size_t fullname_len = strlen(dir) + strlen(name_template); in create_file_for_heap() local
224 char *fullname = (char*)os::malloc(fullname_len + 1, mtInternal); in create_file_for_heap()
229 int n = snprintf(fullname, fullname_len + 1, "%s%s", dir, name_template); in create_file_for_heap()
230 assert((size_t)n == fullname_len, "Unexpected number of characters in string"); in create_file_for_heap()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dcore-helper.c235 const size_t fullname_len, in stress_mk_filename() argument
244 (void)shim_strlcpy(fullname, pathname, fullname_len); in stress_mk_filename()
245 (void)shim_strlcat(fullname, "/", fullname_len); in stress_mk_filename()
246 return shim_strlcat(fullname, filename, fullname_len); in stress_mk_filename()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/posix/
H A Dos_posix.cpp185 size_t fullname_len = strlen(dir) + strlen(name_template); in create_file_for_heap() local
186 char *fullname = (char*)os::malloc(fullname_len + 1, mtInternal); in create_file_for_heap()
191 int n = snprintf(fullname, fullname_len + 1, "%s%s", dir, name_template); in create_file_for_heap()
192 assert((size_t)n == fullname_len, "Unexpected number of characters in string"); in create_file_for_heap()

12