Searched refs:strrchr (Results 176 - 200 of 832) sorted by relevance

1234567891011>>

/macosx-10.9.5/diskdev_cmds-572.1.1/fstyp.tproj/
H A Dfstyp.c74 if ((progname = strrchr(*argv, '/')))
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dntlib.h113 #define rindex strrchr
/macosx-10.9.5/emacs-92/emacs/nt/
H A Dcmdproxy.c262 fname = strrchr (prog, '\\');
464 progname = strrchr (modname, '\\');
617 (stricmp (strrchr (progname, '\\'), "command.com") == 0);
661 p = strrchr (path, '\\');
/macosx-10.9.5/groff-38/groff/src/roff/groff/
H A Dpipeline.c121 if ((p2 = strrchr(p1, '\\'))
122 || (p2 = strrchr(p1, '/'))
123 || (p2 = strrchr(p1, ':')))
125 if ((p2 = strrchr(p1, '.'))
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dmisc.c124 p = strrchr(file, '/');
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathkey.c124 if (s = strrchr(k, '/'))
191 ver[1] = k = (s = strrchr(path, '/')) ? s + 1 : path;
/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A Dcoinit.c255 *strrchr(t, '/') = 0;
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/
H A Ddnsctl.c96 const char *a0 = strrchr(argv[0], kFilePathSep) + 1;
/macosx-10.9.5/man-16/man/src/
H A Dman-iconv.c97 p = strrchr(path2, '/');
/macosx-10.9.5/ntp-88/libntp/
H A Dmsyslog.c65 prog = strrchr(progname, separator);
/macosx-10.9.5/perl-92/versioner/
H A Dversioner.c236 if ((punct = strchr(buf, '-')) != NULL || (punct = strrchr(buf, '.')) != NULL) {
307 if ((name = strrchr(*argv, '/')) != NULL) {
318 if ((p = strrchr(path0, '/')) != NULL) p++;
353 char *p = strrchr(path, '/');
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Ddefer.c225 if ((rcpt_domain = strrchr(rcpt->address, '@')) != 0
H A Dmail_addr_crunch.c93 if ((ratsign = strrchr(STR(canon_addr), '@')) == 0) {
H A Dmail_addr_map.c99 if ((ratsign = strrchr(address, '@')) != 0)
H A Dmail_queue.h104 (((cp) = strrchr((path), MQID_LG_INUM_SEP)) != 0 \
H A Dstrip_addr.c73 if ((ratsign = strrchr(stripped, '@')) != 0)
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dmissing.h186 RUBY_EXTERN char *strrchr(const char *, int);
/macosx-10.9.5/tcl-102/tcl/tcl/compat/
H A Dstring.h66 extern char * strrchr _ANSI_ARGS_((CONST char *string, int c));
/macosx-10.9.5/tcl-102/tcl/tcl/macosx/
H A DtclMacOSXBundle.c66 strrchr(__FILE__, '/')+1, __LINE__, __func__, ##__VA_ARGS__); \
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A Dstring.h68 extern char * strrchr _ANSI_ARGS_((CONST char *string, int c));
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dload.c87 if ((r = strrchr(buf,'.')) != NULL) {
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXDebug.c76 name = strrchr(path, '/') + 1;
/macosx-10.9.5/uucp-11/uucp/contrib/
H A DdialHDB.c97 dialerName= (temp=strrchr(argv[1],'/'))!=NULL ? temp+1 : argv[1];
/macosx-10.9.5/zlib-53/zlib/contrib/untgz/
H A Duntgz.c485 char *p = strrchr(fname, '/');
613 prog = strrchr(argv[0],'\\');
616 prog = strrchr(argv[0],'/');
619 prog = strrchr(argv[0],':');
/macosx-10.9.5/BerkeleyDB-21/db/dist/brew/
H A Dbrew_db.in84 #define strrchr(a, b) STRRCHR(a, b)

Completed in 480 milliseconds

1234567891011>>