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

/lxc/src/lxc/lsm/
H A Dapparmor.c86 char path[100], *space; local
123 space = strchr(buf, '\n');
124 if (space)
125 *space = '\0';
126 space = strchr(buf, ' ');
127 if (space)
128 *space = '\0';
/lxc/src/tests/
H A Dattach.c137 char *space; local
163 space = strchr(result, '\n');
164 if (space)
165 *space = '\0';
166 space = strchr(result, ' ');
167 if (space)
168 *space = '\0';

Completed in 420 milliseconds