HomeSort by relevance Sort by last modified time
    Searched defs:SLASH (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sh/
pwd.c 45 #define SLASH '/'
73 if(*dir == SLASH)
77 if((*pdir==DOT) && (*(pdir+1)==SLASH))
83 while ((*pdir) && (*pdir != SLASH))
89 if(*(--pdir)==DOT && pdir > dir && *(--pdir)==SLASH) {
110 if(*dir==SLASH)
127 *pcwd++ = SLASH;
133 (*(dir+2)==SLASH || *(dir+2)==NULL))
139 while(*(--pcwd) != SLASH)
143 if(*dir==SLASH)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
kobj_lex.h 73 SLASH,
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/ib/common/
cfga_conf.h 89 SLASH,
  /onnv/onnv-gate/usr/src/lib/storage/libg_fc/common/hdrs/
g_state.h 116 #define SLASH "/"
  /onnv/onnv-gate/usr/src/cmd/autopush/
autopush.c 79 #define SLASH '/'
134 if (*filenamep == SLASH)
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
Util.java 71 public static final char SLASH = /* NOI18N */ '/';
394 if (s.charAt(s.length()-1) != SLASH)
434 if (c != SLASH && c != BACKSLASH)
440 // Java allows the use of SLASH in the classpath,
442 // convert SLASH to BACKSLASH.
445 if (buf[i] == SLASH)
520 (path.charAt(2) != SLASH && path.charAt(2)
525 if (path.charAt(0) != SLASH)
  /onnv/onnv-gate/usr/src/cmd/luxadm/
lux_util.c 60 #define SLASH "/"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cfgadm/
cfgadm.h 194 #define SLASH "/"
  /onnv/onnv-gate/usr/src/cmd/ndmpd/include/
tlm_buffers.h 61 #define SLASH '/'
  /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
glob.c 105 #define SLASH '/'
364 h < (char *)eb && *p && *p != SLASH; *h++ = *p++)
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/usb/common/
cfga_configfile.c 84 SLASH,
313 token = SLASH;
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fstyp/
ud_lib.c 1193 #define SLASH 0x002F
1233 if ((unicode[i] == SLASH) ||
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzoneinfo/common/
libzone.c 50 #define SLASH "/"
283 if ((len = strcspn(lp_tz, SLASH)) == 0) {
  /onnv/onnv-gate/usr/src/uts/common/fs/udfs/
udf_subr.c 1353 #define SLASH 0x002F
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/fp/common/
cfga_fp.h 387 #define SLASH "/"
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/scsi/common/
cfga_scsi.h 322 #define SLASH "/"
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/shp/common/
shp.c 75 #define SLASH "/"
305 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcfgadm/common/
config_admin.c 315 #define SLASH "/"
1383 "%s%s", CFGA_DEV_DIR SLASH, apdup);
    [all...]

Completed in 780 milliseconds