Searched refs:MAXNAMESIZE (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | utility.c | 158 char directory[MAXNAMESIZE]; 163 strncpy(directory, prefix, MAXNAMESIZE); 164 directory[MAXNAMESIZE-1] = NULLCHAR; 192 char fullname[MAXNAMESIZE], file[MAXNAMESIZE];
|
H A D | uuxqt.c | 371 char buf[BUFSIZ], rqfile[MAXNAMESIZE]; 416 char buf[BUFSIZ], file[MAXNAMESIZE], tfile[MAXNAMESIZE]; in rm_Xfiles() 448 char buf[BUFSIZ], ffile[MAXFULLNAME], tfile[MAXNAMESIZE]; in mv_Xfiles() 499 char buf[BUFSIZ], ffile[MAXNAMESIZE], tfile[MAXNAMESIZE]; in unmv_Xfiles() 832 char sendsys[MAXNAMESIZE]; 1222 sendsys[MAXNAMESIZE-1] = '\0'; 1269 sendsys[MAXNAMESIZE-1] = '\0';
|
H A D | ulockf.c | 67 static char tempfile[MAXNAMESIZE]; 235 char ln[MAXNAMESIZE]; 262 char lname[MAXNAMESIZE];
|
H A D | gnamef.c | 74 char statname[MAXNAMESIZE];
|
H A D | uustat.c | 342 char flck[MAXNAMESIZE]; 1005 char buf[BUFSIZ], f[MAXNAMESIZE]; in lckpid() 1085 (void) strncpy(filename, dp->d_name, MAXNAMESIZE-1); 1086 filename[MAXNAMESIZE-1] = '\0';
|
H A D | uucico.c | 791 char TM_name[MAXNAMESIZE]; 797 char tm_name[MAXNAMESIZE]; in cleanTM()
|
H A D | uucp.h | 326 #define MAXNAMESIZE 64 /* /var/spool/uucp/<14 chars>/<14 chars>+slop */ macro
|
H A D | callers.c | 1053 char devname[MAXNAMESIZE];
|
/titanic_41/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema_prom.c | 59 #define MAXNAMESIZE MAXPROPSIZE macro 117 (void) strncpy(opp->oprom_array, var, MAXNAMESIZE); in prom_read_one() 190 (void) strncpy(opp->oprom_array, var, MAXNAMESIZE); in prom_write_one() 199 (void) strncpy(in_opp->oprom_array, var, MAXNAMESIZE); in prom_write_one()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | ulockf.c | 66 static char tempfile[MAXNAMESIZE]; 234 char ln[MAXNAMESIZE]; 261 char lname[MAXNAMESIZE];
|
H A D | uucp.h | 264 #define MAXNAMESIZE 64 /* /var/spool/uucp/<14 chars>/<14 chars>+slop */ macro
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | ulockf.c | 59 tempfile = malloc(MAXNAMESIZE); in mklock() 63 (void) snprintf(tempfile, MAXNAMESIZE, "%s/LTMP.%ld", X_LOCKDIR, in mklock()
|
H A D | uucp.h | 221 #define MAXNAMESIZE 64 /* /var/spool/uucp/<14 chars>/<14 chars>+slop */ macro
|
H A D | callers.c | 471 char devname[MAXNAMESIZE]; in tlicall()
|
/titanic_41/usr/src/cmd/eeprom/sparc/ |
H A D | openprom.c | 38 #define MAXNAMESIZE MAXPROPSIZE macro 275 (void) strlcpy(opp->oprom_array, var, MAXNAMESIZE); in print_one() 320 if (varlen > MAXNAMESIZE) { in set_one()
|