Searched refs:tempstr (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libfsmgt/common/ |
H A D | fs_dfstab.c | 163 char tempstr[BUFSIZE]; in create_share_cmd() local 173 sprintf(tempstr, "-F %s ", new_entry->fstype); in create_share_cmd() 174 strlcat(cmd, tempstr, BUFSIZE); in create_share_cmd() 177 sprintf(tempstr, "-o %s ", new_entry->options); in create_share_cmd() 178 strlcat(cmd, tempstr, BUFSIZE); in create_share_cmd() 181 sprintf(tempstr, "-d %s ", in create_share_cmd() 183 strlcat(cmd, tempstr, BUFSIZE); in create_share_cmd() 185 sprintf(tempstr, "%s\n", new_entry->path); in create_share_cmd() 186 strlcat(cmd, tempstr, BUFSIZE); in create_share_cmd() 188 sprintf(tempstr, " %s", strchr(temp_line, '#')); in create_share_cmd() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_smb.c | 1962 char tempstr[256]; in interpret_default() local 2101 GET_STRING(tempstr, comdata, isunicode); in interpret_default() 2106 "%s = %s", label, tempstr); in interpret_default() 2109 " %s=%s", label, tempstr); in interpret_default() 2117 slength = strlcpy(tempstr, (char *)comdata, in interpret_default() 2118 sizeof (tempstr)); in interpret_default() 2124 "%s = %s", label, tempstr); in interpret_default() 2127 " %s=%s", label, tempstr); in interpret_default()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | get_in_tkt.c | 1000 char *tempstr = NULL; in krb5_get_init_creds() local 1087 "ticket_lifetime", &tempstr)) in krb5_get_init_creds() 1089 ret = krb5_string_to_deltat(tempstr, &tkt_life); in krb5_get_init_creds() 1090 free(tempstr); in krb5_get_init_creds() 1105 "renew_lifetime", &tempstr)) in krb5_get_init_creds() 1107 ret = krb5_string_to_deltat(tempstr, &renew_life); in krb5_get_init_creds() 1108 free(tempstr); in krb5_get_init_creds()
|
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access_utils.c | 512 char *str, *tempstr; in addSplitFieldValues() local 596 tempstr = scat(myself, in addSplitFieldValues() 599 if (tempstr) in addSplitFieldValues() 600 str = tempstr; in addSplitFieldValues() 606 tempstr = scat(myself, 0, str, in addSplitFieldValues() 609 if (tempstr) in addSplitFieldValues() 610 str = tempstr; in addSplitFieldValues()
|
/titanic_50/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_realm.c | 990 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;
|