/titanic_44/usr/src/cmd/sh/ |
H A D | pwd.c | 48 #define SLASH '/' macro 76 if (*dir == SLASH) in cwd() 79 if ((*pdir == DOT) && (*(pdir+1) == SLASH)) { in cwd() 84 while ((*pdir) && (*pdir != SLASH)) in cwd() 90 if (*(--pdir) == DOT && pdir > dir && *(--pdir) == SLASH) { in cwd() 110 if (*dir == SLASH) { in cwd() 126 *pcwd++ = SLASH; in cwd() 131 (*(dir+2) == SLASH || *(dir+2) == NULLCHAR)) { in cwd() 136 while (*(--pcwd) != SLASH) in cwd() 140 if (*dir == SLASH) { in cwd() [all …]
|
/titanic_44/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_cvt.c | 193 len = strlen(CFGA_DEV_DIR SLASH); in get_hba_devlink() 320 if (strncmp(root_path, DEVICES_DIR SLASH, in path_apid_dyn_to_path() 321 len + strlen(SLASH)) == 0) { in path_apid_dyn_to_path() 775 if (strncmp(dyntp->devlink, DEV_DSK SLASH, strlen(DEV_DSK SLASH)) && in disk_devlink_to_dyncomp() 776 strncmp(dyntp->devlink, DEV_RDSK SLASH, strlen(DEV_RDSK SLASH))) { in disk_devlink_to_dyncomp() 780 cp = dyntp->devlink + strlen(DEV_DIR SLASH); in disk_devlink_to_dyncomp() 827 if (strncmp(dyntp->dyncomp, DSK_DIR SLASH, strlen(DSK_DIR SLASH)) != 0) in disk_dyncomp_to_devlink() 830 (void) snprintf(buf, sizeof (buf), "%s%s", DEV_DIR SLASH, in disk_dyncomp_to_devlink() 874 if (strncmp(dyntp->devlink, DEV_RMT SLASH, strlen(DEV_RMT SLASH))) { in tape_devlink_to_dyncomp() 878 cp = dyntp->devlink + strlen(DEV_DIR SLASH); in tape_devlink_to_dyncomp() [all …]
|
H A D | cfga_utils.c | 430 if (strncmp(root_path, DEVICES_DIR SLASH, in walk_tree() 431 len + strlen(SLASH)) == 0) { in walk_tree() 806 if (strncmp(root_path, DEVICES_DIR SLASH, in path_apid_state_change() 807 len + strlen(SLASH)) == 0) { in path_apid_state_change()
|
H A D | cfga_scsi.h | 322 #define SLASH "/" macro
|
/titanic_44/usr/src/lib/libsec/common/ |
H A D | acl.y | 46 %token COLON COMMA NL SLASH 450 | INHERIT_TOK SLASH verbose_iflag 460 | ACE_INHERIT SLASH verbose_iflag {$$ = $1 | $3;} 461 | ACE_INHERIT SLASH compact_iflag 469 | ACE_INHERIT SLASH ACCESS_TYPE 476 | ACE_INHERIT SLASH ERROR 535 | ACE_PERM SLASH perms 540 | ACE_PERM SLASH aclent_perm 550 | ACE_PERM SLASH ERROR
|
H A D | acl_lex.l | 386 return (SLASH); 616 return (SLASH);
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | Util.java | 71 public static final char SLASH = /* NOI18N */ '/'; field in Util 394 if (s.charAt(s.length()-1) != SLASH) in pathToURL() 434 if (c != SLASH && c != BACKSLASH) in pathToURL() 445 if (buf[i] == SLASH) in pathToURL() 520 (path.charAt(2) != SLASH && path.charAt(2) in makeAbsolute() 525 if (path.charAt(0) != SLASH) in makeAbsolute()
|
/titanic_44/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 104 SLASH /* '/' */ 132 %left STAR SLASH PERCENT 266 | expr SLASH expr = { 399 | SLASH {redelim='/';} URE SLASH %prec URE = {
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | kobj_lex.h | 67 SLASH, enumerator
|
/titanic_44/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_conf.h | 89 SLASH, enumerator
|
H A D | cfga_conf.c | 183 token = SLASH; in ib_lex()
|
/titanic_44/usr/src/cmd/cfgadm/ |
H A D | cfgadm.h | 194 #define SLASH "/" macro
|
/titanic_44/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_state.h | 116 #define SLASH "/" macro
|
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cvt.c | 137 len = strlen(CFGA_DEV_DIR SLASH); in get_xport_devlink() 216 if (strncmp(devfs_phys, DEVICES_DIR SLASH, strlen(DEVICES_DIR) + in is_apid_configured() 217 strlen(SLASH)) == 0) { in is_apid_configured()
|
H A D | cfga_fp.h | 387 #define SLASH "/" macro
|
H A D | cfga_utils.c | 518 if (strncmp(root_path, DEVICES_DIR SLASH, in walk_tree() 519 len + strlen(SLASH)) == 0) { in walk_tree()
|
/titanic_44/usr/src/cmd/autopush/ |
H A D | autopush.c | 79 #define SLASH '/' macro 134 if (*filenamep == SLASH) in main()
|
/titanic_44/usr/src/cmd/ndmpd/include/ |
H A D | tlm_buffers.h | 61 #define SLASH '/' macro
|
/titanic_44/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 84 SLASH, enumerator 313 token = SLASH; in lex()
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | glob.c | 93 #define SLASH '/' macro 365 h < (char *)eb && *p && *p != SLASH; *h++ = *p++)
|
/titanic_44/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 74 #define SLASH "/" macro 304 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) { in physpath2node()
|
/titanic_44/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 315 #define SLASH "/" macro 1383 "%s%s", CFGA_DEV_DIR SLASH, apdup); in config_get_lib() 1940 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) { in find_ap_common() 2989 CFGA_DEV_DIR SLASH, ap_base); in find_arg_type()
|
/titanic_44/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 50 #define SLASH "/" macro 283 if ((len = strcspn(lp_tz, SLASH)) == 0) { in get_tz_countries()
|
/titanic_44/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 124 #define SLASH '/' macro 433 q < eb && p->w_wc != EOS && p->w_wc != SLASH; *q++ = *p++) in globtilde()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_subr.c | 1350 #define SLASH 0x002F macro 1742 if ((w2_char == SLASH) || in ud_uncompress()
|