Lines Matching defs:mode

80  * These determine how gpkgmap() deals with mode, owner and group defaults.
85 attrpreset(int mode, char *owner, char *group)
87 d_mode = mode;
102 * mode, owner and group. Path is evaluated at a higher level based upon
106 setmapmode(int mode)
108 if (mode >= 0 || mode <= 3) {
109 mapmode = mode;
110 if (mode == MAPBUILD)
112 else if (mode == MAPINSTALL)
128 * Based upon mapmode, environment parameters will be resolved for mode,
146 ept->ainfo.mode = d_mode;
333 * is returned to indicate that no meaningful mode was provided. A
342 if ((retval = getvalmode(fp, &(ept->ainfo.mode), CURMODE,
346 goto error; /* mode is too no good */
409 * Get and validate the mode attribute. This returns an error if
410 * 1. the mode string is too long
411 * 2. the mode string includes alpha characters
412 * 3. the mode string is not octal
413 * 4. mode string is an install parameter
414 * 5. mode is an unresolved build parameter and MAPBUILD is
416 * If the mode is a build parameter, it is
421 * time. At install time we just fix a mode with bad bits set by
427 * 0 if mode is being returned as a valid value
445 * If it isn't a '?' (meaning go with whatever mode is
446 * there), validate the mode and convert it to a mode_t. The
662 ept->ainfo.mode = d_mode;
864 * is returned to indicate that no meaningful mode was provided. A
877 &(ept->ainfo.mode),
883 goto error; /* mode is too no good */
950 * Get and validate the mode attribute. This returns an error if
951 * 1. the mode string is too long
952 * 2. the mode string includes alpha characters
953 * 3. the mode string is not octal
954 * 4. mode string is an install parameter
955 * 5. mode is an unresolved build parameter and MAPBUILD is
957 * If the mode is a build parameter, it is
962 * time. At install time we just fix a mode with bad bits set by
968 * 0 if mode is being returned as a valid value
988 * If it isn't a '?' (meaning go with whatever mode is
989 * there), validate the mode and convert it to a mode_t. The