HomeSort by: relevance | last modified time | path
    Searched defs:theargv (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/fs/common/
fstest_puffs.c 248 const char *image, off_t size, void *fspriv, char **theargv)
281 execvp(theargv[0], theargv);
332 char **theargv; local in function:puffs_fstest_newfs
339 theargv = fspriv;
340 theargv[0] = dtfs_path;
349 theargv = dtfsargv;
352 return donewfs(tc, argp, image, size, fspriv, theargv);
fstest_puffs.c 248 const char *image, off_t size, void *fspriv, char **theargv)
281 execvp(theargv[0], theargv);
332 char **theargv; local in function:puffs_fstest_newfs
339 theargv = fspriv;
340 theargv[0] = dtfs_path;
349 theargv = dtfsargv;
352 return donewfs(tc, argp, image, size, fspriv, theargv);
fstest_puffs.c 248 const char *image, off_t size, void *fspriv, char **theargv)
281 execvp(theargv[0], theargv);
332 char **theargv; local in function:puffs_fstest_newfs
339 theargv = fspriv;
340 theargv[0] = dtfs_path;
349 theargv = dtfsargv;
352 return donewfs(tc, argp, image, size, fspriv, theargv);

Completed in 34 milliseconds