Lines Matching refs:source
6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
56 fprintf(stderr, "usage: %s [-o options] program[#source] mountpoint\n", getprogname());
86 const char *source, const char *mountpoint)
93 * program [-o opts] [source] mountpoint */
100 if (source != NULL) {
101 argv[argc++] = source;
172 /* Split the program name and source. This is to allow
174 char *source = argv[0];
175 char *program = strsep(&source, "#");
177 rv = mount_puffs_filesystem(program, opts, source, argv[1]);