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

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Dlibdevmapper-event.c643 static char *_fetch_string(char **src, const int delimiter) function
666 if ((id = _fetch_string(&p, ' ')) &&
667 (*dso_name = _fetch_string(&p, ' ')) &&
668 (*uuid = _fetch_string(&p, ' '))) {
H A Ddmeventd.c298 static int _fetch_string(char **ptr, char **src, const int delimiter) function
352 if (_fetch_string(&message_data->id, &p, ' ') &&
353 _fetch_string(&message_data->dso_name, &p, ' ') &&
354 _fetch_string(&message_data->device_uuid, &p, ' ') &&
355 _fetch_string(&message_data->events.str, &p, ' ') &&
356 _fetch_string(&message_data->timeout.str, &p, ' ')) {

Completed in 117 milliseconds