Searched refs:strrchr (Results 1 - 20 of 20) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dfile.c53 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 Dfile.c228 s = strrchr(templet, '/');
232 s = strrchr(path, '/');
503 s = strrchr(filename, '/');
628 slash = strrchr(path, '/');
H A Dsocket.c5519 slash = strrchr(path, '/');
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dencoding.c127 if ((p = strrchr(prgname, '.')) != NULL) {
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dapplication.cpp210 m_prog_name = std::strrchr(m_argv[0], '/');
/bind-9.11.3/bin/check/
H A Dnamed-checkzone.c123 prog_name = strrchr(argv[0], '/');
125 prog_name = strrchr(argv[0], '\\');
/bind-9.11.3/bin/tests/
H A Dlog_test.c51 progname = strrchr(*argv, '/');
H A Dnsecify.c125 origintext = strrchr(filename, '/');
H A Drbt_test.c259 progname = strrchr(*argv, '/');
H A Ddb_test.c431 origintext = strrchr(isc_commandline_argument, '/');
/bind-9.11.3/unit/atf-src/tools/
H A Dapplication.cpp265 m_prog_name = std::strrchr(m_argv[0], '/');
/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c174 while ((tmpPtr = strrchr(tmpString, '.')) != NULL) {
404 while ((tmpPtr = strrchr(tmpString,
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c169 while ((tmpPtr = strrchr(tmpString, '.')) != NULL) {
383 while ((tmpPtr = strrchr(tmpString,
/bind-9.11.3/contrib/sdb/ldap/
H A Dzone2ldap.c658 for (tmp = strrchr (zname, '.'); tmp != (char *) 0;
659 tmp = strrchr (zname, '.'))
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtp_main.c594 progname = strrchr(argv[0], '/');
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c145 if ((cname = strrchr(cmd, '/')) != NULL)
/bind-9.11.3/bin/named/unix/
H A Dos.c702 char *slash = strrchr(filename, '/');
/bind-9.11.3/lib/isc/
H A Dlog.c1150 bname = strrchr(file->name, sep);
1152 bname2 = strrchr(file->name, '\\');
/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp294 char *dptr = strrchr(filename,'\\');
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c2802 ticket_realm = strrchr(name, '@');

Completed in 1383 milliseconds