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

/freebsd-11-stable/sbin/mount/
H A Dmount.c819 char *expopt, *newopt, *tmpopt; local
851 if ((tmpopt = malloc( strlen(o) + 2 + 1 )) == NULL)
854 strcpy(tmpopt, "no");
855 strcat(tmpopt, o);
856 remopt(newopt, tmpopt);
857 free(tmpopt);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c103 apr_getopt_option_t *tmpopt =
104 apr_palloc(pool, sizeof(*tmpopt));
105 *tmpopt = option_table[i];
106 tmpopt->description = command->desc_overrides[j].desc;
107 return tmpopt;
101 apr_getopt_option_t *tmpopt = local
H A Ddeprecated.c462 apr_getopt_option_t *tmpopt =
463 apr_palloc(pool, sizeof(*tmpopt));
464 *tmpopt = option_table[i];
465 tmpopt->description = command->desc_overrides[j].desc;
466 return tmpopt;
460 apr_getopt_option_t *tmpopt = local

Completed in 126 milliseconds