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

/freebsd-13-stable/sbin/mount/
H A Dmount.c794 char *expopt, *newopt, *tmpopt; local
826 if ((tmpopt = malloc( strlen(o) + 2 + 1 )) == NULL)
829 strcpy(tmpopt, "no");
830 strcat(tmpopt, o);
831 remopt(newopt, tmpopt);
832 free(tmpopt);
/freebsd-13-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 170 milliseconds