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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c1452 * given array notation in inputstr such as "foo[1]" or "foo [ 1 ]" (spaces
1457 get_array_info(const char *inputstr, const char **name, unsigned int *index) argument
1461 if (strchr(inputstr, '[') == NULL)
1464 dupname = STRDUP(inputstr);

Completed in 67 milliseconds