Home
last modified time | relevance | path

Searched refs:nbsl (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libtecla/common/
H A Dcplfile.c818 int nbsl; /* The number of backslashes to add to the suffix */ in cf_prepare_suffix() local
832 nbsl = 0; in cf_prepare_suffix()
837 nbsl++; in cf_prepare_suffix()
846 if(_pn_resize_path(cf->buff, suffix_len + nbsl) == NULL) { in cf_prepare_suffix()
855 if(nbsl==0) { in cf_prepare_suffix()
861 if(nbsl > 0) { in cf_prepare_suffix()
H A Dpcache.c1445 int nbsl; /* The number of backslashes to add to the suffix */ in pca_prepare_suffix() local
1459 nbsl = 0; in pca_prepare_suffix()
1464 nbsl++; in pca_prepare_suffix()
1473 if(_pn_resize_path(pc->path, suffix_len + nbsl) == NULL) { in pca_prepare_suffix()
1482 if(nbsl==0) { in pca_prepare_suffix()
1488 if(nbsl > 0) { in pca_prepare_suffix()