Searched defs:preflen (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/rexd/ |
H A D | where.c | 177 len = preflen(qualpn, mp.mnt_mountp); 180 printf("preflen: %d %s %s", len, qualpn, mp.mnt_mountp); 225 if (len = preflen(qualpn, exp->sh_path)) 249 preflen(str, pref) function
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | getpathbylabel.c | 68 int preflen; local 73 preflen = strlen(pref); 74 if (strncmp(pref, full, preflen) != 0) 82 if (full[preflen] != '\0' && full[preflen] != '/' && preflen > 1) 85 if (preflen == 1 && full[0] == '/') 88 return (full + preflen);
|
/illumos-gate/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 903 int preflen; local 908 preflen = strlen(pref); 909 if (strncmp(pref, full, preflen) != 0) 917 if (full[preflen] != '\0' && full[preflen] != '/' && preflen > 1) 920 if (preflen == 1 && full[0] == '/') 923 return (full + preflen);
|
Completed in 5762 milliseconds