Searched defs:tempstr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c163 char tempstr[BUFSIZE]; local
173 sprintf(tempstr, "-F %s ", new_entry->fstype);
174 strlcat(cmd, tempstr, BUFSIZE);
177 sprintf(tempstr, "-o %s ", new_entry->options);
178 strlcat(cmd, tempstr, BUFSIZE);
181 sprintf(tempstr, "-d %s ",
183 strlcat(cmd, tempstr, BUFSIZE);
185 sprintf(tempstr, "%s\n", new_entry->path);
186 strlcat(cmd, tempstr, BUFSIZE);
188 sprintf(tempstr, "
[all...]
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c990 char **tempstr = NULL; local
1220 tempstr = (char **)realloc(
1223 if (tempstr == NULL) {
1227 rparams->kdcservers = tempstr;
1344 tempstr = (char **)realloc(
1347 if (tempstr == NULL) {
1351 rparams->adminservers = tempstr;
1468 tempstr = (char **)realloc(
1471 if (tempstr == NULL) {
1475 rparams->passwdservers = tempstr;
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c512 char *str, *tempstr; local
596 tempstr = scat(myself,
599 if (tempstr)
600 str = tempstr;
606 tempstr = scat(myself, 0, str,
609 if (tempstr)
610 str = tempstr;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c1962 char tempstr[256]; local
2101 GET_STRING(tempstr, comdata, isunicode);
2106 "%s = %s", label, tempstr);
2109 " %s=%s", label, tempstr);
2117 slength = strlcpy(tempstr, (char *)comdata,
2118 sizeof (tempstr));
2124 "%s = %s", label, tempstr);
2127 " %s=%s", label, tempstr);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c1000 char *tempstr = NULL; local
1087 "ticket_lifetime", &tempstr))
1089 ret = krb5_string_to_deltat(tempstr, &tkt_life);
1090 free(tempstr);
1105 "renew_lifetime", &tempstr))
1107 ret = krb5_string_to_deltat(tempstr, &renew_life);
1108 free(tempstr);

Completed in 184 milliseconds