Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
003bdf4a
Commit
003bdf4a
authored
Apr 10, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention which standard replacements follow
parent
4496957d
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
compat/asprintf.c
compat/asprintf.c
+1
-1
compat/atof.c
compat/atof.c
+1
-1
compat/atoll.c
compat/atoll.c
+1
-1
compat/lldiv.c
compat/lldiv.c
+1
-1
compat/strdup.c
compat/strdup.c
+1
-1
compat/strlcpy.c
compat/strlcpy.c
+1
-1
compat/strndup.c
compat/strndup.c
+1
-1
compat/strnlen.c
compat/strnlen.c
+1
-1
compat/strsep.c
compat/strsep.c
+1
-1
compat/strtof.c
compat/strtof.c
+1
-1
compat/strtoll.c
compat/strtoll.c
+1
-1
compat/vasprintf.c
compat/vasprintf.c
+1
-1
No files found.
compat/asprintf.c
View file @
003bdf4a
/*****************************************************************************
* asprintf.c: asprintf() replacement
* asprintf.c:
GNU
asprintf() replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
compat/atof.c
View file @
003bdf4a
/*****************************************************************************
* atof.c:
atof
replacement
* atof.c:
C atof()
replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
compat/atoll.c
View file @
003bdf4a
/*****************************************************************************
* atoll.c:
atoll
replacement
* atoll.c:
C atoll()
replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
compat/lldiv.c
View file @
003bdf4a
/*****************************************************************************
* lldiv.c:
lldiv
replacement
* lldiv.c:
C lldiv()
replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
compat/strdup.c
View file @
003bdf4a
/*****************************************************************************
* strdup.c:
strdup
replacement
* strdup.c:
POSIX strdup()
replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
compat/strlcpy.c
View file @
003bdf4a
/*****************************************************************************
* strlcpy.c: BSD strlcpy replacement
* strlcpy.c: BSD strlcpy
()
replacement
*****************************************************************************
* Copyright © 2006 Rémi Denis-Courmont
*
...
...
compat/strndup.c
View file @
003bdf4a
/*****************************************************************************
* strndup.c:
strndup
replacement
* strndup.c:
POSIX strndup()
replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
compat/strnlen.c
View file @
003bdf4a
/*****************************************************************************
* strnlen.c:
strnlen
replacement
* strnlen.c:
POSIX strnlen()
replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
compat/strsep.c
View file @
003bdf4a
/*****************************************************************************
* strsep.c: BSD strsep replacement
* strsep.c: BSD strsep
()
replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
compat/strtof.c
View file @
003bdf4a
/*****************************************************************************
* strtof.c:
strtof
replacement
* strtof.c:
C strtof()
replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
compat/strtoll.c
View file @
003bdf4a
/*****************************************************************************
* strtoll.c:
strtoll
replacement
* strtoll.c:
C strtoll()
replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
compat/vasprintf.c
View file @
003bdf4a
/*****************************************************************************
* vasprintf.c:
vasprintf
replacement
* vasprintf.c:
GNU vasprintf()
replacement
*****************************************************************************
* Copyright © 1998-2008 the VideoLAN project
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment