/osnet-11/usr/src/lib/libpp/common/ |
H A D | 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)
|
/osnet-11/usr/src/lib/libast/common/path/ |
H A D | pathaccess.c | 53 int sep = ':'; local 58 dirs = pathcat(dirs, sep, a, b, path, size); 65 sep = 0;
|
H A D | pathcat.c | 46 pathcat(char* path, const char* dirs, int sep, const char* a, const char* b) argument 48 return pathcat_20100601(dirs, sep, a, b, path, PATH_MAX); 58 pathcat_20100601(register const char* dirs, int sep, const char* a, register const char* b, char* path, size_t size) argument 65 while (*dirs && *dirs != sep)
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | hex.c | 86 size_t len1, size_t len2, const char *sep) 100 if (i >= len1 && sep != NULL) { 101 fputs(sep, fp); 85 isc_puthexstring(FILE *fp, const unsigned char *buf, size_t buflen, size_t len1, size_t len2, const char *sep) argument
|
/osnet-11/usr/src/lib/libshadowfs/common/ |
H A D | shadow_status.c | 72 shadow_status_update(shadow_handle_t *shp, shadow_entry_t *sep, argument 75 if (sep != NULL && sep->se_type == SHADOW_TYPE_DIR) { 78 shp->sh_progress.sp_leaf_depth += sep->se_depth; 92 shadow_status_enqueue(shadow_handle_t *shp, shadow_entry_t *sep) argument 94 if (sep->se_type != SHADOW_TYPE_DIR) 99 shp->sh_progress.sp_dir_depth += sep->se_depth; 107 shadow_status_dequeue(shadow_handle_t *shp, shadow_entry_t *sep) argument 109 if (sep->se_type != SHADOW_TYPE_DIR) 113 shp->sh_progress.sp_dir_depth -= sep 178 shadow_error_t *sep; local [all...] |
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/ |
H A D | mpool.c | 477 char *sep; local 495 sep = ""; 499 (void)fprintf(stderr, "%s%d", sep, bp->pgno); 505 sep = "\n"; 508 sep = ", ";
|
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddrbac.c | 73 char *sep = KV_TOKEN_DELIMIT; local 99 s = _strtok_escape((char *)buf, sep, &lasts);
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getauuser.c | 64 char *sep = KV_TOKEN_DELIMIT; local 85 au_user->au_name = _strtok_escape(buffer, sep, &last); 86 au_user->au_always = _strtok_escape(NULL, sep, &last); 87 au_user->au_never = _strtok_escape(NULL, sep, &last);
|
H A D | getauthattr.c | 63 char *sep = KV_TOKEN_DELIMIT; local 79 auth->name = _strtok_escape(buf, sep, &last); 80 auth->res1 = _strtok_escape(NULL, sep, &last); 81 auth->res2 = _strtok_escape(NULL, sep, &last); 82 auth->short_desc = _strtok_escape(NULL, sep, &last); 83 auth->long_desc = _strtok_escape(NULL, sep, &last); 84 auth->attr = _strtok_escape(NULL, sep, &last);
|
H A D | getprofattr.c | 64 char *sep = KV_TOKEN_DELIMIT; local 80 prof->name = _strtok_escape(buffer, sep, &last); 81 prof->res1 = _strtok_escape(NULL, sep, &last); 82 prof->res2 = _strtok_escape(NULL, sep, &last); 83 prof->desc = _strtok_escape(NULL, sep, &last); 84 prof->attr = _strtok_escape(NULL, sep, &last);
|
H A D | getuserattr.c | 73 char *sep = KV_TOKEN_DELIMIT; local 89 user->name = _strtok_escape(buf, sep, &last); 90 user->qualifier = _strtok_escape(NULL, sep, &last); 91 user->res1 = _strtok_escape(NULL, sep, &last); 92 user->res2 = _strtok_escape(NULL, sep, &last); 93 user->attr = _strtok_escape(NULL, sep, &last);
|
/osnet-11/usr/src/lib/libtsnet/common/ |
H A D | tsol_gettpent.c | 167 char *sep = KV_TOKEN_DELIMIT; local 176 tpstrp->tpstr_template = _strtok_escape(buffer, sep, &last); 177 tpstrp->attrs = _strtok_escape(NULL, sep, &last);
|
H A D | tsol_getrhent.c | 174 char *sep = KV_TOKEN_DELIMIT; local 195 str = _strtok_escape(buffer, sep, &last); 204 rhstrp->rhstr_template = _strtok_escape(NULL, sep, &last);
|
/osnet-11/usr/src/lib/libnsctl/common/ |
H A D | machdep.c | 166 const char *sep = ", "; local 217 cp = strtok_r(cp, sep, &last); 224 cp = strtok_r(NULL, sep, &last);
|
/osnet-11/usr/src/lib/libpower/common/ |
H A D | libpower_subr.c | 461 char *sep; local 471 sep = strstr(buf, PM_SEP_STR); 472 if (sep == NULL) { 481 *sep = '\0'; 482 propname = sep + 1;
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | strings.c | 135 int sep; local 151 sep = (flags & MULTILINE) ? 0 : '\n'; 152 while ((inp = (unsigned char*)sfgetr(in, sep, 0)) || (inp = (unsigned char*)sfgetr(in, sep, -1)))
|
H A D | uniq.c | 90 int reclen,oreclen= -1,count=0,cwidth=0,sep,next; local 219 sep = 0; 222 sep = all && *all > 0; 227 if(outsize < n+cwidth+sep) 231 if(!(sbufp = outp=fmtbuf(outsize=n+cwidth+sep))) 235 outsize = n+cwidth+sep; 236 memcpy(outp+cwidth+sep,bufp,n); 237 if(sep) 240 orecp = outp+cwidth+sep + (cp-bufp); 253 int sep; local [all...] |
/osnet-11/usr/src/lib/libinstzones/common/ |
H A D | zones_str.c | 641 char sep = 0; local 689 p = _z_strGetToken(&sep, a_string, i, a_separators); 700 assert(sep != '\0'); 701 (void) strncat(copyString, &sep, 1);
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_debug.c | 96 char *sep; local 108 (void)fprintf(tracefp, "%s%s", sep, name); \ 109 sep = ", "; \ 112 sep = " flags ("; 140 char *sep; local 154 (void)fprintf(tracefp, "%s%s", sep, name); \ 155 sep = ", "; \ 158 sep = " ("; 208 char *sep; local 216 (void)fprintf(tracefp, "%s%s", sep, nam [all...] |
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regrexec.c | 36 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t flags, int sep, void* handle, regrecord_t record) argument 98 if (*--l == sep) 105 while (r < end && *r != sep) 117 while (x < l && *x != sep)
|
/osnet-11/usr/src/lib/libwrap/ |
H A D | hosts_access.c | 65 static char sep[] = ", \t\r\n"; variable 213 for (tok = strtok(list, sep); tok != 0; tok = strtok((char *) 0, sep)) { 217 while ((tok = strtok((char *) 0, sep)) && STR_NE(tok, "EXCEPT"))
|
/osnet-11/usr/src/lib/libproject/common/ |
H A D | getprojent.c | 348 gettok(char **nextpp, char sep) argument 356 while ((c = *q) != '\0' && c != sep)
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | deparse.c | 367 register int sep; local 369 sep = end_line; 371 sep = ' '; 373 sep = '\t'; 378 sfputr(outfile,word,sep); 379 if(sep=='\n')
|
H A D | string.c | 76 #define sep(c) ((c)=='-'||(c)=='_') macro 93 if(sep(*sp)) 142 else if(sep(*s)) 144 else if(sep(*t)) 157 while(*t && !sep(*t))
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | gpkgmap.c | 59 static int getstr(FILE *fp, char *sep, int n, char *str); 66 static int getstrvfp(char **cp, char *sep, int n, char *str); 589 getstr(FILE *fp, char *sep, int n, char *str) argument 601 while (!strchr(" \t", c) && (!sep || !strchr(sep, c))) { 1130 getstrvfp(char **cp, char *sep, int n, char *str) argument 1157 if ((sep != (char *)NULL) && (*sep != '\0')) { 1158 (void) strlcat(delims, sep, sizeof (delims));
|