Searched refs:sep (Results 76 - 100 of 211) sorted by relevance

123456789

/freebsd-10.3-release/sys/dev/quicc/
H A Dquicc_core.c103 const char *sep; local
164 sep = "";
167 printf("%sfast interrupt", sep);
168 sep = ", ";
171 printf("%spolled mode", sep);
172 sep = ", ";
/freebsd-10.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c160 static int nfsrv_freesession(struct nfsdsession *sep, uint8_t *sessionid);
492 struct nfsdsession *sep; local
536 sep = nfsrv_findsession(nd->nd_sessionid);
537 if (sep != NULL)
538 clp = sep->sess_clp;
1191 struct nfsdsession *sep, *nsep; local
1196 LIST_FOREACH_SAFE(sep, &clp->lc_session, sess_list, nsep)
1197 (void)nfsrv_freesession(sep, NULL);
4082 struct nfsdsession *sep = NULL; local
4133 "CB Getattr", &sep);
5763 struct nfsdsession *sep; local
5825 struct nfsdsession *sep; local
5856 struct nfsdsession *sep; local
5878 struct nfsdsession *sep; local
5913 nfsrv_freesession(struct nfsdsession *sep, uint8_t *sessionid) argument
6006 struct nfsdsession *sep; local
6043 struct nfsdsession *sep; local
6069 struct nfsdsession *sep; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h118 const char *sep) = 0;
/freebsd-10.3-release/contrib/apr/include/
H A Dapr_strings.h232 * delimited in the string by one or more characters from the sep
237 * @param sep The set of delimiters
242 * token (all successive or empty occurances of sep are skiped on the
247 APR_DECLARE(char *) apr_strtok(char *str, const char *sep, char **last);
/freebsd-10.3-release/usr.bin/at/
H A Dparsetime.c109 { "sep", SEP,0 },
541 int sep; local
543 sep = sc_tokid;
546 if (token() == sep) {
554 if (sep == DOT) {
/freebsd-10.3-release/sys/dev/mii/
H A Dxmphy.c109 const char *sep = ""; local
120 #define PRINT(s) printf("%s%s", sep, s); sep = ", "
/freebsd-10.3-release/sys/boot/zfs/
H A Dzfs.c607 const char *sep; local
617 sep = strchr(np, '/');
618 if (sep == NULL || sep >= end)
619 sep = end;
620 memcpy(poolname, np, sep - np);
621 poolname[sep - np] = '\0';
622 if (sep < end) {
623 sep++;
624 memcpy(rootname, sep, en
[all...]
/freebsd-10.3-release/contrib/expat/xmlwf/
H A Dxmlwf.c173 const XML_Char *sep; local
176 sep = tcsrchr(name, NSSEP);
177 if (sep) {
179 fputts(sep + 1, fp);
197 sep = tcsrchr(name, NSSEP);
199 if (sep) {
201 fputts(sep + 1, fp);
206 if (sep) {
219 const XML_Char *sep; local
222 sep
[all...]
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_acl.c61 const wchar_t **end, wchar_t *sep);
70 const char **end, char *sep);
834 wchar_t sep; local
844 next_field_w(&text, &start, &end, &sep);
850 } while (sep == L':');
998 const wchar_t **end, wchar_t *sep)
1011 *sep = **wp;
1064 char sep; local
1074 next_field(&text, &start, &end, &sep);
1080 } while (sep
997 next_field_w(const wchar_t **wp, const wchar_t **start, const wchar_t **end, wchar_t *sep) argument
1231 next_field(const char **p, const char **start, const char **end, char *sep) argument
[all...]
/freebsd-10.3-release/usr.bin/nl/
H A Dnl.c120 static const char *sep = "\t"; variable
208 sep = optarg;
340 (void)fputs(sep, stdout);
407 " [-n format] [-s sep] [-v startnum] [-w width] [file]\n");
/freebsd-10.3-release/contrib/sendmail/libsm/
H A Dmbdb.c447 char *sep; local
455 sep = strrchr(new, '@');
456 if (sep != NULL)
458 *sep++ = '\0';
459 LDAPLMAP.ldap_host = sep;
/freebsd-10.3-release/lib/libc/db/mpool/
H A Dmpool.c458 char *sep; local
476 sep = "";
479 (void)fprintf(stderr, "%s%d", sep, bp->pgno);
485 sep = "\n";
488 sep = ", ";
/freebsd-10.3-release/bin/ps/
H A Dkeyword.c183 const char *p, *sep; local
186 sep = "";
191 sep = "\n";
193 (void) printf("%s%s", sep, p);
194 sep = " ";
/freebsd-10.3-release/usr.bin/msgs/
H A Dmsgs.c110 static const char *sep = "-"; variable
559 if (msg >= nextmsg) sep = "Flushed";
574 sep = "replay";
579 sep = in;
588 printf("--%s--\n", sep);
589 sep = "-";
695 sep = "Interrupt";
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Dinterworking.c671 const char *sep, *msin; local
686 sep = os_strchr(imsi, '-');
687 if (sep) {
688 plmn_len = sep - imsi;
689 msin = sep + 1;
765 char *sep; local
782 sep = os_strchr(cred->imsi, '-');
783 if (sep == NULL ||
784 (sep - cred->imsi != 5 && sep
1353 char *sep; local
[all...]
/freebsd-10.3-release/contrib/bmake/mk/
H A Dmeta2deps.py280 def dirdeps(self, sep='\n'):
282 return sep.strip() + sep.join(self.obj_deps)
284 def src_dirdeps(self, sep='\n'):
286 return sep.strip() + sep.join(self.src_deps)
/freebsd-10.3-release/sys/dev/scc/
H A Dscc_core.c104 const char *sep; local
276 sep = "";
279 printf("%sfast interrupt", sep);
280 sep = ", ";
283 printf("%spolled mode", sep);
284 sep = ", ";
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c3180 int sep = parse_operand (e, ','); local
3190 if (sep == ',')
3191 sep = parse_operand (e, ',');
3194 return sep;
3397 add_unwind_entry (ptr, sep)
3399 int sep;
3418 if (sep == ',')
3437 if (sep != NOT_A_CHAR)
3446 int sep; local
3451 sep
3458 add_unwind_entry (output_mem_stack_f (e.X_add_number), sep); local
3467 int sep; local
3479 add_unwind_entry (output_mem_stack_v (), sep); local
3492 int sep; local
3506 add_unwind_entry (output_mem_stack_v (), sep); local
3516 int sep; local
3543 add_unwind_entry (output_bsp_when (), sep); local
3547 add_unwind_entry (output_bspstore_when (), sep); local
3551 add_unwind_entry (output_rnat_when (), sep); local
3555 add_unwind_entry (output_unat_when (), sep); local
3559 add_unwind_entry (output_fpsr_when (), sep); local
3563 add_unwind_entry (output_pfs_when (), sep); local
3571 add_unwind_entry (output_lc_when (), sep); local
3575 add_unwind_entry (output_rp_when (), sep); local
3582 add_unwind_entry (output_preds_when (), sep); local
3590 add_unwind_entry (output_priunat_when_gr (), sep); local
3606 int sep; local
3637 add_unwind_entry (output_epilogue (ecount), sep); local
3651 int sep; local
3925 int sep; local
3956 add_unwind_entry (output_bsp_when (), sep); local
3962 add_unwind_entry (output_bspstore_when (), sep); local
3968 add_unwind_entry (output_rnat_when (), sep); local
3974 add_unwind_entry (output_unat_when (), sep); local
3980 add_unwind_entry (output_fpsr_when (), sep); local
3986 add_unwind_entry (output_pfs_when (), sep); local
3992 add_unwind_entry (output_lc_when (), sep); local
3998 add_unwind_entry (output_rp_when (), sep); local
4004 add_unwind_entry (output_preds_when (), sep); local
4010 add_unwind_entry (output_priunat_when_mem (), sep); local
4028 int sep; local
4094 int sep; local
4195 int sep; local
4218 add_unwind_entry (output_spill_reg (ab, reg, treg, xy, qp), sep); local
4226 int pred = (psprel < 0), sep; local
4261 add_unwind_entry (output_spill_psprel (ab, reg, e.X_add_number, qp), sep); local
4263 add_unwind_entry (output_spill_sprel (ab, reg, e.X_add_number, qp), sep); local
4366 unsigned char sep; local
4520 int n, sep = parse_operand (&e, ','); local
6204 int sep = '\\0'; local
6236 int error_pos, out_of_range_pos, curr_out_of_range_pos, sep = 0; local
[all...]
/freebsd-10.3-release/contrib/tcpdump/
H A Dutil.c324 register int v, register int sep)
342 lp->s, sep ? ", " : "");
351 if (!sep) {
323 bittok2str_internal(register const struct tok *lp, register const char *fmt, register int v, register int sep) argument
/freebsd-10.3-release/contrib/tcp_wrappers/
H A Dhosts_access.c65 static char sep[] = ", \t\r\n"; variable
224 for (tok = strtok(list, sep); tok != 0; tok = strtok((char *) 0, sep)) {
228 while ((tok = strtok((char *) 0, sep)) && STR_NE(tok, "EXCEPT"))
/freebsd-10.3-release/lib/libutil/
H A Dgr_util.c424 const char *sep; local
446 sep = "";
448 p = stpcpy(p, sep);
450 sep = ",";
/freebsd-10.3-release/crypto/openssl/apps/
H A Ddgst.c77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
526 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, argument
579 else if (sep == 2) {
591 if (sep && (i != 0))
/freebsd-10.3-release/usr.sbin/ppp/
H A Ddatalink.c1171 const char *sep, *osep; local
1190 sep = strchr(arg->argv[arg->argn], '+');
1191 if (sep) {
1192 inc = atoi(++sep);
1193 osep = sep;
1200 sep = strchr(sep, '-');
1201 if (sep) {
1202 maxinc = atoi(++sep);
1212 sep
[all...]
/freebsd-10.3-release/usr.bin/grep/
H A Dgrep.h143 void printline(struct str *line, int sep, regmatch_t *matches, int m);
H A Dutil.c437 printline(struct str *line, int sep, regmatch_t *matches, int m) argument
453 putchar(sep);
459 putchar(sep);
464 putchar(sep);

Completed in 465 milliseconds

123456789