Searched refs:pathret (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DRdBitF.c273 access_file(char *path, char *pathbuf, int len_pathbuf, char **pathret) argument
277 *pathret = pathbuf;
279 *pathret = malloc (strlen (path) + 1);
280 if (*pathret) {
281 strcpy (*pathret, path);
289 AccessFile(char *path, char *pathbuf, int len_pathbuf, char **pathret) argument
302 if (access_file (path, pathbuf, len_pathbuf, pathret))
314 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) {
327 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) {
347 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) {
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DIntrinsic.c880 access_file(char *path, char *pathbuf, int len_pathbuf, char **pathret) argument
884 *pathret = pathbuf;
886 *pathret = XtMalloc(strlen(path));
887 if (*pathret) {
888 strcpy(*pathret, path);
896 AccessFile(char *path, char *pathbuf, int len_pathbuf, char **pathret) argument
905 if (access_file(path, pathbuf, len_pathbuf, pathret))
921 if (access_file(bufp, pathbuf, len_pathbuf, pathret)) {
933 if (access_file(bufp, pathbuf, len_pathbuf, pathret)) {
952 if (access_file(bufp, pathbuf, len_pathbuf, pathret)) {
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DXlibInt.c1817 static int access_file (path, pathbuf, len_pathbuf, pathret)
1821 char** pathret;
1825 *pathret = pathbuf;
1827 *pathret = Xmalloc (strlen (path) + 1);
1828 if (*pathret) {
1829 strcpy (*pathret, path);
1836 static int AccessFile (path, pathbuf, len_pathbuf, pathret)
1840 char** pathret;
1849 if (access_file (path, pathbuf, len_pathbuf, pathret))
1861 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) {
[all...]

Completed in 7 milliseconds