/illumos-gate/usr/src/cmd/look/ |
H A D | look.c | 33 void canon(char *, char *); 85 canon(wstring,key); 98 canon(entry,word); 118 canon(entry,word); 133 canon(entry,word); 178 canon(char *old, char *new) function
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | setflabel.c | 86 char canon[MAXPATHLEN]; local 103 * corresponds to path, stuffing it into canon. 105 if (abspath(cwd, path, canon) < 0) 108 path_len = strlen(canon) + 1; 123 (void) strcpy(clcall.pathname, canon); 259 * form, storing the result in the buffer named by canon, which must be 269 abspath(char *wd, const char *raw, char *canon) argument 276 if (raw == NULL || canon == NULL) 308 return (realpath(raw, canon) == NULL ? -1 : 0);
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | directory_helper.c | 167 char **canon, 189 *canon = NULL; 216 *canon = strdup(ret_name->x_sun_canonicalName[0]); 217 if (*canon == NULL) 242 char **canon, 245 return (directory_canon_common(d, sid, DIRECTORY_ID_SID, canon, 253 char **canon, 256 return (directory_canon_common(d, name, DIRECTORY_ID_NAME, canon, 261 directory_canon_from_user_name(directory_t d, char *name, char **canon) argument 264 directory_canon_common(d, name, DIRECTORY_ID_USER, canon, NUL 163 directory_canon_common( directory_t d, char *id, char *id_type, char **canon, uint64_t *classes) argument 239 directory_name_from_sid( directory_t d, char *sid, char **canon, uint64_t *classes) argument 250 directory_canon_from_name( directory_t d, char *name, char **canon, uint64_t *classes) argument 268 directory_canon_from_group_name(directory_t d, char *name, char **canon) argument [all...] |
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | directory_provider_builtin.c | 237 char *canon; local 241 (void) asprintf(&canon, "%s@%s", 245 canon = strdup(wksid->winname); 247 (void) asprintf(&canon, "%s@%s", 251 if (canon == NULL) 253 const char *ccanon = canon; 255 free(canon);
|
H A D | directory_provider_nsswitch.c | 346 char *canon; local 348 (void) asprintf(&canon, "%s@%s", 351 if (canon == NULL) 353 const char *ccanon = canon; 355 free(canon); 404 char *canon; local 406 (void) asprintf(&canon, "%s@%s", 409 if (canon == NULL) 411 const char *ccanon = canon; 413 free(canon); [all...] |
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ccode.h | 54 const char* canon; /* canonical name format */ member in struct:Ccmap_s
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | ccode.h | 45 const char* canon; /* canonical name format */ member in struct:Ccmap_s
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ccode.h | 54 const char* canon; /* canonical name format */ member in struct:Ccmap_s
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ccode.h | 54 const char* canon; /* canonical name format */ member in struct:Ccmap_s
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ccode.h | 54 const char* canon; /* canonical name format */ member in struct:Ccmap_s
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | interactive.c | 81 canon("/", curdir, sizeof (curdir)); 129 /* No need to canon(name), getcmd() did it for us */ 339 * "curdir" is prepended to it. Finally "canon" is called to 437 canon(rawname, name, namesiz); 445 canon(output, name, namesiz); 533 canon(rawname, canonname, limit) function
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | util.c | 1976 bool canon = false; local 1984 canon = true; 1997 if ((canon ? sm_strcasecmp(p, mydom)
|
/illumos-gate/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 759 * representation canon (which will require accessing the file systems on the 762 * name is a substring of canon and whose corresponding device matches that of 763 * canon. This technique avoids accessing unnecessary file system resources 771 char canon[MAXPATHLEN]; local 790 * corresponds to path, stuffing it into canon. 802 * Force canon to be in canonical form; if the result from 808 (void) sprintf(canon, "%s%s", chrootpath ? chrootpath : "", scratch); 845 * form, storing the result in the buffer named by canon, which must be 854 abspath(char *wd, char *raw, char *canon) argument 861 if (wd == NULL || raw == NULL || canon [all...] |
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/ |
H A D | kadmin.c | 203 char *luser, *canon, *cp; local 409 if (krb5_unparse_name(context, princ, &canon)) { 417 realm = strchr(canon, '@'); 419 if (realm - canon && *(realm - 1) != '\\') 426 cp = strchr(canon, '/'); 428 if (cp - canon && *(cp - 1) != '\\') 435 princstr = (char*)malloc(strlen(canon) + 6 /* "/admin" */ + 443 strcpy(princstr, canon); 449 free(canon); 655 char *canon; local 714 char *canon; local 1208 char *pass, *canon; local 1409 char *pass, *canon; local 1502 char *canon, *modcanon; local [all...] |