Searched refs:alp (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/autofs-246/automountd/
H A Dautod_autofs.c70 action_list *alp; local
107 alp = (action_list *)malloc(sizeof (action_list));
108 if (alp == NULL) {
109 syslog(LOG_ERR, "malloc of alp failed");
113 memset(alp, 0, sizeof (action_list));
115 if ((alp->mounta.opts = malloc(AUTOFS_MAXOPTSLEN)) == NULL)
117 if (strlcpy(alp->mounta.opts, me->map_mntopts, AUTOFS_MAXOPTSLEN)
121 free(alp->mounta.opts);
122 free(alp);
127 if (process_opts(alp
329 free_action_list_fields(action_list *alp) argument
[all...]
H A Dautod_mount.c128 action_list *alp, *alphead, *prev, *tmp; local
280 mntpnt_fsid, &alp, root,
285 if (alp != NULL) {
291 alphead = alp;
296 prev->next = alp;
368 free_action_list(action_list *alp) argument
372 for (p = alp; p != NULL; p = next) {
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c396 * Given the attributes listed in alp, configure vap to request
400 getvolattrlist_setupvfsattr(struct attrlist *alp, struct vfs_attr *vsp, ssize_t *sizep, int is_64bit) argument
408 if (alp->commonattr) {
409 if ((alp->commonattr & ATTR_CMN_VOL_INVALID) &&
410 (alp->commonattr & ATTR_CMN_RETURNED_ATTRS) == 0) {
414 alp->commonattr, vsp, sizep,
419 if (alp->volattr &&
420 (error = getvolattrlist_parsetab(getvolattrlist_vol_tab, alp->volattr, vsp, sizep, is_64bit)) != 0)
631 * Given the attributes listed in alp, configure vap to request
635 getattrlist_setupvattr(struct attrlist *alp, struc argument
662 getattrlist_setupvattr_all(struct attrlist *alp, struct vnode_attr *vap, enum vtype obj_type, ssize_t *fixedsize, int is_64bit) argument
709 vfs_setup_vattr_from_attrlist(struct attrlist *alp, struct vnode_attr *vap, enum vtype obj_vtype, ssize_t *attrs_fixed_sizep, vfs_context_t ctx) argument
844 getvolattrlist(vfs_context_t ctx, vnode_t vp, struct attrlist *alp, user_addr_t attributeBuffer, size_t bufferSize, uint64_t options, enum uio_seg segflg, int is_64bit) argument
1411 attr_pack_common(vfs_context_t ctx, struct vnode *vp, struct attrlist *alp, struct _attrlist_buf *abp, struct vnode_attr *vap, int proc_is64, const char *cnp, ssize_t cnl, const char *fullpathptr, ssize_t fullpathlen, int return_valid, int pack_invalid, int vtype, int is_bulk) argument
1779 attr_pack_dir(struct vnode *vp, struct attrlist *alp, struct _attrlist_buf *abp, struct vnode_attr *vap) argument
1833 attr_pack_file(vfs_context_t ctx, struct vnode *vp, struct attrlist *alp, struct _attrlist_buf *abp, struct vnode_attr *vap, int return_valid, int pack_invalid, int is_bulk) argument
2028 vattr_get_alt_data(vnode_t vp, struct attrlist *alp, struct vnode_attr *vap, int return_valid, int is_bulk, vfs_context_t ctx) argument
2102 calc_varsize(vnode_t vp, struct attrlist *alp, struct vnode_attr *vap, ssize_t *varsizep, char *fullpathptr, ssize_t *fullpathlenp, const char **vnamep, const char **cnpp, ssize_t *cnlp) argument
2198 vfs_attr_pack_internal(vnode_t vp, uio_t auio, struct attrlist *alp, uint64_t options, struct vnode_attr *vap, __unused void *fndesc, vfs_context_t ctx, int is_bulk, enum vtype vtype, ssize_t fixedsize) argument
2475 vfs_attr_pack(vnode_t vp, uio_t uio, struct attrlist *alp, uint64_t options, struct vnode_attr *vap, __unused void *fndesc, vfs_context_t ctx) argument
2534 getattrlist_internal(vfs_context_t ctx, vnode_t vp, struct attrlist *alp, user_addr_t attributeBuffer, size_t bufferSize, uint64_t options, enum uio_seg segflg, char* alt_name) argument
2735 getattrlistat_internal(vfs_context_t ctx, user_addr_t path, struct attrlist *alp, user_addr_t attributeBuffer, size_t bufferSize, uint64_t options, enum uio_seg segflg, enum uio_seg pathsegflg, int fd) argument
3031 get_error_attributes(vnode_t vp, struct attrlist *alp, uint64_t options, user_addr_t kern_attr_buf, size_t kern_attr_buf_siz, int error_attr, caddr_t namebuf, vfs_context_t ctx) argument
3151 readdirattr(vnode_t dvp, struct fd_vn_data *fvd, uio_t auio, struct attrlist *alp, uint64_t options, int *count, int *eofflagp, vfs_context_t ctx) argument
[all...]
/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_subr.c855 free_action_list(action_list *alp) argument
859 for (action = alp; action != NULL; action = next_action) {
889 action_list *alphead, *alp, *prevalp; local
935 MALLOC(alp, action_list *, sizeof(*alp),
938 alphead = alp;
940 prevalp->next = alp;
941 bzero(alp, sizeof *alp);
942 error = getstring(&alp
1123 auto_make_subtriggers(action_list *alp) argument
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dbase64.c44 static const char alp[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; variable
63 m = (unsigned char*)alp;
179 for (tp = (unsigned char*)alp; c = *tp; tp++)
180 m[c] = tp - (unsigned char*)alp;
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_attrlist.c1263 get_vattr_data_for_attrs(struct attrlist *alp, struct vnode_attr *vap, argument
1268 if (alp->commonattr)
1269 vattr_data_for_common_attrs(alp, vap, hfsmp, vp, descp, atrp,
1272 if (alp->dirattr && S_ISDIR(atrp->ca_mode))
1273 vattr_data_for_dir_attrs(alp, vap, hfsmp, vp, descp, atrp);
1275 if (alp->fileattr && !S_ISDIR(atrp->ca_mode)) {
1276 vattr_data_for_file_attrs(alp, vap, hfsmp, atrp, datafork,
1326 vattr_data_for_common_attrs( struct attrlist *alp, struct vnode_attr *vap, argument
1330 attrgroup_t attr = alp->commonattr;
1584 vattr_data_for_dir_attrs(struct attrlist *alp, struc argument
1631 vattr_data_for_file_attrs(struct attrlist *alp, struct vnode_attr *vap, struct hfsmount *hfsmp, struct cat_attr *cattrp, struct cat_fork *datafork, struct cat_fork *rsrcfork, struct vnode *vp) argument
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompmatch.c1959 int *alp, *blp; local
1963 alp = &la;
1969 alp = &lb;
1994 *alp -= mp->wlen;
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_regexp.rb777 failcheck('[[:alp:]]')
/macosx-10.10.1/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit545 alp\040 �� # ---> 1-9-0^ 10
3400 .alp �� # ---> 9v1-9-0^ 0
8332 ,alp �� # ---> 8v1-9-0^ 0
8446 /alp �� # ---> 0v1-9-0^ 0
12596 alp/ �C # ---> 1-9-0^0v 0
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dconfigure1428 alp*|bet*|dev*|rc*) DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;;

Completed in 284 milliseconds