HomeSort by: relevance | last modified time | path
    Searched refs:_fetch_string (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/dmeventd/
libdevmapper-event.c 643 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, ' '))) {
dmeventd.c 298 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 45 milliseconds