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

/lxc/src/lxc/
H A Dconfile.c791 char *cursor, *slash, *addr = NULL, *bcast = NULL, *prefix = NULL; local
825 cursor = strstr(addr, " ");
826 if (cursor) {
827 *cursor = '\0';
828 bcast = cursor + 1;

Completed in 34 milliseconds