| /onnv/onnv-gate/usr/src/lib/libpp/common/ |
| pppragma.c | 33 register int sep = 0; local 39 sep = 1; 43 if (sep) 45 sep = 0; 52 if (sep) 55 sep = 1; 60 if (sep || pass)
|
| /onnv/onnv-gate/usr/src/cmd/ssh/include/ |
| xlist.h | 16 char ** xsplit(char *list, char sep); 17 char * xjoin(char **alist, char sep);
|
| /onnv/onnv-gate/usr/src/lib/libc/i386_hwcap1/ |
| mapfile | 27 hwcap_1 = fpu cmov sep mmx sse;
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| estrtok.c | 36 estrtok(env, ptr, sep) 39 char sep[]; 47 ptr += strspn(ptr, sep); 48 *env = ptr + strcspn(ptr, sep);
|
| /onnv/onnv-gate/usr/src/ucbcmd/groups/ |
| groups.c | 36 char *sep = ""; local 58 (void) printf("%s%u", sep, groups[i]); 59 sep = " "; 62 (void) printf("%s%s", sep, gr->gr_name); 63 sep = " "; 76 char *sep = ""; local 91 (void) printf("%s%s", sep, gr->gr_name); 92 sep = " "; 99 (void) printf("%s%s", sep, gr->gr_name); 100 sep = " " [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/path/ |
| pathaccess.c | 41 int sep = ':'; local 46 dirs = pathcat(path, dirs, sep, a, b); 53 sep = 0;
|
| pathcat.c | 33 pathcat(char* path, register const char* dirs, int sep, const char* a, register const char* b) 38 while (*dirs && *dirs != sep)
|
| /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/ |
| getlist.c | 66 *sep, local 79 * Construct in "sep" the full list of characters that 85 if (!(sep = Malloc(len))) { 90 sep = buf; 91 strcpy (sep, hardsep); 92 strcat (sep, ws); 116 if (strchr(sep, c)) { 149 if (strchr(sep, c)) { 152 list[n++] = unq_strdup(str, sep); 167 list[n++] = unq_strdup(str, sep); [all...] |
| printlist.c | 59 printlist_setup(char *prefix, char *suffix, char *sep, char *newline) 65 if (sep) 66 print_sep = sep; 95 register char *sep; local 98 for (sep = ""; *list; *list++, sep = print_sep) { 100 (void)fdprintf (fd, "%s%s", sep, NB(print_prefix)); 118 q_print(int fd, char *str, char *sep) 121 if (strchr(sep, *str))
|
| /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/ |
| fmd_serd.c | 168 fmd_serd_eng_discard(fmd_serd_eng_t *sgp, fmd_serd_elem_t *sep) 170 fmd_list_delete(&sgp->sg_list, sep); 173 fmd_event_rele(sep->se_event); 174 fmd_free(sep, sizeof (fmd_serd_elem_t)); 180 fmd_serd_elem_t *sep; local 182 for (sep = fmd_list_next(&sgp->sg_list); 183 sep != NULL; sep = fmd_list_next(sep)) { 184 if (fmd_event_equal(sep->se_event, ep) 194 fmd_serd_elem_t *sep, *oep; local 258 fmd_serd_elem_t *sep, *nep; local 280 fmd_serd_elem_t *sep; local [all...] |
| fmd_dr.c | 73 fmd_dr_event(sysevent_t *sep) 77 const char *class = sysevent_get_class_name(sep); 78 const char *subclass = sysevent_get_subclass_name(sep); 98 (void *)sep, gen)); 147 sysevent_get_time(sep, &evtime);
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| xlist.c | 14 xsplit(char *list, char sep) 21 while (p && *p && *p == sep) 26 p = strchr(p, sep); 30 while (*p == sep) 34 q = strchr(p, sep); 60 xjoin(char **alist, char sep) 75 sep_str[0] = sep;
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
| buffer_list.c | 107 struct sharepnt_ent *se_tail = NULL, *sep; local 136 if (sep = findsharepnt(bep->be_sharepnt, 142 sep->se_state = lep->le_state; 147 sep = (struct sharepnt_ent *) 148 malloc(sizeof (*sep)); 149 if (sep == NULL) { 153 (void) memset(sep, 0, sizeof (*sep)); 155 sep->se_name = strdup(lep->le_path); 156 if (sep->se_name == NULL) [all...] |
| /onnv/onnv-gate/usr/src/cmd/lockstat/ |
| sym.c | 69 syment_t *sep; local 73 symbol_table = realloc(symbol_table, maxsyms * sizeof (*sep)); 79 sep = &symbol_table[nsyms++]; 81 sep->name = name; 82 sep->addr = addr; 83 sep->size = size; 90 syment_t *sep = symbol_table; local 92 for (i = 0; i < nsyms; i++, sep++) 93 if (sep->addr == addr) 94 sep->addr = 0 211 syment_t *sep; local 231 syment_t *sep = symbol_table; local 245 syment_t *sep = symbol_table; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_target.c | 753 mdb_tgt_sespec_prune_one(mdb_tgt_t *t, mdb_sespec_t *sep) 757 for (vep = mdb_list_next(&sep->se_velist); vep; vep = nvep) { 775 mdb_sespec_t *sep, *nsep; local 777 for (sep = mdb_list_next(&t->t_active); sep != NULL; sep = nsep) { 778 nsep = mdb_list_next(sep); 779 mdb_tgt_sespec_prune_one(t, sep); 788 mdb_tgt_sespec_idle_one(mdb_tgt_t *t, mdb_sespec_t *sep, int reason) 790 ASSERT(sep->se_state != MDB_TGT_SPEC_IDLE) 814 mdb_sespec_t *sep, *nsep; local 942 mdb_sespec_t *sep, *nsep; local 985 mdb_sespec_t *sep, *nsep; local 1002 mdb_sespec_t *sep; local 1028 mdb_sespec_t *sep; local 1063 mdb_sespec_t *sep, *nsep, *matched; local 1319 mdb_sespec_t *sep; local 1450 mdb_sespec_t *sep; local 1501 mdb_sespec_t *sep; local 1652 mdb_sespec_t *sep; local 2009 mdb_sespec_t *sep = mdb_zalloc(sizeof (mdb_sespec_t), UM_SLEEP); local 2024 mdb_sespec_t *sep; local 2037 mdb_sespec_t *sep; local 2099 mdb_sespec_t *sep; local 2198 mdb_sespec_t *sep; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/refer/ |
| refer6.c | 19 #define ifnl (macro? sep : ' ') 38 fprintf(fo, ".]-%c", sep); 45 fprintf(fo, "..%c", sep); 70 fprintf(fo, "%s%c", tx, sep); 73 lastype, tx, sep); 92 cch, sep, tx, sep); 95 cch, tx, sep); 105 fprintf(fo, "%s%c", tx, sep); 111 cch, sep, tx, sep) [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/lib/filters/ |
| dumpfilters.c | 58 *sep; local 97 sep = ""; 100 (void)fdprintf(fd, "%s%s", sep, 102 sep = ","; 116 sep = ""; 119 (void)fdprintf(fd, "%s%s ", sep, 124 sep = ",";
|
| /onnv/onnv-gate/usr/src/lib/libnsl/nss/ |
| getauthattr.c | 67 char *sep = KV_TOKEN_DELIMIT; local 87 auth->name = _strtok_escape(buffer, sep, &last); 88 auth->res1 = _strtok_escape(NULL, sep, &last); 89 auth->res2 = _strtok_escape(NULL, sep, &last); 90 auth->short_desc = _strtok_escape(NULL, sep, &last); 91 auth->long_desc = _strtok_escape(NULL, sep, &last); 92 auth->attr = _strtok_escape(NULL, sep, &last);
|
| /onnv/onnv-gate/usr/src/cmd/syseventadm/ |
| syseventadm.c | 521 serecord_t *sep; local 534 sep = parse_line(line); 535 if (sep != NULL) { 536 if (matches_serecord(sep)) { 537 print_serecord(stdout, sep); 540 free_serecord(sep); 557 serecord_t *sep; local 603 sep = parse_line(line); 604 if (sep == NULL) { 607 if (!matches_serecord(sep)) { 658 serecord_t *sep; local 820 serecord_t *sep; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/ |
| sysevent_conf_mod.c | 504 syseventtab_t *sep; local 623 if ((sep = sc_malloc(sizeof (syseventtab_t))) == NULL) 626 sep->se_conf_file = conf_file; 627 sep->se_lineno = lineno; 628 sep->se_vendor = sc_strdup(vendor); 629 sep->se_publisher = sc_strdup(publisher); 630 sep->se_class = sc_strdup(class); 631 sep->se_subclass = sc_strdup(subclass); 632 sep->se_user = sc_strdup(user); 634 sep->se_uid = pwdp->pw_uid 873 syseventtab_t *sep; local 2020 syseventtab_t *sep; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
| options.c | 229 struct service_entry *sep; local 241 sep = &slp->sl_entry; 247 if (sep->se_flags & SEF_CFLIST) { 248 sep->se_flist = fep = NULL; 250 for (fep = sep->se_flist; fep != NULL; fep = fep->fe_prev) 269 sep->se_flist = fep = 271 sep->se_flags |= SEF_CFLIST; 289 sep->se_flags |= SEF_CDEV; 293 sep->se_flist = fep = sedefp->se_flist; 294 sep->se_flags |= SEF_CFLIST 1894 const struct service_entry *sep; local 2074 const struct service_entry *sep = (const struct service_entry *)srvp; local 2276 const struct service_entry *sep, **sepp; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| uniq.c | 90 int reclen,oreclen= -1,count=0,cwidth=0,sep,next; local 199 sep = 0; 202 sep = all && *all > 0; 207 if(outsize < n+cwidth+sep) 211 if(!(sbufp = outp=fmtbuf(outsize=n+cwidth+sep))) 215 outsize = n+cwidth+sep; 216 memcpy(outp+cwidth+sep,bufp,n); 217 if(sep) 220 orecp = outp+cwidth+sep + (cp-bufp); 233 int sep; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| Env.pm | 127 my $sep = $Config::Config{path_sep}; 135 my @temp = split($sep, $ENV{$$self}); 141 my @temp = split($sep, $ENV{$$self}); 143 $ENV{$$self} = join($sep, @temp); 153 return (split($sep, $ENV{$$self}))[$index]; 158 my @temp = split($sep, $ENV{$$self}); 160 $ENV{$$self} = join($sep, @temp); 166 my @temp = split($sep, $ENV{$$self}); 168 $ENV{$$self} = join($sep, @temp); 174 my @temp = split($sep, $ENV{$$self}) [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| findstack.c | 475 stacks_hash_entry(stacks_entry_t *sep) 477 size_t depth = sep->se_depth; 478 uintptr_t *stack = sep->se_stack; 645 stacks_entry_t **sepp, *nsep, *sep; local 673 (sep = *sepp) != NULL; 674 sepp = &sep->se_next) { 676 if (stacks_entry_comp_impl(sep, nsep, 0) != 0) 679 nsep->se_dup = sep->se_dup; 680 sep->se_dup = nsep; 681 sep->se_count++ 765 stacks_entry_t *sep; local 1155 stacks_entry_t *sep = stacks_array[idx]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/nl/ |
| nl.c | 48 "[-s sep] [-v startnum] [-w width] [file]\n" 110 char sep[EXPSIZ]; local 125 sep[0] = '\t'; 126 sep[1] = '\0'; 277 (void) strcpy(sep, optarg); 485 sep[r] = s[q]; 489 sep[r] = '\0'; 491 /* else default sep is tab (set above) */ 586 npad(width, sep); 596 pnum(cnt, sep); [all...] |