Home
last modified time | relevance | path

Searched refs:psz_buf (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Drawvid.c194 char *psz_buf; in Open() local
205 psz_buf = strstr( psz+9, key );\ in Open()
206 if( psz_buf )\ in Open()
208 char *end = strchr( psz_buf+1, ' ' );\ in Open()
211 sep = strchr( psz_buf+1, ':' );\ in Open()
221 num = atoi( psz_buf+2 );\ in Open()
236 psz_buf = strstr( psz+9, " C" ); in Open()
237 if( psz_buf ) in Open()
250 char *psz_end = strchr( psz_buf+1, ' ' ); in Open()
253 psz_buf += 2; in Open()
[all …]
H A Dvobsub.h40 static inline int vobsub_palette_parse( const char *psz_buf, uint32_t *pu_palette ) in vobsub_palette_parse() argument
42 if( sscanf( psz_buf, "palette: " in vobsub_palette_parse()
61 static inline int vobsub_size_parse( const char *psz_buf, in vobsub_size_parse() argument
65 if( sscanf( psz_buf, "size: %dx%d", in vobsub_size_parse()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/plugins/DFCdrom/macsrc/
H A Dcdr-macosx.c91 char psz_buf[0x32]; in FindCdDevice() local
104 strcpy(psz_buf, "/dev/r"); in FindCdDevice()
105 dev_path_length = strlen(psz_buf); in FindCdDevice()
107 if (CFStringGetCString(str_bsd_path, (char *)&psz_buf + dev_path_length, in FindCdDevice()
108 sizeof(psz_buf) - dev_path_length, kCFStringEncodingASCII)) in FindCdDevice()
110 strcpy(dev, psz_buf); in FindCdDevice()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dremote.e37 extern int UpdateDownloadStats ARGS_DECL((int bytes, char *psz_buf));
39 extern int GetClientID ARGS_DECL((char *psz_buf, int buf_sz));
42 extern int GetUserID ARGS_DECL((char *psz_buf, int buf_sz));
62 extern char *WriteRemoteFileIntoTemp ARGS_DECL((char *psz_buf, int buf_sz,
67 extern int LoadRemoteFileFromMem ARGS_DECL((char *psz_url, char *psz_buf,
H A Dauxtext.c262 char *psz_buf;
279 char *psz_buf;
293 return (*psz_buf == '\r' || *psz_buf == '\n');
298 char *psz_buf;
313 char *psz_buf;
332 char *psz_buf;
346 return (*psz_buf == '\b' || *psz_buf == '\177');
351 char *psz_buf;
369 char *psz_buf;
378 char *psz_buf;
[all …]
H A Dremote.c83 int UpdateDownloadStats(bytes, psz_buf) in UpdateDownloadStats() argument
85 char *psz_buf;
92 *psz_buf = '\0';
162 int GetClientID(psz_buf, buf_sz) in GetClientID() argument
163 char *psz_buf; in GetClientID()
206 int GetUserID(psz_buf, buf_sz) in GetUserID() argument
207 char *psz_buf; in GetUserID()
312 void FreeRemoteBuf(psz_buf) in FreeRemoteBuf() argument
313 char *psz_buf; in FreeRemoteBuf()
315 TcpFreeBuf(psz_buf);
[all …]
H A Dinmethod.c100 XKeyEvent *key_ev, char *psz_buf,
492 int XimHandleLookupString(dpy, win, key_ev, psz_buf, buf_size, p_key_sym, in XimHandleLookupString() argument
497 char *psz_buf;
502 *pn_has_ch = XIMLookupString(key_ev, psz_buf, buf_size, p_key_sym, &c_stat);
1037 int tgIMHandleLookupString(dpy, win, key_ev, psz_buf, buf_size, p_key_sym, in tgIMHandleLookupString() argument
1042 char *psz_buf;
1052 key_ev, psz_buf, buf_size, p_key_sym, pn_has_ch));
H A Dwb.c1248 char *psz_content_type, *psz_buf, **ppsz_plain_buf; in DeserializeCmd()
1295 psz_buf = (char*)malloc(buf_sz+1);
1296 if (psz_buf == NULL) FailAllocMessage();
1303 UtilFree(psz_buf);
1306 psz_buf[buf_sz] = '\0';
1309 *ppsz_plain_buf = UtilStrDup(psz_buf);
1321 fprintf(stderr, "%s\n", psz_buf);
1331 if (fprintf(gstWBInfo.listen_fp, "%s", psz_buf) == EOF) {
1446 if (need_to_free_buf) UtilFree(psz_buf);
1611 void ProcessRemoteCmd(psz_content_type, psz_buf, buf_sz) in ProcessRemoteCmd() argument
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/meta_engine/
H A Dfolder.c126 char *psz_buf = strrchr( psz_basedir, DIR_SEP_CHAR ); in set_callbacks() local
127 if( psz_buf ) in set_callbacks()
128 *++psz_buf = '\0'; in set_callbacks()
/dports/multimedia/vlc/vlc-3.0.16/src/video_output/
H A Dvout_intf.c153 char *psz_buf; in vout_IntfInit() local
214 psz_buf = var_CreateGetNonEmptyString( p_vout, "custom-crop-ratios" ); in vout_IntfInit()
215 if( psz_buf ) in vout_IntfInit()
217 AddCustomRatios( p_vout, "crop", psz_buf ); in vout_IntfInit()
218 free( psz_buf ); in vout_IntfInit()
241 psz_buf = var_CreateGetNonEmptyString( p_vout, "custom-aspect-ratios" ); in vout_IntfInit()
242 if( psz_buf ) in vout_IntfInit()
244 AddCustomRatios( p_vout, "aspect-ratio", psz_buf ); in vout_IntfInit()
245 free( psz_buf ); in vout_IntfInit()
/dports/multimedia/libdvdcss/libdvdcss-1.4.3/src/
H A Ddevice.c261 char psz_buf[0x32]; in dvdcss_check_device() local
281 snprintf( psz_buf, sizeof(psz_buf), "%s%c", _PATH_DEV, 'r' ); in dvdcss_check_device()
282 i_pathlen = strlen( psz_buf ); in dvdcss_check_device()
285 (char*)&psz_buf + i_pathlen, in dvdcss_check_device()
286 sizeof(psz_buf) - i_pathlen, in dvdcss_check_device()
289 print_debug( dvdcss, "defaulting to drive `%s'", psz_buf ); in dvdcss_check_device()
294 dvdcss->psz_device = strdup( psz_buf ); in dvdcss_check_device()
/dports/sysutils/libcdio/libcdio-2.1.0/lib/driver/
H A Dosx.c1838 char psz_buf[0x32]; in cdio_get_devices_osx()
1858 snprintf( psz_buf, sizeof(psz_buf), "%s%c", _PATH_DEV, 'r' ); in cdio_get_devices_osx()
1859 dev_path_length = strlen( psz_buf ); in cdio_get_devices_osx()
1862 (char*)&psz_buf + dev_path_length, in cdio_get_devices_osx()
1863 sizeof(psz_buf) - dev_path_length, in cdio_get_devices_osx()
1919 char psz_buf[0x32]; in cdio_get_default_device_osx()
1941 snprintf( psz_buf, sizeof(psz_buf), "%s%c", _PATH_DEV, 'r' ); in cdio_get_default_device_osx()
1942 dev_path_length = strlen( psz_buf ); in cdio_get_default_device_osx()
1945 (char*)&psz_buf + dev_path_length, in cdio_get_default_device_osx()
1946 sizeof(psz_buf) - dev_path_length, in cdio_get_default_device_osx()
[all …]
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/utils/
H A Dgetaddrinfo.c633 char psz_buf[NI_MAXHOST], psz_service[6];
702 if ((len <= sizeof (psz_buf)) && (node[len] == ']'))
705 memcpy (psz_buf, node + 1, len - 1);
706 psz_buf[len - 1] = '\0';
707 node = psz_buf;
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/utils/
H A Dgetaddrinfo.c633 char psz_buf[NI_MAXHOST], psz_service[6];
702 if ((len <= sizeof (psz_buf)) && (node[len] == ']'))
705 memcpy (psz_buf, node + 1, len - 1);
706 psz_buf[len - 1] = '\0';
707 node = psz_buf;
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/utils/
H A Dgetaddrinfo.c633 char psz_buf[NI_MAXHOST], psz_service[6];
702 if ((len <= sizeof (psz_buf)) && (node[len] == ']'))
705 memcpy (psz_buf, node + 1, len - 1);
706 psz_buf[len - 1] = '\0';
707 node = psz_buf;
/dports/audio/timidity++-slang/TiMidity++-2.15.0/utils/
H A Dgetaddrinfo.c633 char psz_buf[NI_MAXHOST], psz_service[6];
702 if ((len <= sizeof (psz_buf)) && (node[len] == ']'))
705 memcpy (psz_buf, node + 1, len - 1);
706 psz_buf[len - 1] = '\0';
707 node = psz_buf;
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/utils/
H A Dgetaddrinfo.c633 char psz_buf[NI_MAXHOST], psz_service[6];
702 if ((len <= sizeof (psz_buf)) && (node[len] == ']'))
705 memcpy (psz_buf, node + 1, len - 1);
706 psz_buf[len - 1] = '\0';
707 node = psz_buf;
/dports/audio/timidity++/TiMidity++-2.15.0/utils/
H A Dgetaddrinfo.c633 char psz_buf[NI_MAXHOST], psz_service[6];
702 if ((len <= sizeof (psz_buf)) && (node[len] == ']'))
705 memcpy (psz_buf, node + 1, len - 1);
706 psz_buf[len - 1] = '\0';
707 node = psz_buf;
/dports/audio/timidity++-motif/TiMidity++-2.15.0/utils/
H A Dgetaddrinfo.c633 char psz_buf[NI_MAXHOST], psz_service[6];
702 if ((len <= sizeof (psz_buf)) && (node[len] == ']'))
705 memcpy (psz_buf, node + 1, len - 1);
706 psz_buf[len - 1] = '\0';
707 node = psz_buf;
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/utils/
H A Dgetaddrinfo.c633 char psz_buf[NI_MAXHOST], psz_service[6];
702 if ((len <= sizeof (psz_buf)) && (node[len] == ']'))
705 memcpy (psz_buf, node + 1, len - 1);
706 psz_buf[len - 1] = '\0';
707 node = psz_buf;
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/utils/
H A Dgetaddrinfo.c633 char psz_buf[NI_MAXHOST], psz_service[6];
702 if ((len <= sizeof (psz_buf)) && (node[len] == ']'))
705 memcpy (psz_buf, node + 1, len - 1);
706 psz_buf[len - 1] = '\0';
707 node = psz_buf;
/dports/multimedia/vlc/vlc-3.0.16/modules/misc/addons/
H A Dfsstorage.c402 char *psz_buf = strrchr( psz_path, DIR_SEP_CHAR ); in InstallFile() local
403 if( psz_buf ) in InstallFile()
405 *++psz_buf = '\0'; in InstallFile()
569 char *psz_buf = strrchr( psz_path, DIR_SEP_CHAR ); in WriteCatalog() local
570 if( psz_buf ) in WriteCatalog()
572 *++psz_buf = '\0'; in WriteCatalog()
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/vcd/
H A Dvcdio.h31 vcdio_read (vcdplayer_t *p_vcdplayer, char *psz_buf, const off_t nlen);
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Dvlmshell.c855 char *buf = malloc( i_command_len + 1 ), *psz_buf = buf; in ExecuteCommand() local
861 if( !psz_buf || !ppsz_command ) in ExecuteCommand()
897 ppsz_command[i_command] = psz_buf; in ExecuteCommand()
898 memcpy (psz_buf, psz_command, psz_temp - psz_command); in ExecuteCommand()
899 psz_buf[psz_temp - psz_command] = '\0'; in ExecuteCommand()
901 Unescape (psz_buf, psz_buf); in ExecuteCommand()
904 psz_buf += psz_temp - psz_command + 1; in ExecuteCommand()
907 assert (buf + i_command_len + 1 >= psz_buf); in ExecuteCommand()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avformat/
H A Ddemux.c482 char *psz_buf = malloc( cp->extradata_size + 1); in avformat_OpenDemux() local
483 if( psz_buf != NULL ) in avformat_OpenDemux()
485 memcpy( psz_buf, cp->extradata , cp->extradata_size ); in avformat_OpenDemux()
486 psz_buf[cp->extradata_size] = '\0'; in avformat_OpenDemux()
488 psz_start = strstr( psz_buf, "size:" ); in avformat_OpenDemux()
503 psz_start = strstr( psz_buf, "palette:" ); in avformat_OpenDemux()
514 free( psz_buf ); in avformat_OpenDemux()

12