Searched refs:strrchr (Results 1 - 25 of 599) sorted by path

1234567891011>>

/freebsd-11-stable/bin/cp/
H A Dcp.c326 p = strrchr(curr->fts_path, '/');
/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/bin/pax/
H A Doptions.c157 if ((argv0 = strrchr(argv[0], '/')) != NULL)
H A Dsel_subs.c345 if ((flgpt = strrchr(str, '/')) != NULL)
/freebsd-11-stable/bin/ps/
H A Dfmt.c104 return ((cp = strrchr(arg0, '/')) != NULL ? cp + 1 : arg0);
/freebsd-11-stable/bin/rcp/
H A Drcp.c382 if ((last = strrchr(name, '/')) == NULL)
449 last = strrchr(name, '/');
/freebsd-11-stable/bin/rm/
H A Drm.c97 if ((p = strrchr(argv[0], '/')) == NULL)
613 if ((p = strrchr(*t, '/')) != NULL)
/freebsd-11-stable/bin/rmdir/
H A Drmdir.c103 while ((p = strrchr(path, '/')) != NULL) {
/freebsd-11-stable/bin/test/
H A Dtest.c200 if ((p = strrchr(argv[0], '/')) == NULL)
/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Dmkdirp.c76 endptr = strrchr(str, '\0');
77 slash = strrchr(str, '/');
94 slash = strrchr(str, '/');
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c723 } else if ((p = strrchr(dcp->dc_arg, '.')) != NULL &&
1894 if ((p = strrchr(g_cmdv[0].dc_arg, '.')) == NULL ||
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d86 STRFUNC(strrchr("The SystemTap, The.", 't'))
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strchr.d38 printf("strrchr(\"%s\", '%c') = \"%s\"\n", str, c, strrchr(str, c));
42 printf("strrchr(\"%s\", '%c') = \"%s\"\n", str, c, strrchr(str, c));
44 printf("strrchr(\"%s\", '%c') = \"%s\"\n", strchr(str, c), c,
45 strrchr(strchr(str, c), c));
63 /strrchr(str, 'a') != NULL/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh51 BEGIN { trace(strrchr(`initname, 0x69)); }
H A Dtst.kpriv.ksh55 CANTREAD2(strrchr, '!')
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.strchr.d47 trace(strrchr((char *)(rand() ^ timestamp), rand()));
59 trace(strrchr((char *)arg0, '!'));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d38 int strrchr;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2577 if (((s = strrchr(dev, 's')) == NULL &&
4688 p = strrchr(vc->vdev_path, '/');
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c265 dev = strrchr(path, '/');
385 ZFS_RDISK_ROOT, strrchr(arg, '/'), BACKUP_SLICE);
974 diskname = strrchr(path, '/');
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c133 if ((modname = strrchr(lmp->l_name, '/')) == NULL)
H A Ddt_cc.c2049 if ((end = strrchr(arg, '/')) == NULL)
2264 if ((p = strrchr(dp->d_name, '.')) == NULL || strcmp(p, ".d"))
2281 end = strrchr(dld->dtld_library, '/');
H A Ddt_error.c206 if ((p = strrchr(dtp->dt_errmsg, '\n')) != NULL)
H A Ddt_ident.c195 if ((p2 = strrchr(s, ')')) != NULL)
H A Ddt_module.c655 if ((p = strrchr(buf, '/')) == NULL)
H A Ddt_open.c469 { "strrchr", DT_IDENT_FUNC, 0, DIF_SUBR_STRRCHR, DT_ATTR_STABCMN, DT_VERS_1_1,
1314 if ((p = strrchr(bootfile, '/')) != NULL)

Completed in 314 milliseconds

1234567891011>>