Home
last modified time | relevance | path

Searched refs:MAX_EXT_LEN (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dgimv_mime_types.c29 #define MAX_EXT_LEN 32 macro
131 gchar ext[MAX_EXT_LEN]; in gimv_mime_types_add_extension()
139 g_return_val_if_fail (len < MAX_EXT_LEN, FALSE); in gimv_mime_types_add_extension()
294 gchar ext[MAX_EXT_LEN]; in gimv_mime_types_get_type_from_ext()
300 g_return_val_if_fail (len < MAX_EXT_LEN, NULL); in gimv_mime_types_get_type_from_ext()
/dports/graphics/simage/simage-1.7.0/src/
H A Dsimage_qimage.cpp123 #define MAX_EXT_LEN 255 macro
128 strncpy(buf, ext, MAX_EXT_LEN); in qimage_set_save_format()
129 buf[MAX_EXT_LEN] = 0; in qimage_set_save_format()
218 char ext[MAX_EXT_LEN+1]; in simage_qimage_save()
/dports/devel/zziplib/zziplib-0.13.72/zzip/
H A Dwrite.c138 # define MAX_EXT_LEN 10 in zzip_dir_creat_ext_io() macro
141 dir->realname = malloc(name_len + MAX_EXT_LEN); in zzip_dir_creat_ext_io()
163 if (! (exx_len = strlen(*exx)) || exx_len >= MAX_EXT_LEN) in zzip_dir_creat_ext_io()
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dmimetype.c21 #define MAX_EXT_LEN 16 macro
115 if (strlen(ext) <= MAX_EXT_LEN) { in read_mimetypes()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/include/
H A Drecvbuff.h31 #define RX_BUFF_SIZE (LEN_PKT_NOMAC + MAX_MAC_LEN + MAX_EXT_LEN)
H A Dntp.h374 #define MAX_EXT_LEN 4096 /* maximum length of extension-field data */ macro
458 uint8_t exten[MAX_MAC_LEN + MAX_EXT_LEN];
/dports/deskutils/bitcollider/bitcollider-0.6.0/src/
H A Dbitcollider.c23 #define MAX_EXT_LEN 64 macro
127 char checkAsExt[MAX_EXT_LEN]; in main()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Dnts_extens.c72 buf.left = MAX_EXT_LEN; in extens_client_send()
286 buf.left = MAX_EXT_LEN; in extens_server_send()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/nifti/
H A Dnifti1_io.c2589 char extcopy[MAX_EXT_LEN + 1]; in nifti_find_file_extension()
2611 strncpy(extcopy, ext, MAX_EXT_LEN); in nifti_find_file_extension()
2612 extcopy[MAX_EXT_LEN] = '\0'; in nifti_find_file_extension()
2625 if ( len < MAX_EXT_LEN ) return NULL; in nifti_find_file_extension()
2627 ext = name + len - MAX_EXT_LEN; in nifti_find_file_extension()
2630 strncpy(extcopy, ext, MAX_EXT_LEN); in nifti_find_file_extension()
2631 extcopy[MAX_EXT_LEN] = '\0'; in nifti_find_file_extension()
3215 char caps[MAX_EXT_LEN + 1] = ""; in fileext_compare()
3226 if( len > MAX_EXT_LEN ) return cmp; in fileext_compare()
3241 char caps[MAX_EXT_LEN + 1] = ""; in fileext_n_compare()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dutil.c3499 # define MAX_EXT_LEN 4 macro
3503 # define MAX_EXT_LEN 4 macro
3507 # define MAX_EXT_LEN 4 macro
3517 # define MAX_EXT_LEN 0 macro
3568 + MAX_EXT_LEN) >= sizeof tmpbuf)
3603 if (len+MAX_EXT_LEN+1 >= sizeof(tmpbuf))
3639 if (len + 1 + strlen(scriptname) + MAX_EXT_LEN >= sizeof tmpbuf)
/dports/lang/perl5.34/perl-5.34.0/
H A Dutil.c3495 # define MAX_EXT_LEN 4 macro
3499 # define MAX_EXT_LEN 4 macro
3503 # define MAX_EXT_LEN 4 macro
3513 # define MAX_EXT_LEN 0 macro
3564 + MAX_EXT_LEN) >= sizeof tmpbuf)
3599 if (len+MAX_EXT_LEN+1 >= sizeof(tmpbuf))
3635 if (len + 1 + strlen(scriptname) + MAX_EXT_LEN >= sizeof tmpbuf)
/dports/lang/perl5.30/perl-5.30.3/
H A Dutil.c3122 # define MAX_EXT_LEN 4 macro
3126 # define MAX_EXT_LEN 4 macro
3130 # define MAX_EXT_LEN 4 macro
3140 # define MAX_EXT_LEN 0 macro
3191 + MAX_EXT_LEN) >= sizeof tmpbuf)
3226 if (len+MAX_EXT_LEN+1 >= sizeof(tmpbuf))
3262 if (len + 1 + strlen(scriptname) + MAX_EXT_LEN >= sizeof tmpbuf)
/dports/lang/perl5.32/perl-5.32.1/
H A Dutil.c3170 # define MAX_EXT_LEN 4 macro
3174 # define MAX_EXT_LEN 4 macro
3178 # define MAX_EXT_LEN 4 macro
3188 # define MAX_EXT_LEN 0 macro
3239 + MAX_EXT_LEN) >= sizeof tmpbuf)
3274 if (len+MAX_EXT_LEN+1 >= sizeof(tmpbuf))
3310 if (len + 1 + strlen(scriptname) + MAX_EXT_LEN >= sizeof tmpbuf)
/dports/net/ntp/ntp-4.2.8p15/
H A DCommitLog-4.1.0979 (MAX_EXT_LEN): Removed.
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/devel/
H A DCommitLog-4.1.0984 (MAX_EXT_LEN): Removed.