Searched defs:chop (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpp/common/
H A Dppsearch.c604 int chop; local
612 chop = 0;
613 prefix = pp.chop ? -1 : 0;
623 if (chop)
624 for (cp = pp.chop; cp; cp = cp->next)
789 if (!chop && pp.chop)
791 chop = 1;
/osnet-11/usr/src/lib/libfuse/common/
H A Doptions.c207 char *chop; local
211 chop = strrchr(opt->templ, '=');
212 if (chop == NULL)
213 chop = strrchr(opt->templ, ' ');
214 if (chop != NULL) {
215 cmplen = sep = (uintptr_t)chop - (uintptr_t)opt->templ;
216 if (chop[0] == '=')
/osnet-11/usr/src/lib/libdevice/
H A Ddevctl.c229 char *nodename, *unitsep, *minorsep, *chop; local
263 * chop off any minor name and concatenate the
266 if ((chop = strrchr(iocpath, ':')) != NULL)
267 *chop = '\0';
290 if ((chop = strrchr(iocpath_dup, '/')) == NULL) {
295 *chop = '\0';
296 nodename = chop + 1;
347 * chop off any minor name and concatenate the
350 if ((chop = strrchr(iocpath, ':')) != NULL)
351 *chop
[all...]

Completed in 25 milliseconds