Lines Matching defs:mode

81  * These determine how gpkgmap() deals with mode, owner and group defaults.
86 attrpreset(int mode, char *owner, char *group)
88 d_mode = mode;
103 * mode, owner and group. Path is evaluated at a higher level based upon
107 setmapmode(int mode)
109 if (mode >= 0 || mode <= 3) {
110 mapmode = mode;
111 if (mode == MAPBUILD)
113 else if (mode == MAPINSTALL)
129 * Based upon mapmode, environment parameters will be resolved for mode,
147 ept->ainfo.mode = d_mode;
321 * is returned to indicate that no meaningful mode was provided. A
330 if ((retval = getvalmode(fp, &(ept->ainfo.mode), CURMODE,
334 goto error; /* mode is too no good */
397 * Get and validate the mode attribute. This returns an error if
398 * 1. the mode string is too long
399 * 2. the mode string includes alpha characters
400 * 3. the mode string is not octal
401 * 4. mode string is an install parameter
402 * 5. mode is an unresolved build parameter and MAPBUILD is
404 * If the mode is a build parameter, it is
409 * time. At install time we just fix a mode with bad bits set by
415 * 0 if mode is being returned as a valid value
433 * If it isn't a '?' (meaning go with whatever mode is
434 * there), validate the mode and convert it to a mode_t. The
650 ept->ainfo.mode = d_mode;
852 * is returned to indicate that no meaningful mode was provided. A
865 &(ept->ainfo.mode),
871 goto error; /* mode is too no good */
938 * Get and validate the mode attribute. This returns an error if
939 * 1. the mode string is too long
940 * 2. the mode string includes alpha characters
941 * 3. the mode string is not octal
942 * 4. mode string is an install parameter
943 * 5. mode is an unresolved build parameter and MAPBUILD is
945 * If the mode is a build parameter, it is
950 * time. At install time we just fix a mode with bad bits set by
956 * 0 if mode is being returned as a valid value
976 * If it isn't a '?' (meaning go with whatever mode is
977 * there), validate the mode and convert it to a mode_t. The