Searched refs:pflag (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.10/dtrace-147/libelf/
H A Doutput.c52 _elf_outmap(int fd, size_t sz, unsigned int *pflag) argument
61 if ((!*pflag) && (ftruncate(fd, (off_t)sz) == 0) &&
64 *pflag = 1;
68 *pflag = 0;
/macosx-10.10/file_cmds-242/cp/
H A Dextern.h40 extern int fflag, iflag, nflag, pflag, vflag;
H A Dcp.c93 int fflag, iflag, nflag, pflag, vflag; variable
154 pflag = 1;
163 pflag = 1;
323 if ((pflag || !Xflag) && (curr->fts_level != FTS_ROOTLEVEL) &&
417 if (pflag) {
516 curr->fts_number = pflag || dne;
H A Dutils.c274 if (pflag && setfile(fs, to_fd))
276 if (pflag) {
282 if (pflag && setfile(fs, to_fd))
284 if (pflag && preserve_fd_acls(from_fd, to_fd) != 0)
320 return (pflag ? setfile(p->fts_statp, -1) : 0);
334 return (pflag ? setfile(from_stat, -1) : 0);
348 return (pflag ? setfile(from_stat, -1) : 0);
/macosx-10.10/file_cmds-242/rmdir/
H A Drmdir.c63 int pflag; local
65 pflag = 0;
69 pflag = 1;
85 } else if (pflag)
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Drmdir.c63 int pflag = 0; local
75 pflag = 1;
92 if (!pflag)
97 if (pflag) end += strlen(dir);
H A Dmkdir.c72 register int pflag = 0; local
91 pflag = 1;
109 if (mflag || pflag)
130 else if (!pflag || !(errno == ENOENT || errno == EEXIST || errno == ENOTDIR))
/macosx-10.10/pdisk-9/
H A Ddump.h56 extern int pflag;
/macosx-10.10/file_cmds-242/pathchk/
H A Dpathchk.c56 static int pflag; /* Perform portability checks */ variable
67 pflag = 1;
108 if (!pflag) {
129 if (!pflag && stat(pathd, &sb) == -1 && errno != ENOENT) {
135 if (pflag && (badch = portable(p)) >= 0) {
144 if (!pflag) {
156 if (!pflag) {
/macosx-10.10/file_cmds-242/mkdir/
H A Dmkdir.c68 int ch, exitval, success, pflag; local
72 pflag = 0;
80 pflag = 1;
106 if (pflag) {
/macosx-10.10/BerkeleyDB-21/db/db_dump185/
H A Ddb_dump185.c190 int ch, pflag, rval; local
192 pflag = 0;
203 pflag = 1;
222 db_hash(dbp, pflag);
224 db_btree(dbp, pflag);
231 if (pflag)
254 db_hash(dbp, pflag)
256 int pflag;
261 printf("format=%s\n", pflag ? "print" : "bytevalue");
286 db_btree(dbp, pflag)
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Dmkdir.c36 int opt, pflag, omode, rval, octal, nmode, parent_mode, um; local
41 pflag = 0;
47 pflag = 1;
100 if (pflag && make_path (l->word->word, nmode, parent_mode))
105 else if (pflag == 0 && mkdir (l->word->word, nmode) < 0)
H A Dpathchk.c85 int retval, pflag, opt; local
93 pflag = 1;
109 retval |= validate_path (list->word->word, pflag);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dkshenv33 local vflag pflag fflag defarg c
36 vflag= aflag= pflag= fflag=
49 p) pflag=1 ;;
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dalias.c36 int any_failed, offset, pflag, dflags; local
41 pflag = 0;
48 pflag = 1;
59 if (list == 0 || pflag)
H A Dumask.c47 int print_symbolically, opt, umask_value, pflag; local
50 print_symbolically = pflag = 0;
60 pflag++;
102 if (pflag)
H A Ddeclare.c66 int flags_on, flags_off, *flags, any_failed, assign_error, pflag, nodefs, opt; local
71 flags_on = flags_off = any_failed = assign_error = pflag = nodefs = 0;
86 pflag++;
149 if (pflag) /* declare -p [-afFirtx] name [name...] */
153 pflag = show_name_attributes (list->word->word, nodefs);
154 if (pflag)
H A Dcd.c295 int opt, pflag; local
298 pflag = 0;
305 verbatim_pwd = pflag = 1;
334 if (posixly_correct && pflag)
/macosx-10.10/adv_cmds-158/fingerd/
H A Dfingerd.c75 int p[2], logging, pflag, secure; local
81 logging = pflag = secure = 0;
91 pflag = 1;
115 if (logging || pflag) {
122 if (pflag)
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/db_dump/
H A Ddb_dump.c54 int exitval, keyflag, lflag, nflag, pflag, private; local
68 exitval = lflag = nflag = pflag = rflag = Rflag = 0;
108 pflag = 1;
133 if (dopt != NULL && pflag) {
210 (pflag ? DB_PRINTABLE : 0));
251 if (db_dump_dump_sub(dbenv, dbp, argv[0], pflag, keyflag))
255 __db_pr_callback, stdout, pflag, keyflag))
346 db_dump_dump_sub(dbenv, parent_dbp, parent_name, pflag, keyflag)
350 int pflag, keyflag;
390 dbp, subdb, __db_pr_callback, stdout, pflag, keyfla
[all...]
/macosx-10.10/BerkeleyDB-21/db/db_dump/
H A Ddb_dump.c40 int exitval, keyflag, lflag, nflag, pflag, private; local
54 exitval = lflag = nflag = pflag = rflag = Rflag = 0;
93 pflag = 1;
118 if (dopt != NULL && pflag) {
195 (pflag ? DB_PRINTABLE : 0));
236 if (dump_sub(dbenv, dbp, argv[0], pflag, keyflag))
240 __db_pr_callback, stdout, pflag, keyflag))
331 dump_sub(dbenv, parent_dbp, parent_name, pflag, keyflag)
335 int pflag, keyflag;
375 dbp, subdb, __db_pr_callback, stdout, pflag, keyfla
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dhist.c55 int pflag = 0; local
81 pflag++;
103 if(pflag)
106 pflag = 0;
113 pflag = 1;
118 return pflag;
/macosx-10.10/text_cmds-88/split/
H A Dsplit.c73 int pflag; variable
136 pflag = 1;
166 if (pflag && (numlines != 0 || bytecnt != 0))
182 if (pflag)
258 if (pflag) {
/macosx-10.10/network_cmds-457/netstat.tproj/
H A Dmain.c193 static int pflag; /* show given protocol */ variable
303 pflag = 1;
442 if (iflag && !pflag) {
453 if (pflag && vflag)
463 if (pflag && vflag)
470 if (sflag && iflag && pflag)
/macosx-10.10/text_cmds-88/ed/
H A Dcbc.c84 int pflag; /* 1 to preserve parity bits */ variable
255 pflag = 1;
275 pflag = 1;
307 if (!pflag) {

Completed in 154 milliseconds

123