Searched refs:begs (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/lib/libast/common/sfio/ |
H A D | sfwrite.c | 38 reg uchar *s, *begs, *next; local 85 s = begs = (uchar*)buf; 89 { w = s > begs ? s-begs : -1; 153 { if((ssize_t)(n = f->next-f->data) > (w = s-begs)) 169 w = s-begs;
|
H A D | sfread.c | 38 reg uchar *s, *begs; local 81 s = begs = (uchar*)buf; 85 { n = s > begs ? s-begs : (size_t)(-1); 138 r = s-begs;
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfwrite.c | 38 reg uchar *s, *begs, *next; local 85 s = begs = (uchar*)buf; 89 { w = s > begs ? s-begs : -1; 153 { if((ssize_t)(n = f->next-f->data) > (w = s-begs)) 169 w = s-begs;
|
H A D | sfread.c | 38 reg uchar *s, *begs; local 81 s = begs = (uchar*)buf; 85 { n = s > begs ? s-begs : (size_t)(-1); 138 r = s-begs;
|
/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | malloc.c | 801 static char* insertpid(char* begs, char* ends) in insertpid() argument 803 static char* insertpid(begs,ends) in insertpid() 804 char* begs; in insertpid() 815 { if(s == begs) 820 *begs++ = *s++; 822 return begs;
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | malloc.c | 1140 static char* insertpid(char* begs, char* ends) in insertpid() argument 1142 static char* insertpid(begs,ends) in insertpid() 1143 char* begs; in insertpid() 1154 { if(s == begs) 1159 *begs++ = *s++; 1161 return begs;
|
/titanic_51/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 155 uint32_t begs, nums; in get_sol_prtnum() local 159 rval = fdisk_get_solaris_part(epp, &pno, &begs, &nums); in get_sol_prtnum()
|
/titanic_51/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 754 Such a design also begs the question of whether dhcpagent itself
|