Home
last modified time | relevance | path

Searched refs:psz_str (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/libcdio/libcdio-2.1.0/lib/udf/
H A Dfilemode.c187 psz_str[ 0] = ftypelet (i_mode); in udf_mode_string()
188 psz_str[ 1] = i_mode & S_IRUSR ? 'r' : '-'; in udf_mode_string()
189 psz_str[ 2] = i_mode & S_IWUSR ? 'w' : '-'; in udf_mode_string()
190 psz_str[ 3] = i_mode & S_IXUSR ? 'x' : '-'; in udf_mode_string()
191 psz_str[ 4] = i_mode & S_IRGRP ? 'r' : '-'; in udf_mode_string()
192 psz_str[ 5] = i_mode & S_IWGRP ? 'w' : '-'; in udf_mode_string()
193 psz_str[ 6] = i_mode & S_IXGRP ? 'x' : '-'; in udf_mode_string()
194 psz_str[ 7] = i_mode & S_IROTH ? 'r' : '-'; in udf_mode_string()
197 psz_str[10] = '\0'; in udf_mode_string()
198 setst (i_mode, psz_str); in udf_mode_string()
[all …]
/dports/sysutils/libcdio/libcdio-2.1.0/example/C++/OO/
H A Diso4.cpp59 psz_str = p_pvd->fn(); \
60 if (psz_str) { \
61 printf(title ": %s\n", psz_str); \
62 free(psz_str); \
63 psz_str = NULL; \
88 char *psz_str = NULL; in main() local
95 free(psz_str); in main()
H A Disolist.cpp61 if (p_iso->fn(psz_str)) { \
62 printf(title ": %s\n", psz_str); \
64 free(psz_str); \
65 psz_str = NULL;
89 char *psz_str = NULL; in main() local
/dports/sysutils/libcdio/libcdio-2.1.0/example/
H A Disolist.c57 if (fn(p_iso, &psz_str)) { \
58 printf(title ": %s\n", psz_str); \
60 free(psz_str); \
61 psz_str = NULL;
88 char *psz_str = NULL; in main() local
H A Disolsn.c59 if (fn(p_iso, &psz_str)) { \
60 printf(title ": %s\n", psz_str); \
62 free(psz_str); \
63 psz_str = NULL;
H A Dextract.c69 if (fn(p_iso, &psz_str)) { \
70 printf(title ": %s\n", psz_str); \
72 free(psz_str); \
73 psz_str = NULL;
248 char *psz_str = NULL; in main() local
/dports/sysutils/libcdio/libcdio-2.1.0/example/C++/
H A Disolist.cpp59 if (fn(p_iso, &psz_str)) { \
60 printf(title ": %s\n", psz_str); \
62 free(psz_str); \
63 psz_str = NULL;
90 char *psz_str = NULL; in main() local
/dports/sysutils/libcdio/libcdio-2.1.0/src/
H A Diso-info.c439 if (fn(p_iso, &psz_str)) { \
440 printf(title ": %s\n", psz_str); \
442 free(psz_str); \
443 psz_str = NULL;
483 char *psz_str = NULL; in main() local
H A Dcd-info.c644 psz_str = fn(&pvd); \
645 if (psz_str) { \
646 report(stdout, title ": %s\n", psz_str); \
647 free(psz_str); \
648 psz_str = NULL; \
727 char *psz_str; in print_analysis() local
/dports/multimedia/vlc/vlc-3.0.16/src/android/
H A Dspecific.c66 const char *psz_str = (*env)->GetStringUTFChars(env, jstr, 0); in get_java_string() local
67 if (psz_str == NULL) in get_java_string()
70 char *psz_strdup = strdup(psz_str); in get_java_string()
72 (*env)->ReleaseStringUTFChars(env, jstr, psz_str); in get_java_string()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmsg.c325 int MenuTextWidth(font_ptr, psz_str, len) in MenuTextWidth() argument
327 char *psz_str;
335 return XTextWidth(font_ptr, psz_str, len);
338 int MsgTextWidth(font_ptr, psz_str, len) in MsgTextWidth() argument
340 char *psz_str;
348 return XTextWidth(font_ptr, psz_str, len);
351 int BoldMsgTextWidth(font_ptr, psz_str, len) in BoldMsgTextWidth() argument
353 char *psz_str;
361 return XTextWidth(font_ptr, psz_str, len);
366 char *psz_str;
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dchapter_command.cpp117 char psz_str[11]; in GetCodecName() local
118 sprintf( psz_str, " (%c%c) ---", p_data[1], p_data[2] ); in GetCodecName()
120 result += psz_str; in GetCodecName()
131 char psz_str[20]; in GetCodecName() local
132 sprintf( psz_str, " %d -----", i_title ); in GetCodecName()
134 result += psz_str; in GetCodecName()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/playlist/
H A Dasx.c357 static bool isXmlEncoded(const char* psz_str) in isXmlEncoded() argument
359 assert( psz_str != NULL ); in isXmlEncoded()
361 if( strpbrk(psz_str, "<>'\"") != NULL ) in isXmlEncoded()
367 const char* psz_amp = strchr(psz_str, '&'); in isXmlEncoded()
405 psz_str = psz_end; in isXmlEncoded()
/dports/multimedia/vlc/vlc-3.0.16/modules/keystore/
H A Dfile_crypt_android.c144 const char *psz_str = NULL; in check_expection() local
149 psz_str = (*p_env)->GetStringUTFChars(p_env, jstr, NULL); in check_expection()
150 if (psz_str != NULL) in check_expection()
152 msg_Err(p_keystore, "%s", psz_str); in check_expection()
153 (*p_env)->ReleaseStringUTFChars(p_env, jstr, psz_str); in check_expection()
/dports/sysutils/libcdio/libcdio-2.1.0/include/cdio/
H A Dudf.h188 char *udf_mode_string (mode_t i_mode, char *psz_str);
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dsubtitle.c1360 const char *psz_start, const char *psz_str ) in ParseSamiSearch() argument
1362 if( psz_start && strcasestr( psz_start, psz_str ) ) in ParseSamiSearch()
1364 const char *s = strcasestr( psz_start, psz_str ); in ParseSamiSearch()
1365 return &s[strlen( psz_str )]; in ParseSamiSearch()
1374 const char *s = strcasestr( p, psz_str ); in ParseSamiSearch()
1376 return &s[strlen( psz_str )]; in ParseSamiSearch()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dsubsdec.c497 static bool AppendString( text_segment_t* p_segment, const char* psz_str ) in AppendString() argument
500 if ( asprintf( &tmp, "%s%s", p_segment->psz_text ? p_segment->psz_text : "", psz_str ) < 0 ) in AppendString()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/asf/
H A Dlibasf.c746 char *psz_str = FromCharset( "UTF-16LE", p_data, i_size ); in get_wstring() local
747 if( psz_str ) in get_wstring()
749 return psz_str; in get_wstring()