Searched refs:strrchr (Results 1 - 20 of 20) sorted by relevance
| /bind-9.11.3/lib/isc/win32/ |
| H A D | file.c | 53 trv = strrchr(path, 'X'); 327 s = strrchr(templet, '\\'); 331 s = strrchr(path, '\\'); 575 s = strrchr(filename, '\\'); 703 slash = strrchr(path, '/'); 705 backslash = strrchr(path, '\\');
|
| /bind-9.11.3/lib/isc/unix/ |
| H A D | file.c | 228 s = strrchr(templet, '/'); 232 s = strrchr(path, '/'); 503 s = strrchr(filename, '/'); 628 slash = strrchr(path, '/');
|
| H A D | socket.c | 5519 slash = strrchr(path, '/');
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/ |
| H A D | encoding.c | 127 if ((p = strrchr(prgname, '.')) != NULL) {
|
| /bind-9.11.3/unit/atf-src/atf-c++/detail/ |
| H A D | application.cpp | 210 m_prog_name = std::strrchr(m_argv[0], '/');
|
| /bind-9.11.3/bin/check/ |
| H A D | named-checkzone.c | 123 prog_name = strrchr(argv[0], '/'); 125 prog_name = strrchr(argv[0], '\\');
|
| /bind-9.11.3/bin/tests/ |
| H A D | log_test.c | 51 progname = strrchr(*argv, '/');
|
| H A D | nsecify.c | 125 origintext = strrchr(filename, '/');
|
| H A D | rbt_test.c | 259 progname = strrchr(*argv, '/');
|
| H A D | db_test.c | 431 origintext = strrchr(isc_commandline_argument, '/');
|
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | application.cpp | 265 m_prog_name = std::strrchr(m_argv[0], '/');
|
| /bind-9.11.3/contrib/dlz/drivers/ |
| H A D | dlz_filesystem_driver.c | 174 while ((tmpPtr = strrchr(tmpString, '.')) != NULL) { 404 while ((tmpPtr = strrchr(tmpString,
|
| /bind-9.11.3/contrib/dlz/modules/filesystem/ |
| H A D | dlz_filesystem_dynamic.c | 169 while ((tmpPtr = strrchr(tmpString, '.')) != NULL) { 383 while ((tmpPtr = strrchr(tmpString,
|
| /bind-9.11.3/contrib/sdb/ldap/ |
| H A D | zone2ldap.c | 658 for (tmp = strrchr (zname, '.'); tmp != (char *) 0; 659 tmp = strrchr (zname, '.'))
|
| /bind-9.11.3/unit/atf-src/atf-c/detail/ |
| H A D | tp_main.c | 594 progname = strrchr(argv[0], '/');
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/idnconv/ |
| H A D | idnconv.c | 145 if ((cname = strrchr(cmd, '/')) != NULL)
|
| /bind-9.11.3/bin/named/unix/ |
| H A D | os.c | 702 char *slash = strrchr(filename, '/');
|
| /bind-9.11.3/lib/isc/ |
| H A D | log.c | 1150 bname = strrchr(file->name, sep); 1152 bname2 = strrchr(file->name, '\\');
|
| /bind-9.11.3/bin/win32/BINDInstall/ |
| H A D | BINDInstallDlg.cpp | 294 char *dptr = strrchr(filename,'\\');
|
| /bind-9.11.3/bin/nsupdate/ |
| H A D | nsupdate.c | 2802 ticket_realm = strrchr(name, '@');
|
Completed in 1383 milliseconds