Searched refs:strrchr (Results 76 - 100 of 599) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dhost-darwin.c100 shell_name = strrchr (shell_name, '/');
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_moid.c114 p = strrchr(value, ',');
/freebsd-11-stable/usr.bin/tset/
H A Dterm.c77 if ((p = strrchr(ttypath, '/')))
/freebsd-11-stable/contrib/mdocml/
H A Ddemandoc.c51 else if ((progname = strrchr(argv[0], '/')) == NULL)
/freebsd-11-stable/contrib/tcsh/
H A Ddotlock.c67 if ((ptr = strrchr(fname, '/')) == NULL)
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_event.c163 if ((nl = strrchr(linestr, '\n')) != NULL)
230 if ((nl = strrchr(linestr, '\n')) != NULL)
288 if ((nl = strrchr(linestr, '\n')) != NULL)
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_rename.c164 ptr = strrchr(newname, '.');
181 ptr = strrchr(s->name, '.');
251 ptr = strrchr(p->name, '.');
/freebsd-11-stable/bin/ln/
H A Dln.c83 if ((p = strrchr(argv[0], '/')) == NULL)
189 file1 = strrchr(path1, '/');
194 file2 = strrchr(path2, '/');
/freebsd-11-stable/lib/libbe/
H A Dbe_info.c47 return (strrchr(lbh->rootfs, '/') + sizeof(char));
71 return (strrchr(lbh->bootfs, '/') + sizeof(char));
182 name = strrchr(dataset, '/') + 1;
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c347 LastElement = strrchr (CommonPath, '/');
362 LastElement = strrchr (CommonPath, '/');
1032 Substring = strrchr (Gbl_DirectoryPath, '\\');
1035 Substring = strrchr (Gbl_DirectoryPath, '/');
1038 Substring = strrchr (Gbl_DirectoryPath, ':');
/freebsd-11-stable/contrib/sendmail/makemap/
H A Dmakemap.c117 p = strrchr(mapfile, '/');
120 p = strrchr(mapfile, '.');
187 p = strrchr(buf, ' ');
197 p = strrchr(b, '.');
293 progname = strrchr(argv[0], '/');
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_hpgps.c338 tcp = strrchr(pp->a_lastcode,'>');
349 if (strrchr(prompt,'E') > strrchr(prompt,'s')){
/freebsd-11-stable/contrib/apr-util/test/
H A Dabts.c108 suite_name = strrchr(suite_name_full, '/');
110 suite_name = strrchr(suite_name_full, '\\');
117 p = strrchr(suite_name, '.');
/freebsd-11-stable/contrib/tnftp/src/
H A Dcomplete.c179 if ((file = strrchr(word, '/')) == NULL) {
297 if ((file = strrchr(word, '/')) == NULL) {
327 tcp = strrchr(cp, '/');
/freebsd-11-stable/usr.bin/compress/
H A Dcompress.c79 if ((p = strrchr(argv[0], '/')) == NULL)
145 if ((p = strrchr(*argv, '.')) != NULL &&
168 if ((p = strrchr(*argv, '.')) == NULL ||
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmsyslog.c162 prog = strrchr(progname, DIR_SEP);
408 cp = strrchr(name, DIR_SEP);
415 cp = strrchr(progname, '.');
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dfile.c178 s = strrchr(templet, '/');
182 s = strrchr(path, '/');
397 s = strrchr(filename, '/');
517 slash = strrchr(path, '/');
/freebsd-11-stable/contrib/libreadline/
H A Dparens.c59 extern char *strchr (), *strrchr ();
/freebsd-11-stable/contrib/gdb/gdb/
H A Dfbsd-proc.c148 char *fname = strrchr (get_exec_file (0), '/') + 1;
/freebsd-11-stable/bin/ps/
H A Dfmt.c104 return ((cp = strrchr(arg0, '/')) != NULL ? cp + 1 : arg0);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_string.c238 const char *p = strrchr(s, '/');
/freebsd-11-stable/contrib/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, '.'))
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c172 if ((prompt = strrchr(argv[0], '/')))
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dfile.c61 char * p = strrchr(fname, DIRCH);
/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h93 #define STRRCHR strrchr

Completed in 200 milliseconds

1234567891011>>