Searched refs:getname (Results 26 - 40 of 40) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c159 req.user = getname();
H A Ddo_printer.c686 register char *nm = getname(),
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h565 char * getname ( void );
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c174 static char *getname(PROF_FILE *ldpter, PROF_SYMBOL symbol);
658 slp->sl_name = getname(ldptr, nl);
1336 /* getname - get the name of a symbol in a permanent fashion */
1338 getname(PROF_FILE *ldpter, PROF_SYMBOL symbol) function
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h482 extern int getname(uid_t uid, char namebuf[]);
/illumos-gate/usr/src/cmd/find/
H A Dfind.c219 static char *getname();
1611 getname(uid_t uid) function
1785 cp = getname(stp->st_uid);
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c675 else if (skip() || !getname())
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_door.c408 dlmgmt_door_getname_t *getname = argp; local
417 if ((linkp = link_by_id(getname->ld_linkid, zoneid)) == NULL) {
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c1494 * getname: Get device name.
1498 getname(char *nam_p) function
1530 (void) getname(f_p->f_dev_p);
/illumos-gate/usr/src/cmd/ls/
H A Dls.c239 static char *getname(uid_t);
1295 cp = getname(p->luid);
2229 getname(uid_t uid) function
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c249 alert.shcmd = makestr(optarg, " ", getname(), (char *)0);
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c392 * Assume that timod has to handle getname until we here
1892 goto getname;
1902 getname:
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c310 static void getname();
2440 getname();
2661 * getname - break up the pathname entered by the user into components.
2664 getname() function
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c155 static int getname(void);
299 * getname() and file_pass(); the former trashes this information immediately
761 while ((i = getname()) != 0) {
787 while (getname()) {
3142 * ACL has been retrieved in getname().
3729 * ACL has been retrieved in getname().
5003 * getname: Get file names for inclusion in the archive. When end of file
5011 getname(void) function
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c494 static char *getname(gid_t);
6313 getname(uid_t uid) function
6433 (void) sprintf(dblock.dbuf.uname, "%.31s", getname(sp->st_uid));

Completed in 150 milliseconds

12