Searched defs:pref (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | getdxbyname.c | 151 int i, n, pref, txt_len; local 163 pref = 0; 165 pref *= 10; 166 pref += ( *r - '0' ); 171 dx_pref[ dx_count ] = pref;
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getdxbyname.c | 175 int i, n, pref, txt_len; local 187 pref = 0; 189 pref *= 10; 190 pref += ( *r - '0' ); 195 dx_pref[ dx_count ] = pref;
|
/osnet-11/usr/src/cmd/sendmail/db/log/ |
H A D | log_archive.c | 50 char **array, **arrayp, *name, *p, *pref, buf[MAXPATHLEN]; local 75 if ((pref = getcwd(buf, sizeof(buf))) == NULL) 78 pref = NULL; 82 return (__build_data(dblp, pref, listp, db_malloc)); 135 if ((ret = __absname(pref, name, &array[n])) != 0) 181 __build_data(dblp, pref, listp, db_malloc) 183 char *pref, ***listp; 293 if (pref != NULL) { 294 ret = __absname(pref, real_name, &array[last]); 341 __absname(pref, nam [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_retr.c | 136 pref (krb5_enctype my_ktype, int nktypes, krb5_enctype *ktypes) function 219 int pref; member in struct:__anon1026 245 fetched.pref = pref (fetchcreds.keyblock.enctype, 247 if (fetched.pref < 0) 249 else if (!have_creds || fetched.pref < best.pref) {
|
/osnet-11/usr/src/lib/libtsol/common/ |
H A D | getpathbylabel.c | 57 * given by pref. If pref isn't a prefix of full, return NULL. Apply 58 * pathname semantics to the prefix test, so that pref must match at a 62 pathsuffix(char *full, char *pref) argument 66 if (full == NULL || pref == NULL) 69 preflen = strlen(pref); 70 if (strncmp(pref, full, preflen) != 0) 74 * pref is a substring of full. To be a subpath, it cannot cover a
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | domain.c | 203 unsigned short pref, type; local 346 GETSHORT(pref, cp); 366 sm_dprintf("found localhost (%s) in MX list, pref=%d\n", 367 bp, pref); 370 if (!seenlocal || pref < localpref) 371 localpref = pref; 379 prefs[nmx] = pref;
|
H A D | queue.c | 5192 char pref[3]; local 5205 pref[0] = (char) type; 5206 pref[1] = 'f'; 5207 pref[2] = '\0'; 5264 (void) sm_strlcpyn(buf, sizeof(buf), 2, pref, e->e_id); 5296 sub, pref, e->e_id);
|
Completed in 68 milliseconds