Home
last modified time | relevance | path

Searched refs:tflen (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dhash.c386 int item_index, hashvalue, iret, tflen; in migrate_hash_to_bin() local
389 txtfile = open_file_get_length( ofilename, "r", &tflen ); in migrate_hash_to_bin()
393 dump = (char *) malloc( tflen * 2 ); in migrate_hash_to_bin()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dhash.c386 int item_index, hashvalue, iret, tflen; in migrate_hash_to_bin() local
389 txtfile = open_file_get_length( ofilename, "r", &tflen ); in migrate_hash_to_bin()
393 dump = (char *) malloc( tflen * 2 ); in migrate_hash_to_bin()
/dports/chinese/libchewing/libchewing-0.5.1/src/
H A Dhash.c416 int item_index, iret, tflen; in migrate_hash_to_bin() local
421 txtfile = open_file_get_length(ofilename, "r", &tflen); in migrate_hash_to_bin()
425 dump = ALC(char, tflen * 2); in migrate_hash_to_bin()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/server/
H A Dconfpars.c89 unsigned tflen, ulen; in read_conf_file() local
102 tflen = 0; in read_conf_file()
106 ulen = tflen; in read_conf_file()
114 tflen = strlen (dbuf); in read_conf_file()
115 ulen = ulen - tflen - 1; in read_conf_file()
116 fbuf = dbuf + tflen + 1; in read_conf_file()
161 fbuf = dbuf + tflen + 1; in read_conf_file()
196 unsigned tflen; in trace_conf_input() local
204 tflen = strlen (data); in trace_conf_input()
205 flen = len - tflen - 1; in trace_conf_input()
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/server/
H A Dconfpars.c89 unsigned tflen, ulen; in read_conf_file() local
102 tflen = 0; in read_conf_file()
106 ulen = tflen; in read_conf_file()
114 tflen = strlen (dbuf); in read_conf_file()
115 ulen = ulen - tflen - 1; in read_conf_file()
116 fbuf = dbuf + tflen + 1; in read_conf_file()
161 fbuf = dbuf + tflen + 1; in read_conf_file()
196 unsigned tflen; in trace_conf_input() local
204 tflen = strlen (data); in trace_conf_input()
205 flen = len - tflen - 1; in trace_conf_input()
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/server/
H A Dconfpars.c89 unsigned tflen, ulen; in read_conf_file() local
102 tflen = 0; in read_conf_file()
106 ulen = tflen; in read_conf_file()
114 tflen = strlen (dbuf); in read_conf_file()
115 ulen = ulen - tflen - 1; in read_conf_file()
116 fbuf = dbuf + tflen + 1; in read_conf_file()
161 fbuf = dbuf + tflen + 1; in read_conf_file()
196 unsigned tflen; in trace_conf_input() local
204 tflen = strlen (data); in trace_conf_input()
205 flen = len - tflen - 1; in trace_conf_input()
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Dfilepath.c215 int sepcount, len, tflen; in shortpath_for_partial() local
234 len = tflen = (int)STRLEN(tfname); in shortpath_for_partial()
244 len = tflen; in shortpath_for_partial()