Searched refs:slash (Results 51 - 71 of 71) sorted by relevance

123

/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c441 goto slash;
469 slash:
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1262 char *slash, *addr, *retp; local
1270 if ((slash = strrchr(phci_name_buf, '/')) == NULL ||
1271 (addr = strchr(slash, '@')) == NULL)
1274 *slash = '\0';
H A Ddevinfo.c3749 char *copy, *slash, *pname, *paddr; local
3775 for (slash = copy, node = root; slash; ) {
3780 if (*(slash + 1) == '\0')
3786 pname = slash + 1;
3789 if (slash = strchr(pname, '/'))
3790 *slash = '\0';
H A Ddevinfo_devlink.c1555 char *slash, buf[PATH_MAX]; local
1583 if (slash = strchr(cur, '/')) {
1584 *slash = '\0';
1586 *slash = '/';
1587 cur = slash;
/illumos-gate/usr/src/cmd/man/
H A Dman.c949 char *slash; local
951 if ((slash = strrchr(name, '/')) != NULL)
952 name = slash + 1;
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4361 char *slash; local
4375 if ((slash = strchr(path_re, '/')) != NULL) {
4376 len = (slash - path_re);
4400 if (slash != NULL) {
4401 recurse_dev_re(new_path, slash + 1, rd);
5512 char *slash; local
5527 if (slash = strchr(path_left, '/')) {
5528 *slash = '\0';
5541 slash ? 0 : rules[index].subexp)) {
5550 if (slash !
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1724 char *slash, *inst = NULL; local
1755 slash = strchr(name, '/');
1756 if (slash != NULL) {
1758 name = slash + 1;
1759 *slash = 0;
1873 *slash = '/';
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc817 /* if name does not begin with a slash char */
830 wchar_t *slash = wcsrchr(include_name.buffer.start, (int) slash_char); local
831 if (slash != NULL) {
832 include_name.text.p = slash + 1;
/illumos-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c75 static const char *slash = "/"; variable
102 token = strtok_r(input_string, slash, &lasts);
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1620 char slash = '/'; local
1623 if ((nameptr = strrchr(argv[0], slash)) != NULL)
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c431 char *slash, *check; local
587 slash = strrchr(strval, '/');
589 if (slash[1] == '\0' || strcmp(slash, "/.") == 0 ||
590 strcmp(slash, "/..") == 0) {
597 *slash = '\0';
609 *slash = '/';
936 "leading slash in name"));
946 "trailing slash in name"));
1902 * If it starts with a slash, chec
[all...]
H A Dlibzfs_dataset.c118 "leading slash in name"));
128 "trailing slash in name"));
3067 char *slash; local
3083 if ((slash = strchr(parent, '/')) == NULL)
3084 slash = parent + strlen(parent);
3085 (void) strncpy(zc.zc_name, parent, slash - parent);
3086 zc.zc_name[slash - parent] = '\0';
3308 /* truncate pool_path at first slash */
H A Dlibzfs_sendrecv.c2260 const char *slash; local
2264 (slash = strrchr(zhp->zfs_name, '/')) != NULL &&
2265 strcmp(slash + 1, gtnd->skip) == 0) {
3327 * contained no slash character).
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c970 int slash=0; local
975 slash=1;
988 if(pp || slash) do
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c3540 char *path, *slash = NULL; local
3572 slash = path;
3574 if (slash) {
3585 open_ret = ld_process_open(file, ++slash,
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c931 * NOTE: A single "/" is also considered a trailing slash and will
4470 * We put a trailing slash to be consistent with root = "/"
6136 char *slash; local
6150 slash = strchr(buf, '/');
6151 if (slash)
6152 *slash = '\0';
8721 char *slash; local
8765 slash = strchr(ospecial, '/');
8766 if (slash)
8767 *slash
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c417 char *strval, *slash, *check, *fname; local
567 slash = strrchr(strval, '/');
568 ASSERT(slash != NULL);
570 if (slash[1] == '\0' || strcmp(slash, "/.") == 0 ||
571 strcmp(slash, "/..") == 0)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4378 {"slash", "question", '/', '?', 0x35},
4553 " less, period, greater, slash, question, alt, space, capslock, FX (X"
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c192 static int in_getprefixlen(char *addr, boolean_t slash, int plen);
4112 * If "slash" is zero this parses the whole string as
4113 * an integer. With "slash" non zero it parses the tail part as an integer.
4119 in_getprefixlen(char *addr, boolean_t slash, int max_plen) argument
4124 if (slash) {
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1779 char *slash; local
1780 if ((slash = strrchr(path, '/')) != NULL) {
1781 strcpy(desc, slash + 1);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13561 /* Will prepend the property group name and a slash. */
14036 char *slash, *pn; local
14059 slash = strchr(pgn, '/');
14060 if (slash == NULL) {
14063 *slash = '\0';
14064 pn = slash + 1;

Completed in 292 milliseconds

123