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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c282 * '-z wrap=XXX'. When str2chr() does this conversion, we end up with
321 str2chr(Lm_list *lml, int ndx, int argc, char **argv, char *arg, int c, function
410 if ((c = str2chr(lml, ndx, argc, argv, arg, 'R',
418 if ((c = str2chr(lml, ndx, argc, argv, arg, 'G',
423 } else if ((c = str2chr(lml, ndx, argc, argv, arg, 'h',
431 if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
441 if ((c = str2chr(lml, ndx, argc, argv,
452 if ((c = str2chr(lml, ndx, argc, argv,
466 if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
477 } else if ((c = str2chr(lm
[all...]

Completed in 86 milliseconds