Searched refs:srch_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c44 * This function searches for "srch_str" (of length "slen") in "buf" (of length
46 * "srch_str" would have to be added in "buf". If "srch_str" is found in "buf",
52 * srch_str - string to search
53 * slen - length of srch_str
55 * - It is the offset in buf where srch_str is or should be
62 * - "srch_str" has '\n' at the end, but when update_fabric_wwn_list() calls
66 * Zero - "srch_str" found in "buf"... "write_offset" has offset in "buf"
67 * > 0 - "srch_str" NOT found in "buf" ... "write_offset" has offset in "buf"
68 * where "srch_str" ca
75 search_line(char *buf, int buflen, char *srch_str, int slen, int *write_offset, int *bytes_left) argument
[all...]

Completed in 43 milliseconds