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

  /src/external/bsd/am-utils/dist/amd/
sun2amd.c 56 struct amu_global_options gopt; variable in typeref:struct:amu_global_options
amd.c 52 struct amu_global_options gopt; /* where global options are stored */ variable in typeref:struct:amu_global_options
197 if (gopt.flags & CFM_PRINT_PID) {
198 if (STREQ(gopt.pid_file, "/dev/stdout")) {
206 f = fopen(gopt.pid_file, "w");
211 fprintf(stderr, "cannot open %s (errno=%d)\n", gopt.pid_file, errno);
242 memset(&gopt, 0, sizeof(struct amu_global_options));
245 gopt.arch = HOST_ARCH;
248 gopt.auto_dir = "/a";
251 gopt.auto_attrcache = 0;
254 gopt.cluster = NULL
    [all...]

Completed in 16 milliseconds