Home
last modified time | relevance | path

Searched refs:commap (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libnsl/dial/
H A Dconn.c213 char *commap, d_type[BUFSIZ]; in rddev() local
231 if ((commap = strchr(dev[D_LINE], ',')) != NULL) { in rddev()
232 if (strcmp(commap, ",M") == SAME) in rddev()
234 *commap = '\0'; in rddev()
242 if ((commap = strchr(d_type, ',')) != NULL) in rddev()
243 *commap = '\0'; in rddev()
/titanic_44/usr/src/cmd/setfacl/
H A Dsetfacl.c345 char *commap; in set_online_entries() local
376 char *commap; in parse_entry_list() local
380 while ((commap = (char *)strchr(listp, ',')) != NULL) { in parse_entry_list()
381 *commap = '\0'; in parse_entry_list()
386 listp = ++commap; in parse_entry_list()
/titanic_44/usr/src/cmd/bnu/
H A Dconn.c233 char *commap, d_type[BUFSIZ]; local
251 if ( (commap = strchr(dev[D_LINE], ',')) != (char *)NULL ) {
252 if ( strcmp( commap, ",M") == SAME )
254 *commap = '\0';
262 if ((commap = strchr(d_type, ',')) != (char *)NULL )
263 *commap = '\0';