/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | strcat.c | 39 strcat(char * __restrict s, const char * __restrict append) argument 44 while ((*s++ = *append++));
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | refer4.c | 43 append(char *s) function
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | myfopen.c | 57 static NODE *append(); 88 append(FILE *fp) function 135 curptr = append(fp);
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_dictlog.cc | 223 db_dictlog::append(db_dictlog_entry *j) function in class:db_dictlog 227 WRITELOCK(this, -1, "w db_dictlog::append"); 229 WRITEUNLOCK(this, -1, "wu db_dictlog::append"); 237 WRITEUNLOCK(this, status, "wu db_dictlog::append"); 244 WRITEUNLOCK(this, status, "wu db_dictlog::append"); 253 WRITEUNLOCK(this, status, "wu db_dictlog::append");
|
H A D | db_log.cc | 130 if (f->append(j) < 0) { 132 "db_log::copy: could not append to log file: "); 190 db_log::append(db_log_entry *j) function in class:db_log 194 WRITELOCK(this, -1, "w db_log::append"); 196 WRITEUNLOCK(this, -1, "wu db_log::append"); 207 WRITEUNLOCK(this, status, "wu db_log::append");
|
H A D | nis_parse_ldap_yp_util.c | 144 int append; local 157 append = 0; 159 append = 1; 228 } else if (append && out->numRulesFromLDAP && in->numRulesFromLDAP) { 249 } else if (append && out->numRulesToLDAP && in->numRulesToLDAP) { 1244 * Higher level function to append the domains to the appropriate 1246 * or make_full_dn() to do the actual append.
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | spellin.c | 52 append(register unsigned w1, register int i) function 132 if (!(append((unsigned)(w1>>(long) (i-B)), B) && 133 append((unsigned)(w1<<(long) (B+B-i)), 137 if (!append((unsigned)(w1<<(long)(B-i)), i))
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_subr.c | 230 * in buf in front of str and append behind it (if they're non-NULL). 236 char *prepend, char *append) 249 if (prepend == NULL && append == NULL) 251 else if (append == NULL) 254 *sz += snprintf(buf, left, "%s%s", str, append); 256 *sz += snprintf(buf, left, "%s%s%s", prepend, str, append); 235 topo_fmristr_build(ssize_t *sz, char *buf, size_t buflen, char *str, char *prepend, char *append) argument
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | wordexp.c | 75 static int append(wordexp_t *, char *); 328 if ((rv = append(&wptmp, cp)) != 0) { 393 append(wordexp_t *wp, char *str) function
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_headers.c | 625 * is added before that header, if first is set, or after. If append is 630 boolean_t append, boolean_t first, char *header_name) 654 append = B_TRUE; 658 if (append) { 680 if (append) { 629 _sip_add_header(_sip_msg_t *sip_msg, _sip_header_t *new_header, boolean_t append, boolean_t first, char *header_name) argument
|
/illumos-gate/usr/src/cmd/newform/ |
H A D | newform.c | 35 * append 16 Append chars to end of line. 104 static char pachar = ' ', /* Prepend/append character */ 120 static void append(int); 709 append(lp->param); 760 append(int n) /* Append characters to end of line. */ function 761 /* Number of characters to append. */ 856 * Unless user specified an "a", append blanks to fill
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 1326 void nv_setvec(register Namval_t *np,int append,register int argc,register char *argv[]) argument 1334 errormsg(SH_DICT,ERROR_exit(1),"cannot append index array to associative array %s",nv_name(np)); 1336 if(append)
|
H A D | name.c | 568 int append = 0; local 574 append = ARG_APPEND; 585 if(append) 595 sh_debug(shp,trap,name,sub,av,append); 1122 int append=0; local 1266 append |= NV_NODISC; 1271 append |= NV_APPEND; 1306 c = msg==e_aliname? 0: (append | (flags&NV_EXPORT)); 1309 if(!append && (flags&NV_UNJUST))
|
/illumos-gate/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux_ioctl.c | 344 * append: if true include the alias for path in the property list 348 upd_config(boolean_t append, char *pname, char *path) argument 384 if (!found && append) { 397 if (append) {
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | read.cc | 468 Boolean append; local 918 append = false; 1388 append = true; 1494 if (append) { 1515 if (append) { 1966 enter_equal(target.names[0], macro_value, append); 1981 append);
|
H A D | read2.cc | 71 * two parts. A make string and possibly a C string to append to it. 101 /* If we were passed a separate tail of the name we append it to the */ 1032 /* Find the end of the percent list and append the new pattern */ 1075 /* Find the end of the dyntarget list and append the new pattern */ 1494 /* Otherwise we append to the list */ 1659 * enter_conditional(target, name, value, append) 1667 * append Indicates if the assignment is appending or not 1675 enter_conditional(register Name target, Name name, Name value, register Boolean append) argument 1707 conditional->body.conditional.append = append; 1740 enter_equal(Name name, Name value, register Boolean append) argument [all...] |
H A D | doname.cc | 2081 register Boolean append = false; local 2114 append = true; 2126 append); 2979 (Boolean) conditional->body.conditional.append);
|
H A D | main.cc | 2410 Boolean append = false; local 2418 append = false; 2536 append = true; 2540 if(!append) 2572 if(append) { 2574 append = false;
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 171 /* We read chars until we find a $, then we append what we have read so far */ 666 * First skip over any white space and append 1052 * setvar_daemon(name, value, append, daemon, strip_trailing_spaces) 1063 * append Should we reset or append to the current value? 1077 setvar_daemon(register Name name, register Name value, Boolean append, Daemon daemon, Boolean strip_trailing_spaces, short debug_level) argument 1121 if (append) {
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgtrans.c | 731 * This function concatenates append to the text described in the buf_ctrl 737 cat_and_count(struct dm_buf *buf_ctrl, char *append) argument 741 while ((buf_ctrl->offset + (int)strlen(append)) 761 /* append new string to end of buffer */ 762 while (*append) { 763 *(buf_ctrl->text_buffer + buf_ctrl->offset) = *append++;
|
/illumos-gate/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 1032 int append; local 1098 * write operations append to the file in the 1105 append = (__fcntl(arg->fd, F_GETFL) & O_APPEND); 1107 retval = append? 1144 * write operations append to the file in the 1151 append = (__fcntl(arg->fd, F_GETFL) & O_APPEND); 1153 retval = append?
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_cmdsub.c | 46 * append, args, copy, delete, join, move, put, 63 append(int (*f)(), line *a) function 309 (void)append(jnoop, --addr1); 364 (void)append(getcopy, ad1++); 443 (void)append(getput, addr2); 1262 * a delete command and a append command. 1674 /* if not, append to end */
|
/illumos-gate/usr/src/uts/sun4u/lw8/io/ |
H A D | sgfru.c | 918 append_info_t append; local 924 if (sgfru_copyin_append(iargp, &append) != 0) { 928 max_cnt = append.payload_cnt; 937 tdatap = sgfru_packet_unpad(&append.payload.fru_info, &append.packet, 941 if (sgfru_copyin_buffer(iargp, append.payload_data, append.payload_cnt, 949 &append.payload.fru_info)) != 0) {
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 174 #define APPEND -10 /* append chars */ 633 * This routine will append char after cur_virt in the virtual image. 639 static void append(Vi_t *vp,int c, int mode) function 823 append(vp,c,APPEND); 980 append(vp,'#', APPEND); 1346 append(vp,c, mode); 1356 append(vp,c, mode); 1410 append(vp,usrerase, mode); 1455 append(vp,usrkill, mode); 1518 append(v [all...] |
/illumos-gate/usr/src/cmd/bnu/ |
H A D | cu.c | 1276 int append; local 1307 append = 1; 1319 append = 1; 1324 if ( append && ((file=open(filename,O_WRONLY)) >= 0) )
|