Searched refs:len_pathbuf (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | RdBitF.c | 273 access_file(char *path, char *pathbuf, int len_pathbuf, char **pathret) argument 276 if (strlen (path) < len_pathbuf) 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)) {
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Intrinsic.c | 880 access_file(char *path, char *pathbuf, int len_pathbuf, char **pathret) argument 883 if (strlen(path) < len_pathbuf) 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)) {
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | XlibInt.c | 1817 static int access_file (path, pathbuf, len_pathbuf, pathret) 1820 int len_pathbuf; 1824 if (strlen (path) < len_pathbuf) 1836 static int AccessFile (path, pathbuf, len_pathbuf, pathret) 1839 int len_pathbuf; 1849 if (access_file (path, pathbuf, len_pathbuf, pathret)) 1861 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) { 1874 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) { 1894 if (access_file (bufp, pathbuf, len_pathbuf, pathret)) {
|
Completed in 9 milliseconds