| /onnv/onnv-gate/usr/src/cmd/refer/ |
| refer4.c | 24 static char buff[BUFSIZ]; variable 34 fputs(buff, ftemp); 37 strcpy(buff, s); 38 if (strlen(buff) > BUFSIZ) 39 err(gettext("one buff too big (%d)!"), BUFSIZ); 48 trimnl(buff); 49 for (p = buff; *p; p++) 65 strcat(buff, s); 74 for (p = buff; *p; p++) 82 if (strlen(buff) > BUFSIZ [all...] |
| hunt3.c | 24 static char buff[BSIZ]; local 31 p = buff; 49 if (p > buff + BSIZ) 52 assert(p < buff + BSIZ);
|
| refer2.c | 46 char buff[QLEN], dbuff[3*QLEN]; local 52 buff[0] = dbuff[0] = NULL; 65 strcat(query ? dbuff : buff, line); 66 if (strlen(buff) > QLEN) 67 err(gettext("query too long (%d)"), strlen(buff)); 73 if (strcmp(buff, "$LIST$\n") == 0) { 79 for (p = buff; *p; p++) { 84 for (p = buff; *p; p++) { 109 if (buff[0]) { /* do not search if no query */ 112 corout(buff, temp, "hunt", *sr, TLEN) [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/des/ |
| read2pwd.c | 120 char buf[BUFSIZ],buff[BUFSIZ]; local 122 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0) 125 OPENSSL_cleanse(buff,BUFSIZ); 133 char buf[BUFSIZ],buff[BUFSIZ]; local 135 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0) 138 OPENSSL_cleanse(buff,BUFSIZ);
|
| /onnv/onnv-gate/usr/src/cmd/lms/ |
| plugin.h | 58 typedef int (*lms_pre_t)(unsigned char *buff, int len); 59 typedef int (*lms_retry_t)(unsigned char *buff, int len); 60 typedef int (*lms_post_t)(unsigned char *buff, int len, int status);
|
| glue.h | 59 int preprocess(unsigned char *buff, int len); 60 int retry(unsigned char *buff, int len); 61 int postprocess(unsigned char *buff, int len, int status);
|
| /onnv/onnv-gate/usr/src/cmd/fmli/qued/ |
| fread.c | 44 freadline(row, buff, terminate) 46 char *buff; 55 /* extract characters from the ch_string and copy them into buff */ 64 *buff++ = ch_string[len++] & A_CHARTEXT; 67 *buff = '\0';
|
| sfuncs.c | 63 finsstr(buff) 64 char *buff; 68 for (bptr = buff; *bptr & A_CHARTEXT != '\0'; bptr++) 71 while (bptr >= buff)
|
| wrap.c | 88 chtype *buff; local 113 if ((buff = (chtype *)malloc((totallength + 1) * sizeof(*buff))) == NULL) 115 bptr = buff; 128 acsinsstr(buff); 129 free(buff);
|
| acs_io.c | 50 acsreadline(row, buff, terminate) 52 chtype *buff; 61 /* extract characters from the ch_string and copy them into buff */ 70 *buff++ = ch_string[len++]; 73 *buff = (chtype)'\0'; 116 acsinsstr(buff) 117 chtype *buff; 121 for (bptr = buff; (*bptr & A_CHARTEXT) != 0 ; bptr++) 124 while (bptr >= buff)
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_mount.c | 102 char buff[MNTPATHLEN + 1]; local 122 getxdr_string(buff, MNTPATHLEN)); 132 getxdr_string(buff, 322 static char buff[8]; local 325 (void) sprintf(buff, " FH=%04X", fh & 0xFFFF); 326 return (buff); 347 static char buff[64]; local 349 buff[0] = '\0'; 353 (void) strlcat(buff, ",", sizeof (buff)); 413 static char buff[8]; local 444 static char buff[MNTPATHLEN + 1]; local 469 char buff[MNTPATHLEN + 1]; local 493 static char buff[MNTPATHLEN + 1]; local [all...] |
| snoop_solarnet.c | 83 char buff[CTXTLEN + 1]; local 110 getxdr_string(buff, CTXTLEN)); 113 getxdr_string(buff, CTXTLEN)); 115 getxdr_string(buff, CTXTLEN); 116 if (strlen(buff) != 0) { 117 (void) sprintf(line, ".%s", buff); 120 (void) getxdr_string(buff, CTXTLEN); 127 (void) getxdr_context(buff, CTXTLEN); 130 (void) getxdr_context(buff, CTXTLEN); 131 sscanf(buff, "%*s %*s %s.%*s", op) [all...] |
| snoop_nfs3.c | 164 char buff[NFS_MAXPATHLEN + 1]; /* protocol allows longer */ local 218 fh, getxdr_string(buff, 223 name = getxdr_string(buff, NFS_MAXPATHLEN); 229 name = getxdr_string(buff, NFS_MAXPATHLEN); 251 fh, getxdr_string(buff, 256 getxdr_string(buff, NFS_MAXPATHLEN)); 261 fh, getxdr_string(buff, 266 fh, getxdr_string(buff, 275 fh, getxdr_string(buff, 314 getxdr_string(buff, 736 char buff[64]; local 743 status, buff); local 788 static char buff[16]; local 820 static char buff[64]; local 995 static char buff[4]; local 1054 static char buff[NFS_MAXNAMLEN + 1]; \/* protocol allows longer names *\/ local 1079 static char buff[NFS_MAXNAMLEN + 1]; \/* protocol allows longer *\/ local 1113 char buff[NFS_MAXNAMLEN + 1]; \/* protocol allows longer names *\/ local [all...] |
| snoop_nis.c | 132 char buff[YPMAXDOMAIN + 1]; local 155 getxdr_string(buff, YPMAXDOMAIN)); 159 getxdr_string(buff, YPMAXDOMAIN)); 549 static char buff [16]; local 569 (void) sprintf(buff, "(%d)", status); 570 return (buff); 581 char buff[16]; local 596 default: (void) sprintf(buff, "(%lu)", status); 597 str = buff; 608 char buff[32] local 622 static char buff[YPMAXMAP + 1]; local 665 static char buff[16]; local [all...] |
| snoop_display.c | 147 static char buff[80]; local 151 (void) strcpy(buff, ".... .... = "); 155 for (p = &buff[8]; p >= buff; p--) { 161 (void) strcat(buff, set ? s_true: s_false); 167 return (buff); 442 static char *buff = NULL; local 453 if (buff) 454 free(buff); 455 if ((buff = (char *)malloc(len)) == NULL 462 (void) sprintf(get_line(pos, getxdr_pos()), fmt, buff); local 469 static char buff[1024]; local 494 static char buff[1024]; local 501 (void) sprintf(get_line(pos, getxdr_pos()), fmt, buff); local 563 static char buff[64]; local 617 static char buff[64]; local 660 static char buff[64]; local [all...] |
| snoop_icmp.c | 69 char buff[67627]; /* Router adv. can have 256 routers .... */ local 86 (void) sprintf(buff, "ID: %d Sequence number: %d", 88 pc = buff; 95 (void) sprintf(buff, "Net %s unreachable", 98 pc = buff; 105 (void) sprintf(buff, "Host %s unreachable", 108 pc = buff; 115 (void) sprintf(buff, "Bad protocol %d", 117 pc = buff; 128 (void) sprintf(buff, "TCP port %d 449 char buff[2048]; local [all...] |
| snoop_nfs.c | 134 char buff[NFS_MAXPATHLEN + 1]; local 164 getxdr_string(buff, NFS_MAXNAMLEN)); 179 getxdr_string(buff, NFS_MAXNAMLEN)); 184 getxdr_string(buff, NFS_MAXNAMLEN)); 193 getxdr_string(buff, NFS_MAXNAMLEN)); 199 getxdr_string(buff, NFS_MAXNAMLEN)); 202 getxdr_string(buff, NFS_MAXPATHLEN)); 238 getxdr_string(buff, 504 static char buff[16]; local 507 (void) sprintf(buff, " FH=%04X", fh & 0xFFFF) 624 static char buff[4]; local 636 static char buff[NFS_MAXNAMLEN + 1]; local 662 char buff[NFS_MAXNAMLEN + 1]; local [all...] |
| snoop_pmap.c | 279 static char buff[16]; local 282 (void) sprintf(buff, "%d+ map(s) found", maps); 283 return (buff); 294 (void) sprintf(buff, "%d map(s) found", maps); 295 return (buff); 598 static char buff[MAXSTRINGLEN + 1]; local 601 (void) sprintf(buff, "%d+ map(s) found", maps); 602 return (buff); 608 (void) getxdr_string(buff, MAXSTRINGLEN); /* netid */ 609 (void) getxdr_string(buff, MAXSTRINGLEN); /* uaddr * 658 static char buff[MAXSTRINGLEN + 1]; local [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/ui/ |
| ui_compat.c | 64 int _ossl_old_des_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) 66 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
|
| ui_util.c | 61 char buff[BUFSIZ]; local 64 ret=UI_UTIL_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify); 65 OPENSSL_cleanse(buff,BUFSIZ); 69 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) 82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
|
| /onnv/onnv-gate/usr/src/lib/libast/common/uwin/ |
| a64l.c | 64 static char buff[7]; local 66 register char *cp = buff; 73 return(buff);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/ |
| Socket.t | 46 $read = sysread(T,$buff,10); # Connection may be granted, then closed! 49 while ($read > 0 && length($buff) < 5) { 52 $read = sysread(T,$buff,10,length($buff)); 55 print(($read == 0 || $buff eq "hello") ? "ok 3\n" : "not ok 3\n"); 90 $read = sysread(S,$buff,10); # Connection may be granted, then closed! 93 while ($read > 0 && length($buff) < 5) { 96 $read = sysread(S,$buff,10,length($buff)); 99 print(($read == 0 || $buff eq "olleh") ? "ok 6\n" : "not ok 6\n") [all...] |
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| revlib.c | 40 char buff[BUFSIZE]; local 66 if((n=sfread(in, buff, n)) <=0) 68 cp = buff+n; 69 n = *buff; 70 *buff = '\n'; 76 if(cp==buff) 82 if(cp==buff && n!='\n')
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/sh/ |
| fcin.c | 42 char *buff; local 48 if(!(buff=(char*)sfreserve(f,SF_UNBOUND,SF_LOCKR))) 59 sfread(f,buff,0); 61 buff = (char*)sfreserve(f,SF_UNBOUND,SF_LOCKR); 62 _Fcin.fclast = (_Fcin.fcptr=_Fcin.fcbuff=(unsigned char*)buff)+n; 155 unsigned char buff[2*MB_LEN_MAX]; member in struct:Extra 189 memcmp(extra.buff, _Fcin.fcptr, n); 193 if((extra.buff[i] = fcgetc(c))==0) 197 extra.next = extra.buff;
|
| /onnv/onnv-gate/usr/src/lib/libtecla/common/ |
| chrqueue.h | 77 const char *buff; /* A pointer to the first undeleted byte in the */ member in struct:__anon4179 79 int nbuff; /* The number of characters in buff[] */
|